https://github.com/mykolakozyr/stacdiscovery
Simple STAC Catalogs discovery tool.
https://github.com/mykolakozyr/stacdiscovery
geospatial keplergl stac streamlit webmap
Last synced: about 1 year ago
JSON representation
Simple STAC Catalogs discovery tool.
- Host: GitHub
- URL: https://github.com/mykolakozyr/stacdiscovery
- Owner: mykolakozyr
- License: apache-2.0
- Created: 2022-01-03T15:49:12.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-26T20:19:52.000Z (about 1 year ago)
- Last Synced: 2025-05-06T14:47:53.552Z (about 1 year ago)
- Topics: geospatial, keplergl, stac, streamlit, webmap
- Language: Python
- Homepage: https://share.streamlit.io/mykolakozyr/stacdiscovery/main/app.py
- Size: 26.4 KB
- Stars: 26
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# STAC Catalog Discovery
Simple [STAC](http://stacspec.org/) discovery tool. Just paste the STAC Catalog link and press Enter.

## Details
STAC Discovery tool enables discovering data in a given collection. The idea is to move from the approach of providing geometry and dates to discovering the whole catalog.
The main idea is to showcase the value of using **[STAC specification](http://stacspec.org/)** in describing geospatial information. Just imagine how great would it be to have a single interface to browse geospatial data.
Please note, it is not the best tool to discover data from large data catalogs. Use tools that designed to return first N items for a given area of interest.
This STAC Discovery tool is based on the [pystac-client](https://pystac-client.readthedocs.io/en/latest/) v.0.3.1.
## Known Limitations
- :warning: It requires STAC spec v1.0.0
- :warning: Number of items to return is limited to 25000