-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Unable to open .bag / .hdf5 file in every QGIS release after 3.4 (Windows) #33229
Comments
@rossoe maybe is a problem in GDAL 3? In my linux box with GDAL 2.2.3
and it loads fine in QGIS. |
Hi Gioman, |
I would say it affects GDAL on Windows, not QGIS. |
It is not a problem of GDAL on Windows or GDAL 3. On the other hand, GDAL installation that comes with QGIS is not able to open hdf5 files. This situation is tested with QGIS 3.4(GDAL 2.x) , QGIS 3.8(GDAL 2.x) and QGIS 3.10(GDAL 3). |
3.8 is EOL. 3.10.1 and 3.4.14? |
3.4.14(LTR) and 3.10.0-2 |
Describe the bug
This was initially posted against GDAL ticket - OSGeo/gdal#1428
But posting here in case it's an issue of the version of HDF5 that is currently compiled and baked into more recent QGIS releases? Quick fixes on the GDAL github point to recompile getting around the issue, but at my company we can't carry out recompile due to security restrictions.
How to Reproduce
Example .bag file to test:
https://data.ngdc.noaa.gov/platforms/ocean/nos/coast/H12001-H14000/H12656/BAG/H12656_MB_50cm_MLLW_27of31.bag
Start QGIS - Top Menu > Layer > Data Source Manager
Add layer via Raster selection
Fails with following error:
Invalid Layer: GDAL provider Cannot open GDAL dataset
Also attempted by running command via python console:
But that fails to run & console spits out:
Tried to run via Raster 'Translate' QGIS GUI:
QGIS and OS versions
The text was updated successfully, but these errors were encountered: