This WIP project contains tools to make it easier to analyze raster data with Xarray.
The intent is to provide reusable building blocks for the many sub-ecosystems around: e.g. rioxarray, odc-geo, etc.
It currently has two pieces.
See rasterix/raster_index.py and notebooks/test_raster_index.ipynb for a brief demo.
See rasterize.py for dask-aware wrappers around exactextract, rasterio.features.rasterize, and rasterio.features.geometry_mask.
This code is likely to move elsewhere!