stac-utils / stac-rs

Tools and libraries for the SpatioTemporal Asset Catalog (STAC) specification, written in Rust
https://stac-utils.github.io/stac-rs/
Apache License 2.0
83 stars 11 forks source link

Support extensions #35

Open gadomski opened 2 years ago

gadomski commented 2 years ago

These are all the stable ones, plus raster:

gadomski commented 2 years ago

One thought here is to include stac_extensions on Asset but exclude it from serde, and then propogate those extensions up/down to the Item. That makes it easier to add an extension to an asset without requiring an associated item.

gadomski commented 7 months ago

Implementation begun in https://github.com/stac-utils/stac-rs/pull/234. I'll consider this closed when I have all stable extensions implemented.