Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.17 KB

File metadata and controls

24 lines (16 loc) · 1.17 KB

rasterix: Raster tricks for Xarray

GitHub Workflow CI Status Documentation Status PyPI Conda-forge

This project contains tools to make it easier to analyze raster data with Xarray. It currently has two pieces.

  1. RasterIndex for indexing using the affine transform recorded in GeoTIFFs.
  2. Dask-aware rasterization wrappers around exactextract, rasterio.features.rasterize, and rasterio.features.geometry_mask.

Our intent is to provide reusable building blocks for the many sub-ecosystems around: e.g. rioxarray, odc.geo, etc.

Installing

rasterix releases are available on pypi

pip install rasterix