Hello everybody,
I'm working on a project, where I'm calculatig the service area of public transport stops. As cost argument I use the walking time, which I calculate from the path length and a fixed walking speed.
Now, I'd like to expand the model by making the walking speed dependent from the slope the path has, so that upwards directed paths generate a lower speed than downward directed. To generate my network dataset, I use the Swiss topographic landscape model swissTLM3D (https://www.swisstopo.admin.ch/en/geodata/landscape/tlm3d.html), which delivers a route network in the form of PolylineZ lines and so has an elevation information within the geometry.
I'm at the moment stuck by how to integrate the elevation information into the time formula. Does anyone have some advice on handling this?
Thanks for your help!
Stefan