Re: [gdal-dev] gdal_grid inverts y axis

2011-04-17 Thread Christopher Dedels
Thanks. That worked for me. Chris On Sun, Apr 17, 2011 at 4:52 PM, Even Rouault wrote: > Le dimanche 17 avril 2011 22:10:57, Christopher Dedels a écrit : > > I am using gdal_grid to create a grid from a point shapefile. gdalinfo > > reports inverted y-axis coordinates for the output raster.

Re: [gdal-dev] gdal_grid inverts y axis

2011-04-17 Thread Even Rouault
Le dimanche 17 avril 2011 22:10:57, Christopher Dedels a écrit : > I am using gdal_grid to create a grid from a point shapefile. gdalinfo > reports inverted y-axis coordinates for the output raster. The command I > am running is: > > gdal_grid -ot Float32 -outsize 800 600 -l sites -zfield elev s

[gdal-dev] gdal_grid inverts y axis

2011-04-17 Thread Christopher Dedels
I am using gdal_grid to create a grid from a point shapefile. gdalinfo reports inverted y-axis coordinates for the output raster. The command I am running is: gdal_grid -ot Float32 -outsize 800 600 -l sites -zfield elev sites.shp /tmp/sites.tif I am using gdal 1.8.0. the output of gdalinfo for