Re: [gdal-dev] Unable to open GRIB file

2012-02-15 Thread SupportLists
As far as I know is a raster. You can get it from: http://www.qlands.com/other_files/2011-01.grib This grib is only one record from the whole file and it contains maximum temperature for the whole world. The following is the wgrib ./2011-01.grib -V of the file rec 1:0:date 2011010100 MX2T

[gdal-dev] How to read *.cos files

2012-02-15 Thread el_inca
Hi, Can you help with opening terra-sar images? Terra-sar data is complex data like : C=A+i*B. If i understand correctly, when we will read only 'A' part of data (for testing purposes) in output we an image without phase. So, when using RasterIO, i use as buff_type GDT_Int16. In output there

Re: [gdal-dev] Unable to open GRIB file

2012-02-15 Thread Etienne Tourigny
Try with debugging output, perhaps it explains the error? $ gdalinfo --debug on /data/tmp/2011-01.grib GRIB: Problems with ReadGrib1Record called by ReadGrib2Record Inside ReadGrib1Record GRIB1 GDS: Expect PV = 255 != 33 ERROR 4: /data/tmp/2011-01.grib is a grib file, but no raster dataset was

[gdal-dev] gdal 1.9 binaries for ubuntu natty 11.04

2012-02-15 Thread maning sambale
As the subject, do we have ubuntu natty 11.04 binaries for 1.9? The ubuntugis repo only provides 1.9 in Lucid [0] [0] https://launchpad.net/~ubuntugis/+archive/ubuntugis-unstable/+packages -- cheers, maning -- Freedom is still the most radical

Re: [gdal-dev] gdal 1.9 binaries for ubuntu natty 11.04

2012-02-15 Thread Etienne Tourigny
Not yet, but soon. This question probably belongs in the ubuntu mailing list at osgeo, though. Here is the answer to your question: http://www.osgeo.org/pipermail/ubuntu/2012-February/000470.html Etienne On Wed, Feb 15, 2012 at 10:19 AM, maning sambale emmanuel.samb...@gmail.com wrote: As the

Re: [gdal-dev] gdal 1.9 binaries for ubuntu natty 11.04

2012-02-15 Thread maning sambale
Great! Thanks! On Wed, Feb 15, 2012 at 8:27 PM, Etienne Tourigny etourigny@gmail.com wrote: Not yet, but soon. This question probably belongs in the ubuntu mailing list at osgeo, though. Here is the answer to your question: http://www.osgeo.org/pipermail/ubuntu/2012-February/000470.html

[gdal-dev] OGR SQL CAST and field name alias selects incorrect fields in some cases

2012-02-15 Thread Eli Adam
Hi all, I'm trying to use OGR SQL to CAST and field name aliasing together and getting incorrect results (or issuing incorrect commands) when combined with two LEFT JOINs on MDB (both ODBC and MDB drivers). The results are incorrect in that the fields are populated with incorrect information,

Re: [gdal-dev] ogr2ogr

2012-02-15 Thread Chaitanya kumar CH
Bob, Since it is a layer *creation* option, it is only set when creating a layer. Otherwise, they could interfere with existing data's validity. In this case, there may be features with dim=3. If you want to set the dimension of the created layer, there should be a more elegant way than this. If

[gdal-dev] Using VRT images with derived bands (pixel function) with MapServer

2012-02-15 Thread Armin Burger
Dear all I would be interested in using VRT images with derived bands as described on the VRT image documentation page. This requires the definition of a pixel function and the registration of this function in the used application via GDALAddDerivedBandPixelFunc. The provided sample

[gdal-dev] Errors in NITF gdal 1.8.1

2012-02-15 Thread Billy Newman
I am getting the following warnings/errors when try to open/read NITF files using gdal 1.8.1. Wondering if anyone has seen these before and can tell me what they mean. Warning 1: Block start for block 0 is wrong. Retrying with one extra byte shift. Error 1: For file_path, assert sizeX ==

Re: [gdal-dev] Errors in NITF gdal 1.8.1

2012-02-15 Thread Even Rouault
Le mercredi 15 février 2012 22:28:05, Billy Newman a écrit : I am getting the following warnings/errors when try to open/read NITF files using gdal 1.8.1. Wondering if anyone has seen these before and can tell me what they mean. Warning 1: Block start for block 0 is wrong. Retrying with one

Re: [gdal-dev] Errors in NITF gdal 1.8.1

2012-02-15 Thread Frank Warmerdam
On Wed, Feb 15, 2012 at 1:28 PM, Billy Newman newman...@gmail.com wrote: I am getting the following warnings/errors when try to open/read NITF files using gdal 1.8.1.  Wondering if anyone has seen these before and can tell me what they mean. Warning 1: Block start for block 0 is wrong.