stac-rs icon indicating copy to clipboard operation
stac-rs copied to clipboard

Command line interface (CLI) and Rust libraries for the SpatioTemporal Asset Catalog (STAC) specification

Results 69 stac-rs issues
Sort by recently updated
recently updated
newest added

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...

[crate] cli

It's sort of a one off, and pretty much everything we're doing is already done by other software.

[crate] core

## Closes - Closes #428

[crate] core

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...

[crate] core

We might have too many, and I'm sure we could have better error messages. Will dovetail with #398

[crate] core

They're going to move at a different pace, and I don't like them 🙃, so let's quarantine them.

[crate] core

This will make our usage of **object_store** a bit less awkward.

enhancement
[crate] core

E.g. - `Migrate` - `Href` - `Links` - moar?

enhancement
[crate] core

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...

[crate] extensions