hekele / radschnellwege

Dataset of Radschnellwege in Germany

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Radschnellwege Deutschland

This project is in progress. Accuracy of ways are getting improved as time flows and the Radschnellwege have finished planning.

There are still Radschnellwege and attributes of them missing. Open a pull-request, an issue or contact me when you want to improve something.

A list, map, database (call it how you like) of planned, currently build and finished fietssnelweg (Radschnellwege) in Germany. All handmade and updated manually.

The format is a GeoJSON file. Just open it in your favorite GeoJSON viewer. The GeoJSON consists of LineString and MultiLineString, when there are ways which splits (Y-ways).

Contains map data from OpenStreetMap, which has the attribute copyright="OpenStreetMap"; © OpenStreetMap contributors.

Attributes

The data model is the following, with example values.

{
    "ref": "RS1", // official abbreviation
    "name": "Radschnellweg Ruhr RS1", // [optional] only if official name
    "from": "Duisburg",
    "to": "Hamm",
    "state": "examined | evaluation | planned | planning | under_construction | partly_built | built | not_realised",
    "accuracy": "corridor | rough | exact",
    "osm_relation": "5697663", // [optional] Only if relation exists
    "website": "https://www.radschnellwege.nrw/rs1-radschnellweg-ruhr",
    "pilot_study": "", // [optional] Link to PDF
    "length": "104.0", // in kilometer
    "finished": "2024", // [optional] Year of finishing or expected finishing 
    "copyright": "OpenStreetMap" // [optional] If map data from other source
}

See more

About

Dataset of Radschnellwege in Germany

License:MIT License