<div dir="ltr">Hi all,<div><br></div><div>In a build of gdal 3.2.0, I'm seeing this error: "netCDF chunk fetch failed" for 2 out of 5 subdatasets.  Is there an easy way to handle this so the bad data is returned as the nodata value?  And also, any idea what is actually wrong with the netcdf files?</div><div><br></div><div>I am in contact with the NOAA folks who made this data.<br></div><div><br></div><div>Thanks!</div><div>-kurt</div><div><div><br></div><div></div></div><div><br></div><div><br></div><div>gsutil cp gs://gcp-public-data-goes-16/ABI-L2-FDCF/2017/263/21/OR_ABI-L2-FDCF-M3_G16_s20172632115407_e20172632126173_c20172632126283.nc .<br>gsutil cp gs://gcp-public-data-goes-16/ABI-L2-FDCF/2018/123/12/OR_ABI-L2-FDCF-M3_G16_s20181231215382_e20181231226149_c20181231226258.nc .<br>gsutil cp gs://gcp-public-data-goes-16/ABI-L2-FDCF/2018/324/18/OR_ABI-L2-FDCF-M3_G16_s20183241845341_e20183241856108_c20183241856213.nc .<br>gsutil cp gs://gcp-public-data-goes-16/ABI-L2-FDCF/2020/247/16/OR_ABI-L2-FDCF-M6_G16_s20202471650186_e20202471659494_c20202471700318.nc .<br></div><div><br></div><div><br></div><div>for subdataset in Area Temp Mask Power DQF; do<br>    echo $subdataset<br>    (gdalinfo -stats NETCDF:OR_ABI-L2-FDCF-M3_G16_s20183241845341_e20183241856108_c20183241856213.nc:$subdataset | grep 'Band 1');<br>done<br><br>Area<br>Warning 1: netCDFDataset::valid_range: min > max:<br>  min: 0.000000<br>  max: -6.000000<br><br>ERROR 1: netCDF chunk fetch failed: #-101 (NetCDF: HDF error)<br>ERROR 1: NETCDF:OR_ABI-L2-FDCF-M3_G16_s20183241845341_e20183241856108_c20183241856213.nc:Area, band 1: IReadBlock failed at X offset 19, Y offset 10: netCDF chunk fetch failed: #-101 (NetCDF: HDF error)<br>Band 1 Block=226x226 Type=Int16, ColorInterp=Undefined<br>Temp<br>Warning 1: netCDFDataset::valid_range: min > max:<br>  min: 0.000000<br>  max: -6.000000<br>Band 1 Block=226x226 Type=Int16, ColorInterp=Undefined<br>Mask<br>ERROR 1: netCDF chunk fetch failed: #-101 (NetCDF: HDF error)<br>ERROR 1: NETCDF:OR_ABI-L2-FDCF-M3_G16_s20183241845341_e20183241856108_c20183241856213.nc:Mask, band 1: IReadBlock failed at X offset 4, Y offset 11: netCDF chunk fetch failed: #-101 (NetCDF: HDF error)<br>Band 1 Block=226x226 Type=Int16, ColorInterp=Undefined<br>Power<br>Band 1 Block=226x226 Type=Float32, ColorInterp=Undefined<br>DQF<br>Band 1 Block=226x226 Type=Byte, ColorInterp=Undefined<br></div></div>