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.
Data is an export from Mapbox Studio Data editor.
The data model is the following, with example values.
- Explanation of Radschnellweg in German Wikipedia
- List of Radschnellwege in German Wikipedia
- Explanation of Cycle Highways in CHIPS EU Project
{ "ref": "RS1", // official abbreviation "name": "Radschnellweg Ruhr RS1", // [optional] only if official name "from": "Duisburg", "to": "Hamm", "status": "examined | evaluation | planned | planning | under_construction | partly_built | built | not_realised | test", "responsible": "Ministerium für Verkehr des Landes Nordrhein-Westfalen", // contracting authorities "federal_state": "Nordrhein-Westfalen", "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 "cost": "", // [optional] Only if information exists "copyright": "OpenStreetMap" // [optional] If map data from other source }