-
Notifications
You must be signed in to change notification settings - Fork 803
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
Comments
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. |
Seems like the gnomonic projection is also spherical based on my tests here: |
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. |
- 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
- 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
- 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
- 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
Implement ellipsoidal formulation of +proj=ortho (fixes #397)
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.
The text was updated successfully, but these errors were encountered: