Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GDAL 3.0.3 fails to recognize COSMO-SkyMED HDF5 data files #2193

Closed
pmallas opened this issue Jan 24, 2020 · 2 comments
Closed

GDAL 3.0.3 fails to recognize COSMO-SkyMED HDF5 data files #2193

pmallas opened this issue Jan 24, 2020 · 2 comments

Comments

@pmallas
Copy link

pmallas commented Jan 24, 2020

I recently ran gdalinfo on a COSMO SkyMED HDF5 file on a Windows 10 64-bit system:

gdalinfo CSKS1_DGM_B_HI_24_HH_RA_SF_20091113111415_20091113111422.h5
HDF5-DIAG: Error detected in HDF5 (1.10.4) thread 0:
#000: C:\src\osgeo4w\hdf5\src\H5P.c line 253 in H5Pcreate(): not a property list class
major: Invalid arguments to routine
minor: Inappropriate type
HDF5-DIAG: Error detected in HDF5 (1.10.4) thread 0:
#000: C:\src\osgeo4w\hdf5\src\H5Pfapl.c line 829 in H5Pset_driver(): not a property list
major: Invalid arguments to routine
minor: Inappropriate type
HDF5-DIAG: Error detected in HDF5 (1.10.4) thread 0:
#000: C:\src\osgeo4w\hdf5\src\H5F.c line 509 in H5Fopen(): unable to open file
major: File accessibilty
minor: Unable to open file
#1: C:\src\osgeo4w\hdf5\src\H5Fint.c line 1400 in H5F__open(): unable to open file
major: File accessibilty
minor: Unable to open file
#2: C:\src\osgeo4w\hdf5\src\H5Fint.c line 1513 in H5F_open(): unable to retrieve VFL class
major: File accessibilty
minor: Can't get value
#3: C:\src\osgeo4w\hdf5\src\H5FD.c line 378 in H5FD_get_class(): can't find object for ID
major: Object atom
minor: Unable to find atom information (already closed?)
HDF5-DIAG: Error detected in HDF5 (1.10.4) thread 0:
#000: C:\src\osgeo4w\hdf5\src\H5P.c line 1518 in H5Pclose(): not a property list
major: Invalid arguments to routine
minor: Inappropriate type
ERROR 4: `CSKS1_DGM_B_HI_24_HH_RA_SF_20091113111415_20091113111422.h5' not recognized as a supported file format.
gdalinfo failed - unable to open 'CSKS1_DGM_B_HI_24_HH_RA_SF_20091113111415_20091113111422.h5'.

gdalinfo --version
GDAL 3.0.3, released 2020/01/08

A slightly older version, works fine:
GDAL 3.0.1, released 2019/06/28

gdalinfo CSKS1_DGM_B_HI_24_HH_RA_SF_20091113111415_20091113111422.h5
Driver: HDF5/Hierarchical Data Format Release 5
Files: CSKS1_DGM_B_HI_24_HH_RA_SF_20091113111415_20091113111422.h5
Size is 512, 512
Metadata:
Acquisition_Mode=HIMAGE
Acquisition_Station_ID=1102/ICMACQ02/C-MAPS-02
ADC_Characterization=-nan(ind) -nan(ind) -nan(ind) -nan(ind) -nan(ind) -nan(ind) -nan(ind) -nan(ind) -nan(ind) -nan(ind) -nan(ind) -nan(ind) -nan(ind) -nan(ind) -nan(ind) -nan(ind) -nan(ind) -nan(ind) -nan(ind) -nan(ind) -nan(ind) -nan(ind) -nan(ind) -nan(ind) -nan(ind) -nan(ind) -nan(ind) -nan(ind) -nan(ind) -nan(ind) -nan(ind) ….. (truncated)

@rouault
Copy link
Member

rouault commented Jan 24, 2020

Is it with a OSGeo4W build ? If so, that looks pretty much as #1428

@pmallas
Copy link
Author

pmallas commented Jan 24, 2020

Yes, it is.

Sorry, I searched for similar issues before I reported it but I did not see the one you referenced.

@pmallas pmallas closed this as completed Jan 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants