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 ellipsoidal orthographic projection #397

Closed
kbevers opened this issue Jul 7, 2016 · 4 comments
Closed

Add ellipsoidal orthographic projection #397

kbevers opened this issue Jul 7, 2016 · 4 comments
Labels
enhancement good first issue Issues that offers a good place to start for new contributors help wanted wontfix

Comments

@kbevers
Copy link
Member

kbevers commented Jul 7, 2016

As mentioned by Noel Zinn on the mailing list, the orthographic projection is only implemented in the spherical case. In the pdf below Noel describes the ellipsoidal orthographic projection.

http://www.hydrometronics.com/downloads/Ellipsoidal%20Orthographic%20Projection.pdf

PJ_ortho.c should be updated accordingly.

@kbevers kbevers added help wanted good first issue Issues that offers a good place to start for new contributors labels Mar 23, 2018
@Felix-neko
Copy link

Felix-neko commented Aug 15, 2018

Still nobody implemented it? It would be an extreamely great and useful feature, especially in radar modeling software... And for calculating ballistic and space trajectories too...

@kbevers
Copy link
Member Author

kbevers commented Aug 15, 2018

Still nobody implemented it? It would be an extreamely great and useful feature, especially in radar modeling software... And for calculating ballistic and space trajectories too...

No. If this is important to you, you can always do it yourself. I am happy to help you with that. If that is not an option to you, I am sure we can find a developer who would do the work for if you are willing to pay for the hours put into this.

@carbonox-infernox
Copy link

Seems like the gnomonic projection is also spherical based on my tests here:
https://github.com/pyproj4/pyproj/issues/388

@stale
Copy link

stale bot commented Jan 8, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Jan 8, 2020
@stale stale bot closed this as completed Jan 15, 2020
rouault added a commit to rouault/PROJ that referenced this issue Sep 25, 2020
- Map ESRI 'Local' to +proj=ortho when Scale_Factor = 1 and Azimuth = 0
- Map ESRI 'Orthographic' to a PROJ WKT2 'Orthographic (Spherical)'
  which maps to +proj=ortho +f=0 to froce spherical evaluation
rouault added a commit to rouault/PROJ that referenced this issue Sep 25, 2020
- Map ESRI 'Local' to +proj=ortho when Scale_Factor = 1 and Azimuth = 0
- Map ESRI 'Orthographic' to a PROJ WKT2 'Orthographic (Spherical)'
  which maps to +proj=ortho +f=0 to froce spherical evaluation
rouault added a commit to rouault/PROJ that referenced this issue Sep 25, 2020
- Map ESRI 'Local' to +proj=ortho when Scale_Factor = 1 and Azimuth = 0
- Map ESRI 'Orthographic' to a PROJ WKT2 'Orthographic (Spherical)'
  which maps to +proj=ortho +f=0 to froce spherical evaluation
rouault added a commit to rouault/PROJ that referenced this issue Sep 26, 2020
- Map ESRI 'Local' to +proj=ortho when Scale_Factor = 1 and Azimuth = 0
- Map ESRI 'Orthographic' to a PROJ WKT2 'Orthographic (Spherical)'
  which maps to +proj=ortho +f=0 to froce spherical evaluation
rouault added a commit that referenced this issue Sep 30, 2020
Implement ellipsoidal formulation of +proj=ortho (fixes #397)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement good first issue Issues that offers a good place to start for new contributors help wanted wontfix
Projects
None yet
Development

No branches or pull requests

3 participants