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

Provide functions used in geod in the library instead #34

Closed
proj4-bot opened this issue May 22, 2015 · 2 comments
Closed

Provide functions used in geod in the library instead #34

proj4-bot opened this issue May 22, 2015 · 2 comments

Comments

@proj4-bot
Copy link

Reported by jluebbe on 3 Apr 2009 15:35 UTC
It would be nice to be able to use the functions for geodesic calculations (implemented in geod) by linking against libproj.

The python proj bindings (http://code.google.com/p/pyproj) currently includes a copy of the complete proj sources. I've modified it to link agains libproj, but it still needs emess.c, emess.h, geod.c, geodesic.h, geod_for.c, geod_inv.c and geod_set.c.

Migrated-From: https://trac.osgeo.org/proj/ticket/34

@proj4-bot
Copy link
Author

Comment by karney on 30 Nov 2012 19:38 UTC
The patch supplied with ticket #197 makes this feasible. The
API is given at the beginning of geodesic.h. It's possible that
a wrapper needs to be provided to expose an interface more in
the spirit of proj.4, e.g.,

  • angles in radians
  • how the ellipsoid is specified
  • prefix function names with pj_

@proj4-bot
Copy link
Author

Comment by warmerdam on 26 Jun 2013 06:13 UTC
The geod reimplementation and publishing of a public api for geodesic features is now complete.

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

No branches or pull requests

1 participant