On Thu, Dec 12, 2013 at 12:44 PM, Jorge Tornero - Listas
<jtorlis...@gmail.com> wrote:

> But I want to perform another calculation: Calculate the destination
> point P2 given an departure point P, a bearing B and a distance D.
> That's what direct Vincenty Formulae performs and it's what I'm looking
> for :(

The 'destination' method of the Vincenty class in geopy seems to do this:

https://github.com/geopy/geopy/blob/master/geopy/distance.py

def destination(self, point, bearing, distance=None): # pylint: disable=W0621
        """
        TODO docs.
        """

The top-level LICENSE file seems to just require preservation of
copyright notice on any code used.

Barry
_______________________________________________
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to