You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ERROR ] (_product ) netcdf:[...]/instrument_data.nc:relative_spectral_covariance: No such file or directory
The issue comes from GDAL which cannot read from relative_spectral_covariance variable:
# OK for variable FWHM
$ gdalinfo netcdf:instrument_data.nc:FWHM > /dev/null
Warning 1: No UNIDATA NC_GLOBAL:Conventions attribute
# issue on variable relative_spectral_covariance
$ gdalinfo netcdf:instrument_data.nc:relative_spectral_covariance > /dev/null
Warning 1: No UNIDATA NC_GLOBAL:Conventions attribute
ERROR 4: netcdf:instrument_data.nc:relative_spectral_covariance: No such file or directory
gdalinfo failed - unable to open 'netcdf:instrument_data.nc:relative_spectral_covariance'.
The text was updated successfully, but these errors were encountered:
When trying to read data from
instrument_data
band onS3_EFR
(creodias provider), I get the following error:[ERROR ] (_product ) netcdf:[...]/instrument_data.nc:relative_spectral_covariance: No such file or directory
The issue comes from GDAL which cannot read from relative_spectral_covariance variable:
The text was updated successfully, but these errors were encountered: