Re: [gdal-dev] CS transformations

2015-10-19 Thread Al Niessner
Thanks. Works perfect. On Mon, 2015-10-19 at 20:54 +0200, Even Rouault wrote: > Al, > > > > > # get the dataset projection and wrap it with spatial reference > > source = osgeo.osr.SpatialReference() > > source.SetProjection (ds.GetProjection()) > > --> This is not the right method to call. Se

Re: [gdal-dev] CS transformations

2015-10-19 Thread Even Rouault
Al, > > # get the dataset projection and wrap it with spatial reference > source = osgeo.osr.SpatialReference() > source.SetProjection (ds.GetProjection()) --> This is not the right method to call. SetProjection(string) is for projection names like 'Transverse_Mercator', etc... but not full WKT

[gdal-dev] CS transformations

2015-10-19 Thread Al Niessner
I am a newbie at osgeo and gdal and have done the obligatory googling and reading of tutorials and documentation. I have made it pretty far before I found my way here so thanks to everyone for all of the good documentation and references online already. language: Python 3.4 OS: Ubuntu 14.04 (up t