Skip to content

Releases: corteva/rioxarray

0.0.20 Release

03 Feb 16:38
Compare
Choose a tag to compare
  • BUG: ensure band_key is list when iterating over bands for mask and scale (pull #87)

0.0.19 Release

21 Jan 20:54
Compare
Choose a tag to compare
  • Add support for writing scales & offsets to raster (pull #79)
  • Don’t write standard raster metadata to raster tags (issue #78)

0.0.18 Release

12 Dec 17:22
Compare
Choose a tag to compare
  • Fixed windowed writing to require tiled output raster (pull #66)
  • Write data array attributes using rio.to_raster (issue #64)
  • Write variable name to descriptions if possible in rio.to_raster (issue #64)
  • Add mask_and_scale option to rioxarray.open_rasterio() (issue #67)
  • Hide NotGeoreferencedWarning warning when subdatasets are present using open_rasterio (issue #65)
  • Add support for loading in 1D variables in xarray.open_rasterio() (issue #43)
  • Load in netCDF metadata on the variable level (pull #73)
  • Add rioxarray.merge module (issue #46)

0.0.17 Release

06 Nov 15:03
Compare
Choose a tag to compare
  • Renamed descriptions to long_name when opening with open_rasterio() (pull #63)
  • Make units & long_name scalar if they exist in rasterio attributes (pull #63)

0.0.16 Release

05 Nov 18:52
Compare
Choose a tag to compare
  • Add support for netcdf/hdf groups with different shapes (pull #62)

0.0.13 Release

27 Sep 19:12
Compare
Choose a tag to compare
  • Improve CRS searching for xarray.Dataset & use default grid mapping name (pull #51)

0.0.12 Release

23 Sep 18:37
Compare
Choose a tag to compare
  • Use xarray.open_rasterio() for rioxarray.open_rasterio() with xarray<0.12.3 (pull #40)

0.0.11 Release

23 Sep 18:39
Compare
Choose a tag to compare
  • Added open_kwargs to pass into rasterio.open() when using rioxarray.open_rasterio() (pull #48)
  • Added example opening Cloud Optimized GeoTiff (issue #45)

0.0.10 Release

03 Sep 20:32
Compare
Choose a tag to compare
  • Added support for opening netcdf/hdf files with rioxarray.open_rasterio (issue #32)
  • Added support for custom CRS with wkt attribute for datacube CRS support (issue #35)
  • Added rio.set_nodata(), rio.write_nodata(), rio.set_attrs(), rio.update_attrs() (issue #37)

0.0.9 Release

24 Jul 14:42
Compare
Choose a tag to compare

Add rioxarray.open_rasterio (issue #7)