Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#6974 closed defect (fixed)

Issue opening NetCDF

Reported by: lucasupervised Owned by: warmerdam
Priority: normal Milestone: 2.1.5
Component: GDAL_Raster Version:
Severity: normal Keywords:
Cc:

Description

Hello, using GDAL 2.2.0 (released 2017/04/28) opening 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) I get:

Warning 1: No UNIDATA NC_GLOBAL:Conventions attribute
ERROR 4: `Oa01_radiance.nc' not recognized as a supported file format.

The same files is correctly displayed with GDAL 2.1.2 (released 2016/10/24).

Thank you.

Change History (5)

comment:1 by Even Rouault, 7 years ago

Resolution: fixed
Status: newclosed

In 39626:

netCDF: avoid vector vs raster variable confusion that prevents reading Sentinel3 datasets, and avoid invalid geolocation array to be reported (fixes #6974)

comment:2 by Even Rouault, 7 years ago

In 39627:

netCDF: avoid vector vs raster variable confusion that prevents reading Sentinel3 datasets, and avoid invalid geolocation array to be reported (fixes #6974)

comment:3 by Even Rouault, 7 years ago

In 39628:

netCDF: avoid vector vs raster variable confusion that prevents reading Sentinel3 datasets, and avoid invalid geolocation array to be reported (fixes #6974)

comment:4 by Even Rouault, 7 years ago

Milestone: 2.1.5
Version: 2.2.0

The latest 2.1.4 didn't work either, so apparently some regression would have been introduced between 2.1.2 and 2.1.4

comment:5 by lucasupervised, 7 years ago

Thank you very much. Best, Luca

Note: See TracTickets for help on using tickets.