@developmentseed/stac-map
v2.0.2
Published
A map-first single-page STAC search and visualization tool with stac-geoparquet support
Readme
stac-map
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
Deploying
See DEPLOY.md.
Development
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 testContributing
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.
