Re: [gdal-dev] Affine Transforming an OGR Shape

2011-09-22 Thread Frank Warmerdam
James, On clumsy alternative is to modify and use the "spatial transformer" script which allows you to apply an arbitrary spatial transformation expressed in Python: http://svn.osgeo.org/gdal/trunk/gdal/swig/python/samples/vec_tr.py There is no trivial mechanism for this in GDAL/OGR that I am

[gdal-dev] Affine Transforming an OGR Shape

2011-09-22 Thread JamesFinkle
Hello, Hopefully someone can help me with the issue I'm trying to solve here. I was given a non-georeferenced scanned map as a raster and told to make shapefiles for certain features of the map. It was not until I had finished doing so that I realized that it was not georeferenced. I was able to g