EarthCubeInGeo / resen-core

The core docker image used by resen.
GNU General Public License v3.0
2 stars 3 forks source link

Add pymap3d #30

Closed ljlamarche closed 4 years ago

ljlamarche commented 5 years ago

Pymap3d is a coordinate conversion library. It covers the kind of standard coordinate conversions (geodetic/ECEF/aer) that everyone has their own utilities for, but it's nice to just use them in a standard package. I've installed and used pymap3d in both the py27 and py36 bucket environments without an issue.

ljlamarche commented 5 years ago

Minor point, but there are some functions that aren't vectorized in py27, but these kinds of quirks exist in a lot of code when you transition between python 2 and python 3. I don't think it's anything to prevent us from adding it!

asreimer commented 4 years ago

I've added pymap3d in https://github.com/EarthCubeInGeo/resen-core/pull/32.

ljlamarche commented 4 years ago

Closing issue - #32 merged.