Raster Calculator ArcGIS Pro

Test raster formulas with bands, weights, and terrain inputs. Track NoData, classes, and scaling settings. Review mapped decisions before production use with clear evidence.

Advanced Raster Calculator

Example Data Table

Scenario Operation Inputs Expected Output
Vegetation check NDVI NIR 0.62, Red 0.18 0.55
Built-up screening NDBI SWIR 0.31, NIR 0.62 -0.333333
Class rule Reclassification A 45, Low 20, High 60 Class 2
Overlay score Weighted Overlay A 45, B 30, C 10, weights .5, .3, .2 33.5

Formula Used

NDVI: (NIR - Red) / (NIR + Red)

NDBI: (SWIR - NIR) / (SWIR + NIR)

NDWI: (Green - NIR) / (Green + NIR)

Linear map algebra: ((A × Weight A) + (B × Weight B) + (C × Weight C)) × Scale + Offset

Weighted overlay: ((A × Weight A) + (B × Weight B) + (C × Weight C)) / Total Weight

Reclassification: A below low threshold returns 1. A inside range returns 2. A above high threshold returns 3.

Conditional test: If A is greater than the threshold, return the true output. Otherwise return the false output.

Slope: atan(sqrt(dz/dx² + dz/dy²)), using a three by three elevation window.

How To Use This Calculator

  1. Select the raster operation that matches your map algebra task.
  2. Enter band values, weights, thresholds, scale, offset, or elevation cells.
  3. Add a NoData value when missing cells should stop the calculation.
  4. Press Calculate to show the result above the form.
  5. Use CSV export for spreadsheet records.
  6. Use PDF export for a compact report note.

Raster Calculator ArcGIS Pro Guide

A raster calculator supports map algebra before you commit work to a full spatial model. This page focuses on single cell math, spectral indices, reclassification, conditional logic, slope checks, and weighted overlay scoring. It is not a replacement for a spatial analyst workflow. It is a planning aid for testing values, units, and equations.

Why Cell Math Matters

Raster tools work cell by cell. Each output cell comes from one or more input cells. When a formula is wrong, the error can spread across thousands of cells. A small testing form helps you verify signs, thresholds, scale factors, offsets, and NoData rules. You can also compare expected classes before building a model.

Key Operations

NDVI, NDBI, and NDWI use normalized difference formulas. They return values from about negative one to positive one when inputs are valid. Weighted overlay combines several bands or criteria with chosen weights. Reclassification converts continuous values into simple classes. Conditional logic writes one value when a test is true and another when it is false. Slope estimation uses a three by three elevation window and cell size.

Good Input Practice

Use reflectance values that share the same scale. Do not mix raw digital numbers with corrected reflectance unless that is intended. Keep all weights in the same logic. A weight of ten should mean twice as much as five. Enter a NoData value when a missing cell should stop the calculation. Use threshold fields for reclassification and conditional checks.

Reading the Result

The result panel shows the selected operation, final cell value, and supporting notes. It also displays intermediate values when they help explain the output. These details make review easier. They are useful when a team needs a compact record of assumptions. CSV export works for spreadsheet review. PDF export gives a simple calculation note for reports.

Using With Mapping Workflows

After testing values here, copy the verified formula into your mapping environment. Then run it on full raster datasets. Review statistics and sample points after processing. Always validate outputs against field knowledge, metadata, and projection details.

Advanced Checks

Advanced checks should include units, resampling method, pixel alignment, and band order. Document these choices so later edits remain traceable for every map.

FAQs

What does this raster calculator do?

It tests common raster cell formulas. You can calculate indices, overlays, reclassification, conditional outputs, and slope estimates before applying expressions to full raster datasets.

Can it process complete raster files?

No. This page calculates sample cell values. Use it to verify formulas, thresholds, weights, and expected outputs before running full raster tools in mapping software.

Which bands are used for NDVI?

NDVI uses the near infrared band and red band. The formula is NIR minus Red, divided by NIR plus Red.

How does NoData handling work?

Enter a NoData value when a missing input should stop calculation. If a required value matches it, the result becomes undefined.

What is weighted overlay?

Weighted overlay combines multiple criteria using selected weights. It is useful for suitability scoring when every criterion uses a comparable scale.

How is slope calculated?

Slope uses a three by three elevation window. It estimates horizontal and vertical change, then returns the slope angle in degrees.

Why are CSV and PDF exports included?

CSV files support spreadsheet checks. PDF files provide a simple report note with the formula, inputs, result, and calculation notes.

Should I validate the final map?

Yes. Always review raster statistics, sample locations, metadata, coordinate systems, and known ground conditions after running a full map operation.

Related Calculators

Paver Sand Bedding Calculator (depth-based)Paver Edge Restraint Length & Cost CalculatorPaver Sealer Quantity & Cost CalculatorExcavation Hauling Loads Calculator (truck loads)Soil Disposal Fee CalculatorSite Leveling Cost CalculatorCompaction Passes Time & Cost CalculatorPlate Compactor Rental Cost CalculatorGravel Volume Calculator (yards/tons)Gravel Weight Calculator (by material type)

Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.