initial geo location conversion using pyproj

This commit is contained in:
Blake Harnden 2020-02-21 15:54:55 -08:00
parent ceb3d072da
commit 95c32ddd28
6 changed files with 435 additions and 276 deletions

View file

@ -42,6 +42,7 @@ setup(
"mako",
"pillow",
"protobuf",
"pyproj",
"pyyaml",
],
tests_require=[