stac-rs
stac-rs copied to clipboard
Command line interface (CLI) and Rust libraries for the SpatioTemporal Asset Catalog (STAC) specification
Depends on https://github.com/stac-utils/stac-rs/issues/582
https://github.com/stac-utils/stac-rs/pull/562#discussion_r1896944303
We could implement a non-API version of https://github.com/stac-api-extensions/collection-search.
## Description Creates an ItemComparator that implements compare.Compare that can be built using a json sortby config. This can be used to compare items (returning Ordering) or to sort an...
## Closes - #807 Creates iterator of record batches from search_arrow with no intermediate vecs. ## Checklist Delete any checklist items that do not apply (e.g. if your change is...
Steps: - Load a collection (or a catalog?) - Iterate all the item links - ~Load them into DuckDB memory~ Save to a **stac-geoparquet** file - Search ~This will require...
Over in **rustac-py** I've wanted to iterate over items from a **stac-geoparquet**, instead of loading it in all at once. Let's support that.