{"id":42572216,"url":"https://github.com/codeforberlin/tilestache-config","last_synced_at":"2026-01-28T21:18:07.420Z","repository":{"id":54541364,"uuid":"221046407","full_name":"codeforberlin/tilestache-config","owner":"codeforberlin","description":"Config for tiles.codefor.de","archived":false,"fork":false,"pushed_at":"2025-06-21T09:29:09.000Z","size":31,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-10-11T15:43:12.846Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","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/codeforberlin.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}},"created_at":"2019-11-11T18:41:27.000Z","updated_at":"2025-06-21T09:29:12.000Z","dependencies_parsed_at":"2024-05-04T05:25:53.838Z","dependency_job_id":"4c1b75c3-7089-42da-a269-cdecb0933888","html_url":"https://github.com/codeforberlin/tilestache-config","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codeforberlin/tilestache-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeforberlin%2Ftilestache-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeforberlin%2Ftilestache-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeforberlin%2Ftilestache-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeforberlin%2Ftilestache-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codeforberlin","download_url":"https://codeload.github.com/codeforberlin/tilestache-config/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeforberlin%2Ftilestache-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28852134,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T15:15:36.453Z","status":"ssl_error","status_checked_at":"2026-01-28T15:15:13.020Z","response_time":57,"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":[],"created_at":"2026-01-28T21:18:06.793Z","updated_at":"2026-01-28T21:18:07.413Z","avatar_url":"https://github.com/codeforberlin.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n---\n\n## 🚫 Discontinued\n\n**This repo is no longer actively maintained.**  \n\nFrom June 2025 on, https://github.com/codeforberlin/tiles-config is used to maintain the configuration for\nhttps://tiles.codedefor.de. Please create issues or pull requests there.\n\n---\n\nAbout\n-----\n\nThis repo hold the server config for maps like [jochenklar/berlin-maps](https://github.com/jochenklar/berlin-maps) an others.\n\nOther projects\n-----\n\n* [luftbilder.berlin.codefor.de](https://luftbilder.berlin.codefor.de) showcases areal images from differnt years [Github](https://github.com/codeforberlin/luftbilder.berlin.codefor.de) \n* [maps.berlin.codefor.de](https://maps.berlin.codefor.de) showcases all kind of maps [Github](https://github.com/codeforberlin/maps.berlin.codefor.de) \n\u003c!-- * [github.com/codeforberlin/tilestache-config](https://github.com/codeforberlin/tilestache-config) is the config for serving areal imagery from file ([config](https://github.com/codeforberlin/tilestache-config/blob/master/config.json)) --\u003e\n* [github.com/codeforberlin/mapproxy-config](https://github.com/codeforberlin/mapproxy-config) is a map proxy for some imagery layers by the City of Berlin\n\nSetup\n-----\n\n```bash\napt-get install tilestache gunicorn memcached python-requests python-gdal gdal-bin\n```\n\nUsage\n-----\n\n```bash\n# run dev server\ntilestache-server -c config.json\n\n# seed tiles\ntilestache-seed -c config.json -b 55.05 5.86 47.27 14.04 -l bbs 10\n```\n\nAdvanced\n--------\n\nTilestache can also be installed using `pip`, but it will work only with `TileStache==1.51.4` and Python 2.\n\nGDAL can be build manually, but it should be `\u003c=2.4.4`. Then, the Python bindings need to be installed using `GDAL==2.4.4` (the version must match).\n\nIf GDAL is installed with a `--prefix`, e.g. `/opt/gdal-2.4.4`, the following command needs to be used to start the server:\n\n```bash\nPATH=/opt/gdal-2.4.4/bin:$PATH LD_LIBRARY_PATH=/opt/gdal-2.4.4/lib tilestache-server -c config.json\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeforberlin%2Ftilestache-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeforberlin%2Ftilestache-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeforberlin%2Ftilestache-config/lists"}