Hi, What is your GDAL version? Check with "gdalinfo --version"
-Jukka Rahkonen- Lähettäjä: gdal-dev <[email protected]> Puolesta Stefan Blumentrath Lähetetty: keskiviikko 2. helmikuuta 2022 10.36 Vastaanottaja: gdal-dev <[email protected]> Aihe: [gdal-dev] netCDF with virtual file system (/vsicurl/) not working Hi, I have been using GDAL to access online data sources in netCDF successfully. With Ubuntu 20.04, this unfortunately no longer works with the netCDF driver. Here is a reproducible example: gdalinfo -if netCDF /vsicurl/https://nbstds.met.no/thredds/fileServer/NBS/S2A/2021/02/28/S2A_MSIL1C_20210228T103021_N0202_R108_T35WPU_20210228T201033_DTERRENGDATA.nc The original error message (before working around the HDF5 driver) has been that permissions for the userfaultfd system call were denied. But if I specify the netCDF driver, the format is not recognized. Downloading the dataset and opening It locally works. I saw some possibly relevant changes: https://github.com/OSGeo/gdal/pull/4508 https://github.com/OSGeo/gdal/issues/2412 Any hint on how to get that functionality back would be very much appreciated! Cheers Stefan
_______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
