Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

Each land cover category (class) found in the merged land cover distribution grid (see Section 3.3.1.4) must have a corresponding entry in the travelling scenario table. If this is not the case, an on-screen warning message asking the user to revise the table will appear in the validation section of the analysis window. The user will not be able to start the analysis until a speed is attributed to each class. Such change can be performed directly in AccessMod.

WALKING and BICYCLING corrections are only applied when a DEM, and therefore an anisotropic (slope-dependent) approach, is used in the analysis (see section 3.3.1.2).

Speed correction for the walking model

This correction uses Tobler's formula (Tobler, 1993) that links walking speed with the slope of the terrain through the following formula:

Image Added



where V is the corrected walking speed in kilometers per hour (Km/h), VF is the walking speed on a flat surface (given by the user-defined travelling scenario delineated here above), and S is the slope in hundredth of percent.

A graphical representation of this relation is shown in
Error rendering macro 'caption-ref' : Caption with anchor=Tobler_walk could not be found.

below, assuming the speed of walking is 5 km/h on flat ground.


Image Added
Error rendering macro 'captioneditem' : Plugin license error: EXPIRED

Speed correction for the bicycling model

This correction uses a physical biking model based on air resistance, gravity and frictional force. If the user selects the travelling mode "bicycling" within an anisotropic analysis, AccessMod estimates the power needed to achieve the velocity (and therefore, speed) entered by the user in the travelling scenario. Using this power, along with the slope derived from the DEM, AccessMod can predict the final speed at which the cyclist will cross a given cell.

The model implemented in AccessMod assumes that the increased speed due to negative slope does not exceed twice the speed obtained on a flat surface. A realistic mean value for the speed on flat surface can be around 12 km/h, but note that this can vary greatly with physical condition of the biker, the type of bike, and the road conditions.

The bicycle formula is based on a complex physical model in which several parameters were fixed in AccessMod (which cannot be changed by the user), as follows:

  • Weight of the cyclist : 80 kg
  • Weight of the bicycle : 15 kg
  • Rolling resistance coefficient : 0.012
  • Frontal area : 0.445 m2
  • Wind velocity : 0 km/h
  • Temperature : 20°C
  • Elevation : 500m
  • Transmission resistance coefficient : 0.9

 

A simplified description of the formula used can read as follows:

power = (velocity * resistanceBike + velocity * velocityTotal * velocityTotal * resistanceAir) / efficiencyTransmission

With:

  • velocity =  velocity of the cyclist on a flat surface
  • velocityTotal = velocity of the wind + velocity
  • resistanceBike = Resistance of the tires and the gravity
  • resistanceAir = Frontal area * air density
  • efficiencyTransmission = Transmission resistance coefficient
  • power = power necessary to have the bike move at the given velocity on flat surface

 

The final velocity (Velocity, below) is estimated by resolving a non-linear equation with the Newton's method. The non-linear equation is defined with the following: 

Tv = Velocity + Wind velocity

F   = Velocity * (resistanceAir * Tv2 + resistanceBike) – efficiencyTransmission * power

F'  = resistanceAir * (3.0* Velocity + Wind velocity) * Tv + resistanceBike

 

For the Newton technique, we used a maximum tolerance of 0.05 and maximum 10 iterations. If there is no convergence, the result is set to 0.0 kmh. A graphical example of the corrected speeds in function of the slope for that particular speed is shown in
Error rendering macro 'caption-ref' : Caption with anchor=bike_correction could not be found.

.


Image Added
Error rendering macro 'captioneditem' : Plugin license error: EXPIRED

Note

See https://en.wikipedia.org/wiki/Newton%27s_method for details on this technique.

Please read the documentation at http://bikecalculator.com/what.html for a more complete description of the formula implementation.