[gdal-dev] Proper input for TransformPoint

Mano Marks mmarks at google.com
Fri Oct 23 16:57:12 EDT 2009


Developing in Python, I've tried a number of inputs for
TransformPoint, and can't seem to figure out how to get this right.
And web searches reveal several people asking similar questions
without an answer. Anyone?

Here's the error I get:

NotImplementedError: Wrong number of arguments for overloaded function 'Coordina
teTransformation_TransformPoint'.
  Possible C/C++ prototypes are:
    TransformPoint(double [3])
    TransformPoint(double [3],double,double,double)


More information about the gdal-dev mailing list