rioxarray
rioxarray copied to clipboard
geospatial xarray extension powered by rasterio
Preliminary support to read in and write color interpretation information from GeoTIFF files. Partially based on @alando46's code at https://github.com/pydata/xarray/pull/3136. Rasterio reference at https://rasterio.readthedocs.io/en/latest/topics/color.html - [ ] Addresses #191 -...
[Ability to handle color interpretation as enabled by Rasterio](https://rasterio.readthedocs.io/en/latest/topics/color.html) Primarily ability to read existing color [with `Dataset.colorinterp`, return the sequence of `ColorInterp.`](https://rasterio.readthedocs.io/en/latest/api/rasterio.io.html?highlight=colorinterp#rasterio.io.DatasetReader.colorinterp), and the modify a Dataset by overriding it,...
``` $ radon cc --min B rioxarray --total-average rioxarray/rioxarray.py M 1080:4 RasterArray.to_raster - B M 697:4 RasterArray.reproject - B M 861:4 RasterArray.clip_box - B M 290:4 XRasterBase.write_crs - B M...
Your data has unevenly spaced 2D lat/lon values. That means that either: 1. Your data is not geographic and was re-projected to lat/lon in the 2D space to preserve the...
Even though we may not support it directly, having examples would likely be useful. Related: - https://github.com/ESM-VFC/xoak/issues/12 - https://github.com/ESM-VFC/xoak/issues/34 - #135 - #114
This could easily be my confusion. When opening a `rioxarray` `Dataset` it uses the same lock for the `CachingFileManager` lock and for protecting reads (or writes) from the `rasterio` file...
If I understood it correctly, Dask is not currently a dependency because it is needed only if chunking is explicitly required. Unfortunately, it looks like no check is performed when...
As `rioxarray` can read `rasterio`'s datasets and implements some wrapping to `rasterio` functions (but not all of it, such as mask), it could be a good thing to have a...
https://carpentries-incubator.github.io/geospatial-python/ is a good course that uses rioxarray. Could add a link to it in https://corteva.github.io/rioxarray/stable/getting_started/getting_started.html
I'm currently working with a large set of CF-Compliant data from CORDEX and CMIP5 and attempting to integrate some of the neat features of rioxarray into a project that performs...