[Talk-ca] geobase2osm.py work / questions
William Lachance
wrlach at gmail.com
Fri Jun 26 05:36:09 BST 2009
2009/6/26 William Lachance <wrlach at gmail.com>:
> Oh, I also patched it up to not do coordinate transforms between the
> NAD83 and WGS84 systems, as apparently
> (http://sci.tech-archive.net/Archive/sci.geo.satellite-nav/2006-09/msg00307.html)
> there is no difference when it comes to positioning. Empirically, this
> seems to be true: the output without this transform seems 100% fine.
> Dropping these transforms allows us to drop the osgeo dependancy,
> which makes the whole thing run on OpenSUSE in the first place.
Gah, I'm clearly writing this too late. I meant to say that I'm
running OpenSUSE 11.1 (a Linux variant), and the coordinate transforms
on my installed copy of the osgeo/ogr python package don't work. When
I try to run the script I get this crazy error:
... long python traceback ...
NotImplementedError: Wrong number of arguments for overloaded function
'CoordinateTransformation_TransformPoint'.
Possible C/C++ prototypes are:
TransformPoint(double [3])
TransformPoint(double [3],double,double,double)
I could have opted to track down the source of this error, but just
removing the unnecessary (?) calls seemed like an easier solution.
--
William Lachance
wrlach at gmail.com
More information about the Talk-ca
mailing list