Hi list.
I have to perform the following command:
ogr2ogr -t_srs EPSG:900913 output.shp input.shp
but inside a python script.
So I have included the OGR library with
import ogr
but I do not know what are the commands in python that substitute the
ogr2ogr tool.
Does it exist an analogue tool in python?
Or should I open the file and launch several manipulation functions in
order to achieve the same result?
Thanks in advance.
_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev