open-dis / open-dis-python

Python implementation of the IEEE-1278.1 Distributed Interactive Simulation (DIS) application protocol v7
BSD 2-Clause "Simplified" License
48 stars 31 forks source link

added ecef2llarpy and tests #42

Closed marcdtheking closed 1 year ago

marcdtheking commented 1 year ago

Removed some unused or trivial functions

Replaced euler2local with ecef2llarpy

Added ability for ecef2lla to handle poles

Tests for verifying ECEF to body and body to ECEF conversions work correctly

This pull request addresses issue #33