[gdal-dev] Transform not working

2010-03-01 Thread Jamie Lahowetz
I'm new to GDAL and am usingthe python bindings. I want to transform a newly created shapefile from WGS84 to a Lambert Conical Conformal so that I can calculate the length of the contained polylines. The script exits with no errors but when I look at the shapefile in arcCatalog I see that the

Re: [gdal-dev] Re: Transform not working

2010-03-01 Thread Jamie Lahowetz
the points individually? If so what calls do I need to invoke? On Mar 1, 12:54 pm, Jamie Lahowetz deadpic...@gmail.com wrote: I'm new to GDAL and am usingthe python bindings. I want to transform a newly created shapefile from WGS84 to a Lambert Conical Conformal so that I can calculate

[gdal-dev] Re: Transform not working

2010-03-01 Thread Jamie Lahowetz
() file.close() On Mon, Mar 1, 2010 at 12:54 PM, Jamie Lahowetz deadpic...@gmail.comwrote: I'm new to GDAL and am usingthe python bindings. I want to transform a newly created shapefile from WGS84 to a Lambert Conical Conformal so that I can calculate the length of the contained polylines. The script