rioxarray icon indicating copy to clipboard operation
rioxarray copied to clipboard

geospatial xarray extension powered by rasterio

Results 103 rioxarray issues
Sort by recently updated
recently updated
newest added

## Summary Add support for the new [Zarr `spatial:` convention](https://github.com/zarr-conventions/spatial) and [Zarr `proj:` convention](https://github.com/zarr-experimental/geo-proj) to enable rioxarray to read and write CRS and georeferencing metadata using these emerging cloud-native standards....

proposal

#### Code Sample, a copy-pastable example if possible ```shell python3.13 -m pytest -k "not test_clip_geojson__no_drop and not test_clip_geojson and not test_interpolate_na and not test_merge_datasets and not test_open_rasterio_mask_chunk_clip and not test_to_raster__different_dtype...

bug
upstream

## The Issue rioxarray currently implements Ground Control Points (GCPs) using a custom GeoJSON approach, while CF conventions section 8.3 defines a standardized method for "coordinate subsampling" (tie points). This...

proposal