Skip to content

v0.9.3

Compare
Choose a tag to compare
@savente93 savente93 released this 08 Feb 10:42
· 190 commits to main since this release
682eb8d

v0.9.3 (2024-02-08)

This release fixes several bugs. Most notably the NoDataSrategy is available in much more data reading methods so plugins can use it more directly. Additionally there are some bug fixes relating to reading shapefiles and reading COGs.

Added

  • Test script for testing predefined catalogs locally. (#735)
  • Option to write a data catalog to a csv file (#425)

Fixed

  • Reading Vector formats that consist of more than one file via geopandas. (#691)
  • Handle NoDataStrategy consistently when reading data in adapters (#738)
  • add option to ignore empty data sets when exporting data (#743)
  • Fix bug in raster._check_dimensions for datasets with multiple variables with varying dimension size (#761)
  • Fix bug when reading COGs at requested zoom level (#758)