social.bund.de is one of the many independent Mastodon servers you can use to participate in the fediverse.
Dies ist der Mastodon-Server der Bundesbeauftragten für den Datenschutz und die Informationsfreiheit (BfDI).

Administered by:

Server stats:

98
active users

#valhalla

0 posts0 participants0 posts today
Replied in thread

I've now published a write-up and the source code for how I calculated a connectivity rank which could be used to help prioritize how a bike network is built out based how segments would improve connections with the existing network.

mark.stosberg.com/bike-network

Thanks to all the open source mapping projects that helped make this possible, including #qgis #valhalla #josm and #turfjs. And yes, I used JavaScript for this.

Feedback, improvements welcome!

Replied in thread

Any tags would do, so I chose highway=residential and bicycle=designated.

I exported the result in the .osm.pbf format.

From there, I started up a #valhalla container pointed at the folder containining this file:

docker run --rm --name valhalla -p 8002:8002 -v $PWD:/custom_files ghcr.io/gis-ops/docker-valhalla/valhalla:latest

From there, it was time to check the isochrone generation. 🧵

Kennt sich jemand gut mit #OpenStreetMap 🗺️ fürs Fahrrad 🚲 aus und kann mir sagen, welche Einstellungen man bei #Valhalla (valhalla.openstreetmap.de) vornehmen muss, damit man mit dem Rad auch bewusst (gerne auch priorisiert) durch Parks und entlang anderer grüner Strecken (natürlich mit vorhandenen/bekannten Wegen) navigieren kann? Auch #Grashopper (unter openstreetmap.org) funktioniert nicht. Einzig #OSRM läuft so, wie man es erwartet. Grashopper und Valhalla schaffen es lediglich mit der Einstellung zu „Fuß“ auch durch Parks zu geleiten, weshalb ich vermute, dass ich nur irgendeine Einstellung (fürs Fahrrad) übersehen habe. Anyone? 🤔

valhalla.openstreetmap.deValhalla FOSSGIS Server Demo App