[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

RE: [gdal-dev] Open Grib File

2012-01-05 Thread Jaugeas, Pascal (External)
format file. On Thu, Jan 5, 2012 at 2:50 PM, Jaugeas, Pascal (External) wrote: 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

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-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-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

[gdal-dev] Use Gdal in CentOS Mono

2012-02-09 Thread Jaugeas, Pascal (External)
Hello, I develop an application using Gdal dlls (to read grib file and DTED and VMAP shape...). This application is developed with Visual Studio 2008 in C# .NET 3.5. I want to port this appli in a linux CentOS 5.5 but I have an error when I execute this .exe with "mono". I have just deplac