Peter Jansen

Results 3 comments of Peter Jansen

This seemed to work for me, in pydap/handlers/dap.py ``` def get_charset(r): charset = r.charset if not charset: - charset = 'ascii' + charset = 'utf-8' return charset ```

> @petejan did you also tried to serve the same file via pydap-server or did you just to read it using pydap-client? I was using the pydap-client to open [http://thredds.aodn.org.au/thredds/catalog/IMOS/ABOS/SOTS/2018/catalog.html?dataset=IMOS/ABOS/SOTS/2018/IMOS_ABOS-SOTS_COSTZ_20180801_SOFS_FV00_SOFS-7.5-2018-SBE37SMP-ODO-RS232-03715969-30m_END-20190327_C-20190606.nc](http://thredds.aodn.org.au/thredds/catalog/IMOS/ABOS/SOTS/2018/catalog.html?dataset=IMOS/ABOS/SOTS/2018/IMOS_ABOS-SOTS_COSTZ_20180801_SOFS_FV00_SOFS-7.5-2018-SBE37SMP-ODO-RS232-03715969-30m_END-20190327_C-20190606.nc)...

I have a similar problem with WBAT-mini data (EK80 format), in CW mode, ``` >>> file='data/MultiFrequency-4min-38N200W-continuous38WN-200W-38N-SOFS-8-Phase0-D20190401-T000014-0.raw' >>> ed = open_raw(file, sonar_model='EK80') /Users/pete/DWM/echo/venv/lib/python3.8/site-packages/xarray/coding/times.py:228: RuntimeWarning: invalid value encountered in cast flat_num_dates_ns_int =...