Releases: corteva/rioxarray
Releases · corteva/rioxarray
release 0.0.6
- Add support for scalar coordinates in reproject (issue #15)
- Updated writing encoding for FutureWarning (issue #18)
- Use input raster profile for defaults to write output raster profile if opened with
xarray.open_rasterio
(issue #19) - Preserve None nodata if opened with
xarray.open_rasterio
(issue #20) - Added
drop
argument forclip()
(issue #25) - Fix order of
CRS
for reprojecting geometries inclip()
(pull #24) - Added
set_spatial_dims()
method for datasets when dimensions not found (issue #27)
0.0.4 Release
Added ability to export data array to raster (pull #8)
0.0.3 Release
Minor fix in setup.py for allowing installation without dependencies.