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
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