noaa-ocs-modeling / EnsemblePerturbation

perturbation of coupled model input over a space of input variables
https://ensembleperturbation.readthedocs.io
Creative Commons Zero v1.0 Universal
7 stars 3 forks source link

Support `geopandas >= 1.0` #143

Open SorooshMani-NOAA opened 2 weeks ago

SorooshMani-NOAA commented 2 weeks ago

Geopandas 1.0 removed the dataset module. Now one should download natural earth shapes directly from the website. The plotting routings in this repo still uses gpd.dataset such as in:

https://github.com/noaa-ocs-modeling/EnsemblePerturbation/blob/71804ad4488492471da9971d564aee76e648c94f/ensembleperturbation/plotting/surrogate.py#L412