scipy
, seaborn
pandas
(not even geopandas
yet) mainly to get plot-formatting right. But awesome R2 ("R-square") results with cheap (< $80,- AlphaSense) Air Quality sensors calibrated with our national Environmental Agency (RIVM) sensors thanks to work from JRC folks, Michel Gerboles et al. Some text on this project for EU JRC in my blog . And the code: https://github.com/smartemission/smartemission/blob/master/etl/calibration/airsenseurplots.py .
Is Tom A. saying that extension arrays will enable Dask for GeoPandas? https://twitter.com/TomAugspurger/status/1088644514594533376?s=19
@anitagraser not directly. But with his recent work, it should become easier to do. But if you want to play with the geopandas / dask combo, I would still recommend looking at https://github.com/mrocklin/dask-geopandas
---------------------------------------------------------------------------
UnicodeDecodeError Traceback (most recent call last)
<ipython-input-5-2bb713f8a88f> in <module>
1 from pydap.client import open_url
----> 2 dataset = open_url('http://dap.metsis.met.no/SN99938.nc')
/usr/local/lib/python3.7/dist-packages/pydap/client.py in open_url(url, application, session, output_grid, timeout, verify)
65 """
66 dataset = DAPHandler(url, application, session, output_grid,
---> 67 timeout=timeout, verify=verify).dataset
68
69 # attach server-side functions
/usr/local/lib/python3.7/dist-packages/pydap/handlers/dap.py in __init__(self, url, application, session, output_grid, timeout, verify)
61 verify=verify)
62 raise_for_status(r)
---> 63 das = safe_charset_text(r)
64
65 # build the dataset from the DDS and add attributes from the DAS
/usr/local/lib/python3.7/dist-packages/pydap/handlers/dap.py in safe_charset_text(r)
115 else:
116 r.charset = get_charset(r)
--> 117 return r.text
118
119
/usr/local/lib/python3.7/dist-packages/webob/response.py in _text__get(self)
620 decoding = self.charset or self.default_body_encoding
621 body = self.body
--> 622 return body.decode(decoding, self.unicode_errors)
623
624 def _text__set(self, value):
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 94: ordinal not in range(128)