stac-map
A map-first STAC search and visualization tool, with stac-geoparquet support
File Explorer
Download Latest Version (.zip)- bug_report.md
- feature_request.md
- ci.yaml
- deploy.yaml
- github-pr-update.cjs
- pr.yaml
- preview-deploy.yaml
- preview-remove.yaml
- release-please.yaml
- release.yaml
- CODEOWNERS
- dependabot.yml
- pull_request_template.md
- .markdownlint.yml
- 0000-use-markdown-architectural-decision-records.md
- 0001-dont-use-stac-react.md
- 0002-drill-the-props.md
- adr-template-bare-minimal.md
- adr-template-bare.md
- adr-template-minimal.md
- adr-template.md
- README.md
- architecture.md
- stac-map-dark.png
- stac-map-light.png
- favicon.png
- catalog.tsx
- collection.tsx
- item.tsx
- value.tsx
- catalog.tsx
- collection.tsx
- item.tsx
- value.tsx
- auth.tsx
- color-mode.tsx
- datetime-slider.tsx
- description.tsx
- entity-list.tsx
- error-alert.tsx
- json.tsx
- pagination-bar.tsx
- projection.tsx
- prose.tsx
- section.tsx
- settings.tsx
- stac.tsx
- thumbnail.tsx
- toaster.tsx
- app.tsx
- assets.tsx
- breadcrumbs.tsx
- buttons.tsx
- children.tsx
- collections.tsx
- datetime-filter.tsx
- error-listener.tsx
- examples.tsx
- extensions.tsx
- footer.tsx
- header.tsx
- href-input.tsx
- items.tsx
- json.tsx
- links.tsx
- map.tsx
- oidc-token-sync.tsx
- overlay.tsx
- panel.tsx
- properties.tsx
- search.tsx
- stac-geoparquet.tsx
- stac-map.tsx
- url-bootstrap.tsx
- value.tsx
- visualization.tsx
- auth-enabled.tsx
- examples.tsx
- stac-browser.tsx
- planetary-computer.ts
- stac.ts
- planetary-computer.ts
- stac.ts
- auth.ts
- bbox.ts
- datetime.ts
- geotiff.ts
- href.ts
- map.ts
- planetary-computer.ts
- projection.ts
- single-band.ts
- stac-geoparquet.ts
- stac-wasm.ts
- stac.ts
- upload.ts
- constants.ts
- lib.ts
- main.tsx
- store.ts
- vite-env.d.ts
- bbox.spec.ts
- datetime.spec.ts
- href.spec.ts
- planetary-computer.spec.ts
- projection.spec.ts
- single-band.spec.ts
- stac-wasm.spec.ts
- stac.spec.ts
- .env.example
- .gitignore
- .node-version
- .prettierignore
- .prettierrc.toml
- .release-please-manifest.json
- .releaserc
- CHANGELOG.md
- DEPLOY.md
- eslint.config.js
- index.html
- LICENSE
- package.json
- README.md
- release-please-config.json
- tsconfig.app.json
- tsconfig.json
- tsconfig.lib.json
- tsconfig.node.json
- typedoc.json
- vite.config.ts
- vite.lib.config.ts
- vitest.config.ts
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/developmentseed/stac-map
Downloads the entire project code from GitHub to your computer.
cd stac-map
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
yarn install
Downloads and installs the libraries listed in package.json.
yarn dev
Starts the development/run server.
yarn lint
Type this command into your terminal and run it.
yarn format
Type this command into your terminal and run it.
yarn playwright install
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
