Re: [gdal-dev] Open Grib File

2012-01-09 Thread Chaitanya kumar CH
t; > -- > *De :* Chaitanya kumar CH [mailto:chaitanya...@gmail.com] > *Envoyé :* vendredi 6 janvier 2012 14:53 > > *À :* Jaugeas, Pascal (External) > *Cc :* gdal-dev@lists.osgeo.org > *Objet :* Re: [gdal-dev] Open Grib File > > Pascal, &g

RE: [gdal-dev] Open Grib File

2012-01-09 Thread Jaugeas, Pascal (External)
p Pascal De : Chaitanya kumar CH [mailto:chaitanya...@gmail.com] Envoyé : vendredi 6 janvier 2012 14:53 À : Jaugeas, Pascal (External) Cc : gdal-dev@lists.osgeo.org Objet : Re: [gdal-dev] Open Grib File Pascal, The data is written into the buffer array. Th

Re: [gdal-dev] Open Grib File

2012-01-06 Thread Chaitanya kumar CH
help > > Best regards > > Pascal > > > -- > *De :* gdal-dev-boun...@lists.osgeo.org [mailto: > gdal-dev-boun...@lists.osgeo.org] *De la part de* Chaitanya kumar CH > *Envoyé :* jeudi 5 janvier 2012 17:25 > > *À :* Jaugeas, Pascal (External)

RE: [gdal-dev] Open Grib File

2012-01-06 Thread Jaugeas, Pascal (External)
al-dev-boun...@lists.osgeo.org [mailto:gdal-dev-boun...@lists.osgeo.org] De la part de Chaitanya kumar CH Envoyé : jeudi 5 janvier 2012 17:25 À : Jaugeas, Pascal (External) Cc : gdal-dev@lists.osgeo.org Objet : Re: [gdal-dev] Open Grib File Pascal, Use the GDALMajorObject::GetMetaData() method[1]

Re: [gdal-dev] Open Grib File

2012-01-05 Thread Chaitanya kumar CH
unting by the dataset. > Do you know how I can do that ? > > Thanks and regards, > > > -- > *De :* Chaitanya kumar CH [mailto:chaitanya...@gmail.com] > *Envoyé :* jeudi 5 janvier 2012 13:00 > *À :* Jaugeas, Pascal (External) > *Cc :* gdal

RE: [gdal-dev] Open Grib File

2012-01-05 Thread Jaugeas, Pascal (External)
regards, De : Chaitanya kumar CH [mailto:chaitanya...@gmail.com] Envoyé : jeudi 5 janvier 2012 13:00 À : Jaugeas, Pascal (External) Cc : gdal-dev@lists.osgeo.org Objet : Re: [gdal-dev] Open Grib File Pascal, First check if your file works with the gdalinfo

RE: [gdal-dev] Open Grib File

2012-01-05 Thread Jaugeas, Pascal (External)
(External) Cc : gdal-dev@lists.osgeo.org Objet : Re: [gdal-dev] Open Grib File Pascal, First check if your file works with the gdalinfo utility. Set the environment variable CPL_DEBUG to ON to get more detailed reports on events. Check if you get the same error with another grib file and another

Re: [gdal-dev] Open Grib File

2012-01-05 Thread Chaitanya kumar CH
Pascal, First check if your file works with the gdalinfo utility. Set the environment variable CPL_DEBUG to ON to get more detailed reports on events. Check if you get the same error with another grib file and another format file. On Thu, Jan 5, 2012 at 2:50 PM, Jaugeas, Pascal (External) < pas

[gdal-dev] Open Grib File

2012-01-05 Thread Jaugeas, Pascal (External)
Hello, I develop with Gdal for .Net. And I try to read a grib File (ed 1) like this : Dataset ds = Gdal.Open(dataSourcePath, Access.GA_Update); with dataSourcePath is the path of grib file (.grb). But I have an error in debug : "... not recognised as a supported file format." Is this meth