{"id":17403974,"url":"https://github.com/z3tt/moabit_shapes","last_synced_at":"2025-08-21T09:07:40.123Z","repository":{"id":80779519,"uuid":"225816901","full_name":"z3tt/moabit_shapes","owner":"z3tt","description":"🗺  Cropped shapefiles for my home district Moabit (Berlin 21)","archived":false,"fork":false,"pushed_at":"2022-04-14T09:09:20.000Z","size":116554,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-14T09:49:01.522Z","etag":null,"topics":["berlin","ggplot2","map","rstats","shapefiles","simple-features"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/z3tt.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}},"created_at":"2019-12-04T08:28:38.000Z","updated_at":"2025-01-04T11:14:25.000Z","dependencies_parsed_at":"2023-10-20T17:15:37.954Z","dependency_job_id":null,"html_url":"https://github.com/z3tt/moabit_shapes","commit_stats":{"total_commits":30,"total_committers":1,"mean_commits":30.0,"dds":0.0,"last_synced_commit":"235e2fa1affb5bc65469982f328464b4e2d36343"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/z3tt/moabit_shapes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/z3tt%2Fmoabit_shapes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/z3tt%2Fmoabit_shapes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/z3tt%2Fmoabit_shapes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/z3tt%2Fmoabit_shapes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/z3tt","download_url":"https://codeload.github.com/z3tt/moabit_shapes/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/z3tt%2Fmoabit_shapes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271455199,"owners_count":24762701,"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","status":"online","status_checked_at":"2025-08-21T02:00:08.990Z","response_time":74,"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":["berlin","ggplot2","map","rstats","shapefiles","simple-features"],"created_at":"2024-10-16T19:10:04.090Z","updated_at":"2025-08-21T09:07:40.100Z","avatar_url":"https://github.com/z3tt.png","language":"HTML","funding_links":["https://www.buymeacoffee.com/z3tt"],"categories":[],"sub_categories":[],"readme":"# 🗺  GIS Layers for Moabit aka Berlin 21\n\n### Layers Included\nThis repository contains the following shapefiles cropped for my home district [Moabit](https://en.wikipedia.org/wiki/Moabit) in Berlin that is also known as \"Berlin 21\":\n\n![./img/layer_overview.png](https://raw.githubusercontent.com/Z3tt/moabit_shapes/master/img/layer_overview.png)\n\n* `sf_moabit_district.shp`: District border of Moabit\n\n* `sf_moabit_build.shp`: 4056 buildings\n  - `OBJECTID`: identification number\n  - `Gebaeudefu`: building function number\n  - `Gebaeude_1`: building type (in German)\n  - `AnzahlDerO`: number of above ground levels\n  - `AnzahlDerU`: number of below ground levels\n  - `Name`: buidling name (in German)  \n\n* `sf_moabit_landuse.shp`: Landuse classification\n  - `osm_id`: OSM identification number\n  - `code`: 4 digit code defining OSM feature class\n  - `fclass`: OSM feature class\n  - `name`: name of the feature\n  - `green`: green space classification, boolean variable\n    * `TRUE` if fclass one of \"park\", \"recreation_ground\", \"cemetery\", \"scrub\", \"forest\", \"heath\", \"allotments\" or \"grass\"\n    * `FALSE` otherwise\n\n* `sf_moabit_roads.shp`: Road network\n  - `osm_id`: OSM identification number\n  - `code`: 4 digit code defining OSM feature class\n  - `fclass`: OSM feature class\n  - `name`: name of the feature\n  - `ref`: reference number\n  - `maxspeed`: speed limit\n  - `oneway`: boolean variable, `T` if feature is a oneway, `F` otherwise\n  - `bridge`: boolean variable, `T` if feature is a bridge, `F` otherwise\n  - `tunnel`: boolean variable, `T` if feature is a tunnel, `F` otherwise\n  - `stroke`: `0.1` in case of \"path\" and \"footway\", `0.2` otherwise\n  - `layer`: OSM layer  \n\n* `sf_moabit_rails.shp`: Railway tracks\n  - `osm_id`: OSM identification number\n  - `code`: 4 digit code defining OSM feature class\n  - `fclass`: OSM feature class\n  - `name`: name of the feature  \n\n* `sf_moabit_water.shp`: Water bodies\n  - `osm_id`: OSM identification number\n  - `code`: 4 digit code defining OSM feature class\n  - `fclass`: OSM feature class\n  - `name`: name of the feature\n\n### Data Sources\n\nData sources that have been used:\n\n* District borders (\"Ortsteile\"): [Berlin Open Data](https://daten.berlin.de/datensaetze/rbs-ortsteile-dezember-2014); uploaded: 2014-12-31\n* Buildings: [Geoportal Berlin via ESRI DE Open Data](https://opendata-esri-de.opendata.arcgis.com/datasets/ecf431fd8c394ee1b2fd7d54563e7b81_0); uploaded: 2019-01-25\n  - Note: `Gebäude__Berlin.shp` and `Gebäude__Berlin.dbf` are not included here due to file size limits\n* Landuse categories, road network, railsways and water bodies: [OpenStreetMap contributors via Geofabrik GmbH](https://download.geofabrik.de/europe/germany/berlin.html); last update: 2019-12-04\n\nOther useful reosurces:\n\n* A collection of (all?!) [Berlin's spatial units](https://lab.technologiestiftung-berlin.de/projects/spatial-units/en/) including districts, district areas, LORs, traffic cells, corridors, and ZIP code areas\n* [BerlinOpenData](https://daten.berlin.de/) for a range of (potentially) interesting data about Berlin\n\n\n### Example Plot\n![./img/build_levels.png](https://raw.githubusercontent.com/Z3tt/moabit_shapes/master/img/build_levels.png)\n\n\n***\n\n\u003cdiv align=\"center\"\u003e\n  \u003ch4\u003eAttribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)\u003c/h4\u003e\n\u003cdiv style=\"width:300px; height:200px\"\u003e\n\u003cimg src=https://camo.githubusercontent.com/00f7814990f36f84c5ea74cba887385d8a2f36be/68747470733a2f2f646f63732e636c6f7564706f7373652e636f6d2f696d616765732f63632d62792d6e632d73612e706e67 alt=\"\" height=\"42\"\u003e\n\u003c/div\u003e\n  \u003cbr\u003e\n  \u003ca href=\"https://www.buymeacoffee.com/z3tt\" target=\"_blank\"\u003e\u003cimg src=\"https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-1.svg\" alt=\"Buy Me A Coffee\" style=\"height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;\" \u003e\u003c/a\u003e\n  \u003cbr\u003e\u003cbr\u003e\n\u003c/div\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fz3tt%2Fmoabit_shapes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fz3tt%2Fmoabit_shapes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fz3tt%2Fmoabit_shapes/lists"}