Skip to content

stac v0.9

Compare
Choose a tag to compare
@gadomski gadomski released this 05 Sep 23:27
· 200 commits to main since this release
stac-v0.9.0

Overview

This release includes (experimental) stac-geoparquet support! 🎉

Added

  • Bbox (#303, #328)
  • Functions to create collections from items (#304)
  • Default implementation for Version (#309)
  • Experimental GeoParquet and GeoArrow support (#316, #319, #328)
  • Public stac::io module (#319)

Fixed

  • Don't add a bands attribute if all bands are empty when migrating (#351)

Changed

  • Use DateTime<Utc> instead of String for datetimes (#297, #304)
  • Add Href.clear_href (#299)
  • Rename media_type module to mime, deprecate a bunch of them, add some others (#327)

Removed

  • stac::read_json from the public API (#301)
  • Bounds (#303)
  • stac::item::FlatItem (#328)