stac-rs
stac-rs copied to clipboard
Command line interface (CLI) and Rust libraries for the SpatioTemporal Asset Catalog (STAC) specification
If we do want to be The One STAC CLI™, we should provide most of the functionality that exists in other CLis. - [ ] add: Add an item to...
It's sort of a one off, and pretty much everything we're doing is already done by other software.
https://github.com/stac-utils/stac-geoparquet/blob/main/spec/stac-geoparquet-spec.md#including-a-stac-collection-json-in-a-stac-geoparquet-collection I think we'd support this on the way in either by: - A builder, or - Expecting it on the input item collection (cleaner, I think) Way out would...
We might have too many, and I'm sure we could have better error messages. Will dovetail with #398
They're going to move at a different pace, and I don't like them 🙃, so let's quarantine them.
This will make our usage of **object_store** a bit less awkward.
E.g. - `Migrate` - `Href` - `Links` - moar?
E.g. the [projection](https://github.com/stac-extensions/projection) extension update in a breaking way, so there's stuff in the wild in both versions. We should gracefully handle these cases. This will probably either be through...