You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Command Line Interface (CLI), Rust crates, and other libraries for the [SpatioTe
10
10
11
11
-[stac-cli](./cli/README.md) is a command-line interface to query a STAC API, create and validate STAC items, and do other awesome stuff on the command line.
12
12
-[stac](./core/README.md) is the core library with data structures (`Item`, `Catalog`, and `Collection`) and more.
13
-
-[stac-async](./async/README.md)uses async Rust via [tokio](https://tokio.rs/)for input and output.
13
+
-[stac-api](./api/README.md)contains the data structures for the [STAC API specification](https://github.com/radiantearth/stac-api-spec) and a client for interacting with one.
14
14
-[stac-server](./server/README.md) is a STAC API server with multiple backends.
15
15
-[stacrs](./python/README.md) is a small, no-dependency Python library based on **stac-rs**.
16
16
@@ -22,7 +22,6 @@ This monorepo contains several crates:
22
22
| ----- | ---- | --------- |
23
23
|[stac](./core/README.md)| Core data structures and synchronous I/O |[](https://github.com/stac-utils/stac-rs/actions/workflows/core.yml) <br /> [](https://docs.rs/stac/latest/stac/) <br> [](https://crates.io/crates/stac)|
24
24
|[stac-api](./api/README.md)| Data structures for the [STAC API](https://github.com/radiantearth/stac-api-spec) specification |[](https://github.com/stac-utils/stac-rs/actions/workflows/api.yml) <br /> [](https://docs.rs/stac-api/latest/stac_api/) <br> [](https://crates.io/crates/stac-api)|
|[stac-server](./server/README.md)| STAC API server with multiple backends |[](https://github.com/stac-utils/stac-rs/actions/workflows/server.yml) <br /> [](https://docs.rs/stac-server/latest/stac_server/) <br> [](https://crates.io/crates/stac-server)|
28
27
|[stac-validate](./validate/README.md)| Validate STAC data structures with [jsonschema](https://json-schema.org/)|[](https://github.com/stac-utils/stac-rs/actions/workflows/validate.yml) <br /> [](https://docs.rs/stac-validate/latest/stac-validate/) <br> [](https://crates.io/crates/stac-validate)|
0 commit comments