Closed MichaelSchulzMETNO closed 7 months ago
opendap_url = "https://thredds.nilu.no/thredds/dodsC/ebas/NO0002R.20201124110000.20220930100606.nephelometer..pm10.22mo.1h.NO01L_TSI_3563_BIR_dry_NRT.NO01L_scat_coef.lev1.5.nc"
neph_ds = xr.open_dataset(opendap_url) # Opening and showing dataset with xarray
creates this error: @lisemurberg
OSError: [Errno -90] NetCDF: file not found: 'https://thredds.nilu.no/thredds/dodsC/ebas/NO0002R.20201124110000.20220930100606.nephelometer..pm10.22mo.1h.NO01L_TSI_3563_BIR_dry_NRT.NO01L_scat_coef.lev1.5.nc'
Not sure, where exactly this happened. so I assume it can be closed.
opendap_url = "https://thredds.nilu.no/thredds/dodsC/ebas/NO0002R.20201124110000.20220930100606.nephelometer..pm10.22mo.1h.NO01L_TSI_3563_BIR_dry_NRT.NO01L_scat_coef.lev1.5.nc"
neph_ds = xr.open_dataset(opendap_url) # Opening and showing dataset with xarray
creates this error: @lisemurberg
OSError: [Errno -90] NetCDF: file not found: 'https://thredds.nilu.no/thredds/dodsC/ebas/NO0002R.20201124110000.20220930100606.nephelometer..pm10.22mo.1h.NO01L_TSI_3563_BIR_dry_NRT.NO01L_scat_coef.lev1.5.nc'