Skip to content

v0.8.0

Compare
Choose a tag to compare
@huard huard released this 25 May 16:04
· 159 commits to master since this release
b63b7a4

Changes:

  • Added a converter for loading GeoTIFF using xarray/rioxarray (#193).
  • Update notebook process forms. See client.gui function (#194).
  • Add support for Path objects in utils.guess_type (#202).
  • Support multiple mimetypes in converters (#201).
  • Removed geojson mimetypes from BINARY_MIMETYPES so it's embedded as a string rather than bytes.

API changes:

  • mimetype (str) replaced by mimetypes (tuple) in client.converters.BaseConverter.