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

Add transformation to ENU coordinate system #105

Closed
andrewyushkevich opened this issue Mar 16, 2017 · 6 comments
Closed

Add transformation to ENU coordinate system #105

andrewyushkevich opened this issue Mar 16, 2017 · 6 comments

Comments

@andrewyushkevich
Copy link

No description provided.

@micahcochran
Copy link
Collaborator

Many of the US State Plane coordinates are East-North-Up in meters (or one of a couple different representations of feet--yuck). There are many more local coordinate systems in Proj.4 from all over the world. Proj.4 does give you the ability to define your own coordinate system, but you will have to pick a projection and a baseline.

The Proj.4 documentation can help you build a proj4 string to define most coordinate systems.

@andrewyushkevich
Copy link
Author

I mean something like ecef2enu/geodetic2enu/_uvw2enu in pymap3d.

@micahcochran
Copy link
Collaborator

Implementing anything like that would happen in Proj.4's C code. pyproj is only thin wrapper over the top of Proj.4.

@micahcochran
Copy link
Collaborator

If anyone else is monitoring this, please refer to OSGeo/PROJ#500 for further updates.

@snowman2
Copy link
Member

Closing as the issue is now propagated upstream.

@snowman2
Copy link
Member

OSGeo/PROJ#2444

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

3 participants