Skip to content

A context-aware console application for interacting with local and remote STAC resources

License

Notifications You must be signed in to change notification settings

jisantuc/stac-repl

Repository files navigation

stac repl

A context-aware console application for interacting with local and remote STAC resources.

Quickstart

I just want to run it

  • 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

Running in development

  • clone this repo
  • spago run
  • <TAB><TAB> and try out some commands

What can you do so far?

  • 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

What can't you do?

About

A context-aware console application for interacting with local and remote STAC resources

Resources

License

Stars

Watchers

Forks

Packages

No packages published