NREL / celavi

Codebase for the Circular Economy Lifecycle Assessment and VIsualization (CELAVI) modeling framework.
https://nrel.github.io/celavi/
GNU General Public License v3.0
9 stars 7 forks source link

calculate all distances as kilometers throughout code #108

Closed rjhanes closed 2 years ago

rjhanes commented 2 years ago

In routing.py: Do not convert km to miles

In routing.py: Save the computed_routes file with a vkmt column instead of vmt

Elsewhere: Refer to the vkmt column in the routes file instead of vmt

In costgraph.py: Do not convert vmt to vkmt when calculating edge distances