The map-first STAC visualizer at https://developmentseed.org/stac-map.
Includes:
- Natural language collection search
- stac-geoparquet visualization
Warning
This application is in its infancy 👶 and will change significantly and/or break at any time.
Get yarn, then:
git clone [email protected]:developmentseed/stac-map
cd stac-map
yarn install
yarn dev
This will open a development server at http://localhost:5173/stac-map/.
We have some code quality checks/tools:
yarn lint
yarn format
We use Github Pull Requests to propose changes, and Issues to report bugs and request features.
See deploy.yaml for a (drop-dead simple) example of deploying this application as a static site via Github Pages.