The map-first, single-page, statically-hosted STAC visualizer at https://developmentseed.org/stac-map.
Includes:
- Client-side COG rendering via deck.gl-raster
- Web map service display
- stac-geoparquet visualization, upload, and export
- React component for re-use in other applications
See DEPLOY.md.
Get yarn, then:
git clone [email protected]:developmentseed/stac-map
cd stac-map
yarn install
yarn devThis will open a development server at http://localhost:5173/stac-map/.
We have some code quality checks:
yarn lint
yarn formatAnd some simple tests:
yarn playwright install
yarn testWe have some architecture documentation to help you get the lay of the land. We use Github Pull Requests to propose changes, and Issues to report bugs and request features.
We use release-please to create releases. This requires our commit messages to conform to Conventional Commits.