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 10 stac-rs issues
Sort by recently updated
recently updated
newest added

These are all the stable ones, plus **raster**: - [ ] [Electro-Optical](https://github.com/stac-extensions/eo) - [ ] [File Info](https://github.com/stac-extensions/file) - [ ] [Item Assets Definition](https://github.com/stac-extensions/item-assets) - [ ] [Landsat](https://github.com/stac-extensions/landsat) - [x] [Projection](https://github.com/stac-extensions/projection)...

enhancement
[crate] stac

Right now it's pretty awkward ... we should make a builder.

enhancement
[crate] stac-api

Use [mdbook](https://github.com/rust-lang/mdBook) to create a book that walks folks through using the CLI and the libraries. This could be a useful way to show how this repo covers most of...

documentation

## Closes - Closes #195 ## Description Adds a new crate, **pystac**, which is a Rust-backed Python package named **pystac_rs**. Currently just a proof-of-concept. ## Checklist Delete any checklist items...

Might be as simple as putting tokio::fs behind a conditional ("Only features sync,macros,io-util,rt,time are supported on wasm.").

enhancement
[crate] stac-async

The validator fetches schema w/ blocking, so we might need to re-implement to do it async?

enhancement
[crate] stac-validate

`pystac-rs`?

enhancement

We removed tree management (aka children, parents, roots, etc) in v0.0.5. It'd be nice to have it back, but I need to think through the strategy a bit more to...

enhancement
[crate] stac