Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to PyGeodesy 21.8.21 #4

Open
fraxker opened this issue Aug 26, 2021 · 0 comments
Open

Update to PyGeodesy 21.8.21 #4

fraxker opened this issue Aug 26, 2021 · 0 comments

Comments

@fraxker
Copy link
Contributor

fraxker commented Aug 26, 2021

Back in April, we received this email

FYI,

In PyGeodesy version 21.4.12 the Python class EcefCartesian has been deprecated (and moved to the deprecated module). The very same functionality in now available from class LocalCartesian (in new module ltp).

In your suas-helmsman project, please use

try:
    from pygeodesy.ecef import EcefCartesian
except ImportError:
    from pygeodesy import LocalCartesian as EcefCartesian

instead of only

from pygeodesy.ecef import EcefCartesian

My apologies for making that change but EcefCartesian was incorrectly named and not dealing with ECEF but with local cartesian coordinates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant