https://github.com/xarray-contrib/rasterix
raster tools for xarray
https://github.com/xarray-contrib/rasterix
Last synced: 22 days ago
JSON representation
raster tools for xarray
- Host: GitHub
- URL: https://github.com/xarray-contrib/rasterix
- Owner: xarray-contrib
- License: apache-2.0
- Created: 2025-03-31T23:45:19.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2026-02-04T17:48:50.000Z (23 days ago)
- Last Synced: 2026-02-05T04:44:48.777Z (23 days ago)
- Language: Python
- Homepage: https://rasterix.readthedocs.io
- Size: 311 KB
- Stars: 41
- Watchers: 4
- Forks: 6
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rasterix: Raster tricks for Xarray
[](https://github.com/xarray-contrib/rasterix/actions)
[](https://rasterix.readthedocs.io/en/latest/?badge=latest)
[](https://pypi.org/project/rasterix/)
[](https://anaconda.org/conda-forge/rasterix)

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.
1. 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
```