Pixel-Center Conversion
Maps row/column indices to map coordinates using the raster affine transform.
x = a(c+½)+b(r+½)+c0
y = d(c+½)+e(r+½)+f0
Best used when: each raster cell needs an explicit vector sample location.
Convert raster cells into point features, normally using pixel-center coordinates and carrying the selected raster value(s) as attributes.
Shared Raster ToolsEnd-User DocumentationTheory + Formula + ParametersConvert raster cells into point features, normally using pixel-center coordinates and carrying the selected raster value(s) as attributes.
Maps row/column indices to map coordinates using the raster affine transform.
| Input | Type | Requirement | Description |
|---|---|---|---|
| Input Raster | raster | Required | Raster layer whose cells will be converted to point features. |
| Parameter | Default | Choices / Range | How to Use It |
|---|---|---|---|
| Raster Band | — | — | Select one band from the selected raster. Available bands are loaded from the Raster Info application. |
| Pixel Step | 1 | 1 to 1000 | Sampling interval in rows and columns. 1 creates one point for every valid pixel; 2 samples every second pixel; 5 samples every fifth pixel. Increase this for large DEM rasters. |
| Exclude Nodata | On | — | Do not create points for raster nodata or masked cells. |
| Exclude Zero | Off | — | Ignore raster cells with value 0. Useful when zero represents background in a classified raster. |
| Maximum Point Features | 250000 | 1 to 1000000 | Safety limit for output size. If the selected raster would create more points than this limit, increase Pixel Step or increase the limit. |
The result should be interpreted according to the selected method and the physical meaning of the input data. Preserve source units, coordinate reference information, NoData meaning, acquisition date, and preprocessing level when comparing results.