beam
beam copied to clipboard
WGS/UTM conversion
This attempted WGS/UTM conversion tends to throw a lot of errors:
https://github.com/LBNL-UCB-STI/beam/blob/8a428b9e72f6c68e2f4832f4a305ff32e0248437/src/main/scala/beam/utils/scenario/UrbanSimScenarioLoader.scala#L47-L60
I think it's because activity locations already are converted from WGS->UTM when plans are loaded in. There are some issues with WGS/UTM conversion in the Seoul implementation so I'm wondering if this attempted conversion is causing issues.