{"id":15593310,"url":"https://github.com/derhuerst/berlin-wall-shape","last_synced_at":"2025-04-15T05:37:05.931Z","repository":{"id":57152097,"uuid":"120009067","full_name":"derhuerst/berlin-wall-shape","owner":"derhuerst","description":"The Berlin Wall (Berliner Mauer) as GeoJSON.","archived":false,"fork":false,"pushed_at":"2019-10-21T18:53:20.000Z","size":363,"stargazers_count":10,"open_issues_count":3,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-15T05:37:00.039Z","etag":null,"topics":["berlin","geojson","shapefile","wall"],"latest_commit_sha":null,"homepage":"https://github.com/derhuerst/berlin-wall-shape#berlin-wall-shape","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/derhuerst.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-02-02T17:12:59.000Z","updated_at":"2022-01-31T23:14:02.000Z","dependencies_parsed_at":"2022-09-05T16:20:55.475Z","dependency_job_id":null,"html_url":"https://github.com/derhuerst/berlin-wall-shape","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derhuerst%2Fberlin-wall-shape","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derhuerst%2Fberlin-wall-shape/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derhuerst%2Fberlin-wall-shape/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derhuerst%2Fberlin-wall-shape/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/derhuerst","download_url":"https://codeload.github.com/derhuerst/berlin-wall-shape/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249016306,"owners_count":21198828,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["berlin","geojson","shapefile","wall"],"created_at":"2024-10-03T00:08:07.307Z","updated_at":"2025-04-15T05:37:05.896Z","avatar_url":"https://github.com/derhuerst.png","language":"JavaScript","funding_links":["https://patreon.com/derhuerst"],"categories":[],"sub_categories":[],"readme":"# berlin-wall-shape\n\n**The [Berlin Wall (Berliner Mauer)](https://en.wikipedia.org/wiki/Berlin_Wall) as GeoJSON.** Taken [from the open data portal of Berlin](https://daten.berlin.de/datensaetze/verlauf-der-berliner-mauer-1989-hinterlandmauer-wfs).\n\n[see a live map](https://fbinter.stadt-berlin.de/fb/index.jsp?loginkey=zoomStart\u0026mapId=k_mauer@senstadt\u0026bbox=18997,17259,31668,24771)\n\n[![npm version](https://img.shields.io/npm/v/berlin-wall-shape.svg)](https://www.npmjs.com/package/berlin-wall-shape)\n[![build status](https://api.travis-ci.org/derhuerst/berlin-wall-shape.svg?branch=master)](https://travis-ci.org/derhuerst/berlin-wall-shape)\n[![chat on gitter](https://badges.gitter.im/derhuerst.svg)](https://gitter.im/derhuerst)\n[![support me on Patreon](https://img.shields.io/badge/support%20me-on%20patreon-fa7664.svg)](https://patreon.com/derhuerst)\n\n[![a screenshot of a map showing the shape](screenshot.png)](https://bl.ocks.org/d/a9bca806db0f41216dc3ebfbd84cd023)\n\n\n## Installing\n\n```shell\nnpm install berlin-wall-shape\n```\n\n\n## Usage\n\n```js\nconst shape = require('berlin-wall-shape')\nconsole.log(shape)\n```\n\n`shape` will be a [GeoJSON](http://geojson.org/) [`MultiLineString`](https://tools.ietf.org/html/rfc7946#section-3.1.5).\n\n```js\n{\n\ttype: 'MultiLineString',\n\tcoordinates: [\n\t\t[\n\t\t\t[13.204769, 52.616444],\n\t\t\t[13.208006, 52.617655],\n\t\t\t// …\n\t\t],\n\t\t[\n\t\t\t[13.292293, 52.661454],\n\t\t\t[13.295914, 52.66113],\n\t\t\t// …\n\t\t],\n\t\t// …\n\t]\n}\n```\n\n\n## License\n\nThe [underlying data](https://daten.berlin.de/datensaetze/verlauf-der-berliner-mauer-1989-hinterlandmauer-wfs) is licensed under the proprietary [*Geodatennutzungsverordnung*](license.md).\n\n\n## Contributing\n\nIf you have a question or have difficulties using `berlin-wall-shape`, please double-check your code and setup first. If you think you have found a bug or want to propose a feature, refer to [the issues page](https://github.com/derhuerst/berlin-wall-shape/issues).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderhuerst%2Fberlin-wall-shape","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fderhuerst%2Fberlin-wall-shape","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderhuerst%2Fberlin-wall-shape/lists"}