stac-map
A map-first STAC search and visualization tool, with stac-geoparquet support
파일 탐색기
최종 버전 다운로드 (.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
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/developmentseed/stac-map
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd stac-map
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
yarn install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
yarn dev
개발/실행 서버를 켭니다.
yarn lint
이 명령어를 터미널에 그대로 입력해 실행하세요.
yarn format
이 명령어를 터미널에 그대로 입력해 실행하세요.
yarn playwright install
이 명령어를 터미널에 그대로 입력해 실행하세요.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
