Skip to content

Commit 27c7fb3

Browse files
authored
Extend intro
1 parent 38f0863 commit 27c7fb3

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
# STAC-Manager 📡 📄
22

33
## Introduction
4-
The STAC-Manager is a tool designed for managing the values of a STAC (SpatioTemporal Asset Catalog) collection and its items. This interface provides a user-friendly way to modify and update the properties of collections and items within a STAC catalog.
4+
5+
STAC Manager allows you to list, create, read, update, and delete STAC collections and items in a web application.
6+
7+
It currently connects to a STAC API via the the [STAC API - Transation Extension](https://github.com/stac-api-extensions/transaction) and can be configured to support standard authentication and authorization flows, if needed.
8+
9+
The application is extendable with plugins to provide user-friendly interfaces for various STAC extensions or custom properties.
10+
11+
The primary intended use is for detail-oriented curation of STAC collections by subject matter experts, for example fine-tuning providers or keywords, adding [STAC Rendering Extension](https://github.com/stac-extensions/render) configurations, or starting a new collection. It does not target the generation and ingestion of large STAC item sets, which is better done programmatically.
12+
13+
We just released this software and are curious to hear about use cases and limitations - please share your experience via this GitHub repository.
14+
515

616
## Repository structure
717

@@ -36,4 +46,4 @@ docker run --rm -p 8080:80 --name stac-manager -e 'PUBLIC_URL=http://your-url.co
3646
```
3747

3848
> [!NOTE]
39-
> The application performs a complete build during container startup to ensure environment variables are properly integrated. This process may take a couple minutes to complete.
49+
> The application performs a complete build during container startup to ensure environment variables are properly integrated. This process may take a couple minutes to complete.

0 commit comments

Comments
 (0)