Marco Tazzari
Marco Tazzari
## Issue Description Interesting finding: when writing `gulmc`, I fixed a numpy warning: ```py In [2]: np.float :1: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence...
## Issue Description At the moment `/oasislmf/execution/bash.py` is very minimally documented. Required: - [ ] update or add missing docstrings, checking that parameters are in sync, adding meaning of each...
When I tried to reproduce the [contextily example](https://geopandas.org/en/latest/gallery/plotting_basemap_background.html#Controlling-the-level-of-detail) ```py ax = df_wm.plot(figsize=(10, 10), alpha=0.5, edgecolor="k") cx.add_basemap(ax, zoom=12) ``` on the GeoPandas website I get the same error that is visible...