Skip to content

z3tt/moabit_shapes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🗺 GIS Layers for Moabit aka Berlin 21

Layers Included

This repository contains the following shapefiles cropped for my home district Moabit in Berlin that is also known as "Berlin 21":

./img/layer_overview.png

  • sf_moabit_district.shp: District border of Moabit

  • sf_moabit_build.shp: 4056 buildings

    • OBJECTID: identification number
    • Gebaeudefu: building function number
    • Gebaeude_1: building type (in German)
    • AnzahlDerO: number of above ground levels
    • AnzahlDerU: number of below ground levels
    • Name: buidling name (in German)
  • sf_moabit_landuse.shp: Landuse classification

    • osm_id: OSM identification number
    • code: 4 digit code defining OSM feature class
    • fclass: OSM feature class
    • name: name of the feature
    • green: green space classification, boolean variable
      • TRUE if fclass one of "park", "recreation_ground", "cemetery", "scrub", "forest", "heath", "allotments" or "grass"
      • FALSE otherwise
  • sf_moabit_roads.shp: Road network

    • osm_id: OSM identification number
    • code: 4 digit code defining OSM feature class
    • fclass: OSM feature class
    • name: name of the feature
    • ref: reference number
    • maxspeed: speed limit
    • oneway: boolean variable, T if feature is a oneway, F otherwise
    • bridge: boolean variable, T if feature is a bridge, F otherwise
    • tunnel: boolean variable, T if feature is a tunnel, F otherwise
    • stroke: 0.1 in case of "path" and "footway", 0.2 otherwise
    • layer: OSM layer
  • sf_moabit_rails.shp: Railway tracks

    • osm_id: OSM identification number
    • code: 4 digit code defining OSM feature class
    • fclass: OSM feature class
    • name: name of the feature
  • sf_moabit_water.shp: Water bodies

    • osm_id: OSM identification number
    • code: 4 digit code defining OSM feature class
    • fclass: OSM feature class
    • name: name of the feature

Data Sources

Data sources that have been used:

Other useful reosurces:

  • A collection of (all?!) Berlin's spatial units including districts, district areas, LORs, traffic cells, corridors, and ZIP code areas
  • BerlinOpenData for a range of (potentially) interesting data about Berlin

Example Plot

./img/build_levels.png


Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)


Buy Me A Coffee

About

🗺 Cropped shapefiles for my home district Moabit (Berlin 21)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages