Re: [gdal-dev] Processing GRIB data to ASCII or text file

2010-07-01 Thread brian
Luisa, There is also the option of translateing to GMT datasets and using GMT's grdmath app, this is what i do to proccess u/v wind grids to get dir or velocity Brian On Thu, 2010-07-01 at 17:45 +0100, Luisa Peña wrote: > Hi there > > > I have several GRIB files and I wanted to do some statist

Re: [gdal-dev] Processing GRIB data to ASCII or text file

2010-07-01 Thread Chaitanya kumar CH
Luisa, You can try the "ASCII Gridded XYZ" format (http://gdal.org/frmt_xyz.html). Just convert your GRIB files to the format "XYZ" using gdal_translate. However, this is only available from GDAL 1.8. You will have to compile GDAL trunk for this. (http://trac.osgeo.org/gdal/wiki/DownloadSource#Sub

RE: [gdal-dev] Processing GRIB data to ASCII or text file

2010-07-01 Thread Cassanova, Bill
p the data to a text file. From: gdal-dev-boun...@lists.osgeo.org [mailto:gdal-dev-boun...@lists.osgeo.org] On Behalf Of Luisa Peña Sent: Thursday, July 01, 2010 12:46 PM To: gdal-dev@lists.osgeo.org Subject: [gdal-dev] Processing GRIB data to ASCII or text file Hi there I have se

[gdal-dev] Processing GRIB data to ASCII or text file

2010-07-01 Thread Luisa Peña
Hi there I have several GRIB files and I wanted to do some statistical processing. To do so, I wanted to convert them to ASCII or text file. Is it possible using GDAL? Thanks Best regards, Luisa ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http:/