Point Sampling
Returns the value of the pixel containing each input point. Pixel lookup — no interpolation. Matches QGIS Identify, GDAL gdallocationinfo, rasterio src.sample(), and GEE Image.sample() / Image.reduceRegion(point). This is what "sample at point" means in the geospatial idiom. For sub-pixel bilinear interpolation over a continuous field (DEM, temperature surface, etc.), use `analysis_point_interpolate` instead.
| ID | analysis_point_sample |
|---|---|
| Domain | geo |
| Category | analysis |
| Type | raster-vector-to-table |
| Version | 1.0.0 |