Re: [gdal-dev] coordinate transforms

2012-08-21 Thread Luca Sigfrido Percich
Hi Al, have you tried with ImportFromWkt? The string is a Well Known Text definition of a SpatialReference. Sig srs = osr.SpatialReference() srs.ImportFromWkt(""" PROJCS["unnamed", GEOGCS["NAD83", DATUM["North_American_Datum_1983", SPHEROID["GRS 1980",6

[gdal-dev] coordinate transforms

2012-08-20 Thread Al Niessner
OS:Ubuntu 12.04 lang: Python mods: gdal/osr I am very new to this topic. I have been searching the web for my answers and have not been able to find them yet. The short version of my question is, how do I use gdal/osr to transform vectors of points between UTM (NAD83) and WSG84? If this is