Closed
Issue #32
· created by
(Edited
)
Train correction factor from great circle distance should be 1.3 on top of the 1.05 (see figure below)
-
Great graph ! Was it done with car roads or train tracks ?
Should 1.3 replace 1.05 of should both be applied ?
gcd_to_road_correction = 1.3 * 1.05 # or gcd_to_road_correction = 1.3
-
It was done with google maps, which means road. I couldn’t find a train track database with distances. I would put gcd * 1.3. Can it be a parameter? We also need to change the menu as a gcd of 500 km corresponds to 500*1.3/100 hours of train.
-
mentioned in commit a03065f3841d4e80ecaf109bd3dedeb54a17a479
-
This is configurable now.
We also need to change the menu as a gcd of 500 km corresponds to 500*1.3/100 hours of train.
Everything is in the YAML configuration file. Base values don't change, since the precision is the hour.
-
Status changed to closed