Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hexylena/nl-cycling-data
https://github.com/hexylena/nl-cycling-data
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hexylena/nl-cycling-data
- Owner: hexylena
- Created: 2024-03-24T14:47:27.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-24T16:09:16.000Z (8 months ago)
- Last Synced: 2024-10-17T13:58:46.850Z (about 1 month ago)
- Language: Python
- Size: 58.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# fietsroutenetwerk data
an attempt to reconstruct the actual network from fietsroutenetwerk data.
the graphs in OSM are overly complicated, the graphs in the apps are all closed/inaccessible.
you can fetch data:
```bash
bash fetch.sh
# fetches dh.turbojson, dh.nodes.turbojson
# fetches holland.turbojson, holland.nodes.turbojson
```the Hague data is a good representative test case of all the weirdness in the data.
```bash
python process.py # converts to geojson.{way,node}.js for rendering
```and there's
```bash
python extract.py # extracts the actual network
```that also outputs an `rd_boxes.geojson` which represent like 80m x 80m boxes around the nodes as a way to roughly measure distance between nodes. And also stores a `holland.gexf` graph with weights.