The PolygonQueryonRaster Service is a Flask-based microservice designed to perform geospatial analysis on tiled GeoTIFF files. It offers an HTTP API for calculating statistical information for specified bands within a given polygon area. Memory use is optimized by loading only GeoTIFF tiles required to rasterize the polygon requested.
The PolygonQueryonRaster Service is a Flask-based microservice designed to perform geospatial analysis on tiled GeoTIFF files. It offers an HTTP API for calculating statistical information for specified bands within a given polygon area. Memory use is optimized by loading only GeoTIFF tiles required to rasterize the polygon requested.