hi Alex,
I am a beginner to learn gdal. I have a problem to read the metadata of
hdf5 file of Cosmo-skymed. I am working on visual studio 2010 in C# using
gdal dotnet dll.
I want to get some metadata item from the hdf5 dataset, the method like
"GetMetadataItem(string pszName, string pszD
Hi RSyaoxin,
Antonio is right, there was an issue on geting the root metadata from
hdf5 files and is has been fixed in trunk, you will need to recompile
gdal in order to get that information.
After you rebuilt the library, an example on getting the metadata:
#include "gdal_priv.h"
#include
#in
Hi RSyaoxin,
Il 10/07/2011 16:08, RSyaoxin ha scritto:
> Hi,all.
> I want to calibrate the Cosmo-Skymed radar data, and I need some
> parameters, such as "Calibration Constant","Rescaling Factor","Reference
> Incidence Angle" and so on.However,I'm a beginner,I don't know how to get
> HDF5 me
Hi,all.
I want to calibrate the Cosmo-Skymed radar data, and I need some
parameters, such as "Calibration Constant","Rescaling Factor","Reference
Incidence Angle" and so on.However,I'm a beginner,I don't know how to get
HDF5 metadata,Somebody can give me a tutorial in c or c++?
Furtherm