Skip to content

camisauria/radschnellwege

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 | test",
    "responsible": "Senatsverwaltung Berlin",
    "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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published