From 662b2b954c2a0a503015eacb4a512baf7b77c9e1 Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Thu, 29 Aug 2024 08:30:17 -0600 Subject: [PATCH] docs: small README update --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4e308f7f..61ef8e40 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,13 @@ ![Ferris the crab holding the STAC logo](./img/rustacean-and-stac-small.png) -Command Line Interface (CLI) and Rust libraries for the [SpatioTemporal Asset Catalog (STAC)](https://stacspec.org/) specification. +Command Line Interface (CLI), Rust crates, and other libraries for the [SpatioTemporal Asset Catalog (STAC)](https://stacspec.org/) specification. -- Use [stac-cli](./stac-cli/README.md) to query a STAC API, create and validate STAC items, and do other awesome stuff on the command line. -- Use the core [stac](./stac/README.md) library to incorporate STAC data structures (`Item`, `Catalog`, and `Collection`) in another Rust application. -- Use [stac-async](./stac-async/README.md) to build an application that uses async Rust via [tokio](https://tokio.rs/). -- Use [stac-server](./stac-server/README.md) to serve a STAC API +- [stac-cli](./stac-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. +- [stac](./stac/README.md) is the core library with data structures (`Item`, `Catalog`, and `Collection`) and more. +- [stac-async](./stac-async/README.md) uses async Rust via [tokio](https://tokio.rs/) for input and output. +- [stac-server](./stac-server/README.md) is a STAC API server with multiple backends. +- [stacrs](./python/README.md) is a small, no-dependency Python library based on **stac-rs**. ## Crates