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
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
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)
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]
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
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
(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
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
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