A context-aware console application for interacting with local and remote STAC resources.
docker run -it jisantuc/stac-repl:0.1.1
<TAB><TAB>
and try out some commands- You can try the root url
https://franklin.nasa-hsi.azavea.com
for a small catalog with decent variety
- clone this repo
spago run
<TAB><TAB>
and try out some commands
- choose a root url:
set root url stac-api-root-url
- check conformance:
get conformance
- list collections (once you have a root url):
list collections
- choose one of those collections:
set collection <TAB>
( will suggest IDs) - list the first 30 items in a collection:
list items
- page through items 30 at a time:
next page
- view a Mapscii map of an item's location:
locate item <TAB>
( will suggest item IDs) - view a Mapscii map of a collection's location:
locate collection