Metadata-Version: 2.3
Name: pixel-patrol-geospatial
Version: 0.9.1
Summary: Extension for geospatial data
Requires-Python: >=3.12
Requires-Dist: pixel-patrol-base==0.9.1
Requires-Dist: rasterio==1.5.0
Requires-Dist: shapely==2.1.2
Description-Content-Type: text/markdown

# PixelPatrol Geospatial Package (`pixel-patrol-geospatial`)

Extension for **PixelPatrol** that adds support for geospatial raster data.

- **Loader** for GeoTIFF (`.tif`, `.tiff`) and NetCDF (`.nc`) files via [rasterio](https://rasterio.readthedocs.io/) — extracts CRS, bounding-box footprint, centre coordinates, nodata value, resolution, and physical units.
- **NoData processor** that counts pixels matching the declared nodata sentinel.
- **Viewer widgets**: an interactive map showing image locations and footprints, and bar charts of nodata value frequency and nodata pixel percentage.

See the main [pixel-patrol documentation](https://github.com/ida-mdc/pixel-patrol/) for usage.
