{"id":51116273,"url":"https://github.com/osmberlin/osm-pbf-filter-service","last_synced_at":"2026-06-24T22:01:15.809Z","repository":{"id":366842401,"uuid":"1278066526","full_name":"osmberlin/osm-pbf-filter-service","owner":"osmberlin","description":null,"archived":false,"fork":false,"pushed_at":"2026-06-23T13:38:21.000Z","size":33,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-23T15:27:46.874Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/osmberlin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2026-06-23T12:36:33.000Z","updated_at":"2026-06-23T13:39:14.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/osmberlin/osm-pbf-filter-service","commit_stats":null,"previous_names":["osmberlin/osm-pbf-filter-service"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/osmberlin/osm-pbf-filter-service","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osmberlin%2Fosm-pbf-filter-service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osmberlin%2Fosm-pbf-filter-service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osmberlin%2Fosm-pbf-filter-service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osmberlin%2Fosm-pbf-filter-service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/osmberlin","download_url":"https://codeload.github.com/osmberlin/osm-pbf-filter-service/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osmberlin%2Fosm-pbf-filter-service/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34750953,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-24T02:00:07.484Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2026-06-24T22:01:14.993Z","updated_at":"2026-06-24T22:01:15.801Z","avatar_url":"https://github.com/osmberlin.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# osm-pbf-filter-service\n\nA service that keeps a daily-updated OpenStreetMap planet file on a community\nserver and produces small, per-project regional `.osm.pbf` extracts (filtered by\narea **and** by tags) that projects can download over stable public URLs.\n\nThe design goal is **minimal manual server work**: configuration lives in this\ngit repository, and all orchestration runs through CI on a self-hosted runner\ninstalled on the community server.\n\n\u003e **Status: pre-alpha.** The planning logic in `src/` is implemented and\n\u003e unit-tested (`bun run test`, run in CI on GitHub-hosted runners). The osmium\n\u003e **execution** path (`scripts/`, `server/`, runner workflows) exists but has not\n\u003e been run end-to-end yet. No polygons are committed, so a live run is not wired up.\n\n## Start here\n\n- **[PLAN.md](PLAN.md)** — the full design, split into:\n  - Part A — Server provisioning (the infrastructure)\n  - Part B — How the application works (data lifecycle, configs, the extractor)\n  - Part C — CI/CD workflows\n- **[ZUSAMMENFASSUNG.de.md](ZUSAMMENFASSUNG.de.md)** — kurze deutsche\n  Zusammenfassung für die FOSSGIS-Runde.\n- **[projects/](projects/)** — one folder per project; each defines the area and\n  tags it needs. See [projects/README.md](projects/README.md).\n- **[regions/](regions/)** — the static region hierarchy (world → continents →\n  countries) used to speed up extraction. See [regions/README.md](regions/README.md).\n\n## How it works in one paragraph\n\nEach project declares an **area** (a region from the hierarchy or a custom\npolygon) and a set of **tag filters** (osmium syntax). A Bun orchestrator reads\nall project configs, figures out which continents/countries are actually needed,\ncomputes the **union of tags** required at each level, and runs `osmium` from the\ntop down (world → continent → country → project) so every intermediate extract is\nas small as possible. Results are served by nginx with a `status.json` next to\neach file describing how old the data is.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosmberlin%2Fosm-pbf-filter-service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fosmberlin%2Fosm-pbf-filter-service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosmberlin%2Fosm-pbf-filter-service/lists"}