stac-map

May 6, 2026 ยท View on GitHub

CI status GitHub deployments GitHub Release

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
stac-map with eoAPI DevSeed loaded in

Deploying

See DEPLOY.md.

Development

Get yarn, then:

git clone git@github.com: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:

yarn lint
yarn format

And some simple tests:

yarn playwright install
yarn test

Contributing

We 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.