stac v0.9
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 ofString
for datetimes (#297, #304) - Add
Href.clear_href
(#299) - Rename
media_type
module tomime
, deprecate a bunch of them, add some others (#327)