qgis / QGIS

QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS)
https://qgis.org
GNU General Public License v2.0
10.52k stars 2.99k forks source link

Issue opening NetCDF file #24811

Closed qgib closed 7 years ago

qgib commented 7 years ago

Author Name: Luca Congedo (Luca Congedo) Original Redmine Issue: 16912 Affected QGIS version: master Redmine category:data_provider


Hello everybody, opening in QGIS master the NetCDF file Oa01_radiance.nc (contained in ftp://ftp_tds-s3mpc:smwF298B@ftp.acri-cwa.fr/TDS_OLCI_20150918/S3A_OL_1_EFR__20100602T094537_20100602T094837_20150601T075458_0180_090_022____LN2_D_NT_001.SEN3.zip) no image is displayed, only a table is listed in the layer panel.

The same file is correctly displayed in QGIS 2.18.

Best, Luca

qgib commented 7 years ago

Author Name: Saber Razmjooei (@saberraz)


This is due to the GDAL version and not QGIS. I have QGIS 2.18 built against the latest GDAL and can't open the file. The output from command line for gdalinfo is that the file format is not recognised. So, it is more like an upstream issue and best to file a bug with gdal.


qgib commented 7 years ago

Author Name: Giovanni Manghi (@gioman)


Saber what GDAL version stopped to recognize netcdf files?


qgib commented 7 years ago

Author Name: Saber Razmjooei (@saberraz)


Gio,not sure which version, but I just built the gdal dev latest and all seems to be working.

qgib commented 7 years ago

Author Name: Luca Congedo (Luca Congedo)


This should be related to this https://trac.osgeo.org/gdal/ticket/6974 and they have already solved it.

Thank you, Luca