@lists.osgeo.org
Cc: Lodron, Gerald
Betreff: Re: [gdal-dev] HDF5 problem [Caution: Message contains Suspicious URL
content]
Gerald,
>
> I have a .hdf file (Conventions=ODIM_H5/V2_1) which i want to open
> with gdalinfo.exe whereby i use gdal 1.10.1 with openjpeg 2.0.0 and
> the H
uault [mailto:even.roua...@mines-paris.org]
Gesendet: Montag, 23. September 2013 21:21
An: gdal-dev@lists.osgeo.org
Cc: Lodron, Gerald
Betreff: Re: [gdal-dev] HDF5 problem [Caution: Message contains Suspicious URL
content]
Gerald,
>
> I have a .hdf file (Conventions=ODIM_H5/V2_1) which i w
Gerald,
>
> I have a .hdf file (Conventions=ODIM_H5/V2_1) which i want to open with
> gdalinfo.exe whereby i use gdal 1.10.1 with openjpeg 2.0.0 and the HDF
> plugin of HDF5 1.8.11 (compiled with zlib 1.2.8 and szip 2.1) on 64 bit
> compillation.
>
> The gdalinfo output prints a lot of subdatase
Hi
I have a .hdf file (Conventions=ODIM_H5/V2_1) which i want to open with
gdalinfo.exe whereby i use gdal 1.10.1 with openjpeg 2.0.0 and the HDF plugin
of HDF5 1.8.11 (compiled with zlib 1.2.8 and szip 2.1) on 64 bit compillation.
The gdalinfo output prints a lot of subdatasets (1 to 88) bu
You should also add the directories of /bin and /gdal/csharp to your PATH
environment, or copy all the dll-s into your executing directory to make it
available to load by the application.
The gdalinfo csharp example is not equal to the C++ command line tool you
have to use the simple form:
gdalinf
Thanks for your reply.
I set the GDAL_DRIVER_PATH environment variable.
And I can execute gdalinfo.exe of C++ version.
In gdalinfo.exe of C# version, I cannot still execute it.
So, I tried to execute this command using other format (ex. GTIFF, HFA), it
was failed.
"ERROR 4: 'gtiff' does not
Sunny,
The HDF5 driver is compiled as a plugin. You have to put the corresponding
dll (gdal_HDF5.dll, gdal_HDF5Image.dll) from the /bin/gdal/plugins
directory to the /gdalplugins subdirectory from where your application is
running.
Alternatively you can set the GDAL_DRIVER_PATH environment variabl
Hi all,
I installed gdal library (release-1500-x64-gdal-1-6-mapserver-5-2.zip), but
have some problems.
- Windows vista 64bit
- Visual Studio 2008 Standard.
I want to process hdf5 file.
When I executed following command, the error message was printed.
% gdalinfo hdf5
% ERROR 1: --fo