{"id":37320347,"url":"https://github.com/developmentseed/stac-map","last_synced_at":"2026-01-16T03:17:28.844Z","repository":{"id":300272868,"uuid":"986494524","full_name":"developmentseed/stac-map","owner":"developmentseed","description":"A map-first STAC search and visualization tool, with stac-geoparquet support","archived":false,"fork":false,"pushed_at":"2026-01-12T19:36:04.000Z","size":6037,"stargazers_count":55,"open_issues_count":32,"forks_count":7,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-01-12T21:33:07.007Z","etag":null,"topics":["stac","stac-geoparquet"],"latest_commit_sha":null,"homepage":"https://developmentseed.org/stac-map/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/developmentseed.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-19T17:37:38.000Z","updated_at":"2026-01-12T19:29:18.000Z","dependencies_parsed_at":"2025-08-22T23:07:27.948Z","dependency_job_id":"9fe156ab-0d50-4e2d-b1c8-c76470334e46","html_url":"https://github.com/developmentseed/stac-map","commit_stats":null,"previous_names":["gadomski/stac-geoparquet-viewer","gadomski/stac-map"],"tags_count":41,"template":false,"template_full_name":null,"purl":"pkg:github/developmentseed/stac-map","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developmentseed%2Fstac-map","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developmentseed%2Fstac-map/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developmentseed%2Fstac-map/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developmentseed%2Fstac-map/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/developmentseed","download_url":"https://codeload.github.com/developmentseed/stac-map/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developmentseed%2Fstac-map/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28477099,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T03:13:13.607Z","status":"ssl_error","status_checked_at":"2026-01-16T03:11:47.863Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["stac","stac-geoparquet"],"created_at":"2026-01-16T03:17:28.767Z","updated_at":"2026-01-16T03:17:28.826Z","avatar_url":"https://github.com/developmentseed.png","language":"TypeScript","readme":"# stac-map\n\n[![CI status](https://img.shields.io/github/actions/workflow/status/developmentseed/stac-map/ci.yaml?style=for-the-badge\u0026label=CI)](https://github.com/developmentseed/stac-map/actions/workflows/ci.yaml)\n[![GitHub deployments](https://img.shields.io/github/deployments/developmentseed/stac-map/github-pages?style=for-the-badge\u0026label=Deploy)](https://github.com/developmentseed/stac-map/deployments/github-pages)\n[![GitHub Release](https://img.shields.io/github/v/release/developmentseed/stac-map?style=for-the-badge)](https://github.com/developmentseed/stac-map/releases)\n\nThe map-first, single-page, statically-hosted STAC visualizer at \u003chttps://developmentseed.org/stac-map\u003e.\n\n\u003c!-- markdownlint-disable MD033 --\u003e\n\u003cpicture\u003e\n  \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"img/stac-map-dark.png\"\u003e\n  \u003cimg alt=\"stac-map with eoAPI DevSeed loaded in \" src=\"img/stac-map-light.png\"\u003e\n\u003c/picture\u003e\n\u003c!-- markdownlint-enable MD033 --\u003e\n\nIncludes:\n\n- Natural language collection search\n- **stac-geoparquet** visualization, upload, and download\n\n\u003e [!WARNING]\n\u003e This application is in its infancy :baby: and will change significantly and/or break at any time.\n\n## Development\n\nGet [yarn](https://yarnpkg.com/), then:\n\n```shell\ngit clone git@github.com:developmentseed/stac-map\ncd stac-map\nyarn install\nyarn dev\n```\n\nThis will open a development server at \u003chttp://localhost:5173/stac-map/\u003e.\n\nWe have some code quality checks/tools:\n\n```shell\nyarn lint\nyarn format\n```\n\nAnd some simple tests:\n\n```shell\nyarn playwright install\nyarn test\n```\n\n## Contributing\n\nWe have some [architecture documentation](./docs/architecture.md) to help you get the lay of the land.\nWe use Github [Pull Requests](https://github.com/developmentseed/stac-map/pulls) to propose changes, and [Issues](https://github.com/developmentseed/stac-map/issues) to report bugs and request features.\n\nWe use [semantic-release](https://github.com/semantic-release/semantic-release?tab=readme-ov-file) to create [releases](https://github.com/developmentseed/stac-map/releases).\nThis requires our commit messages to conform to [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/).\n\n## Deploying\n\nSee [deploy.yaml](./.github/workflows/deploy.yaml) for a (drop-dead simple) example of deploying this application as a static site via Github Pages.\n\n### White-label deployment\n\nYou can deploy your own customized version of stac-map using environment variables:\n\n| Variable            | Description                        | Default            |\n| ------------------- | ---------------------------------- | ------------------ |\n| `VITE_BASE_PATH`    | URL path prefix (e.g., `/my-app/`) | `/stac-map/`       |\n| `VITE_DEFAULT_HREF` | STAC resource to load on startup   | None (shows intro) |\n\nExample:\n\n```shell\nVITE_BASE_PATH=/ VITE_DEFAULT_HREF=https://my-stac-api.com yarn build\n```\n\nOr create a `.env` file:\n\n```shell\nVITE_BASE_PATH=/\nVITE_DEFAULT_HREF=https://my-stac-api.com\n```\n\nThen run `yarn build` and deploy the `dist/` directory to your static hosting provider.\nFor an example of white-labeling **stac-map**, see https://github.com/gadomski/eoapi.stac-map.io.\n\n## Versioning\n\nFor now, we use a form of [Sentimental Versioning](https://github.com/dominictarr/sentimental-versioning#readme), where we use MAJOR, MINOR, and PATCH versions to communicate the \"weight\" of changes.\nWe may formalize our releases into a stricter form of [Semantic Versioning](https://semver.org/) at some point in the future.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevelopmentseed%2Fstac-map","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevelopmentseed%2Fstac-map","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevelopmentseed%2Fstac-map/lists"}