Re: [gdal-dev] ogr2ogr does not project coordinates in csv file

2012-06-08 Thread Even Rouault
Selon Johann Hirner : > Dear list, > > I am trying to transform a list of coordinates in a csv file from EPSG:4326 > to a KML in UTM 32N (EPSG:32632). I am using this command: > ogr2ogr.exe -f KML -t_srs epsg:32632 out.kml 4326.vrt > > However the output coordinates are not transformed (see output

[gdal-dev] ogr2ogr does not project coordinates in csv file

2012-06-08 Thread Johann Hirner
Dear list, I am trying to transform a list of coordinates in a csv file from EPSG:4326 to a KML in UTM 32N (EPSG:32632). I am using this command: ogr2ogr.exe -f KML -t_srs epsg:32632 out.kml 4326.vrt However the output coordinates are not transformed (see output below). What is it that I am mis