<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>Hi,</div>

<div> </div>

<div>I am wondering if the behavior of the NetCDF driver changed in recent GDAL version(s)?</div>

<div> </div>

<div>I do have the netCDF driver installed and also HDF5, which has been shaddowing the netCDF driver. So I used to do the following:</div>

<div>export GDAL_SKIP=HDF5</div>

<div>gdalinfo /vsicurl/https://nbstds.met.no/thredds/fileServer/NBS/S2B/2022/07/03/S2B_MSIL1C_20220703T112119_N0400_R037_T32VLN_20220703T121203.nc</div>

<div>But this gives me now:</div>

<div>ERROR 4: `/vsicurl/https://nbstds.met.no/thredds/fileServer/NBS/S2B/2022/07/03/S2B_MSIL1C_20220703T112119_N0400_R037_T32VLN_20220703T121203.nc' not recognized as a supported file format.</div>

<div> </div>

<div>(or in Python syntax:</div>

<div>from osgeo import gdal</div>

<div>gdal.GetDriverByName("HDF5").Deregister()</div>

<div>ds = gdal.Open("/vsicurl/https://nbstds.met.no/thredds/fileServer/NBS/S2B/2022/07/03/S2B_MSIL1C_20220703T112119_N0400_R037_T32VLN_20220703T121203.nc")</div>

<div>)</div>

<div> </div>

<div>If I do not deregister the HDF5 driver the dataset is opened, but with the HDF5 driver, and I want to use the netCDF driver for those CF-convention files...</div>

<div> </div>

<div>I am on Ubuntu 22.04, GDAL 3.6.4, released 2023/04/17...</div>

<div> </div>

<div>Any idea how that can be solved? Is it a bug or a feature?</div>

<div>Thanks for helping in advance!</div>

<div> </div>

<div>Cheers</div>

<div>Stefan</div></div></body></html>