Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support geopandas >= 1.0 #143

Closed
SorooshMani-NOAA opened this issue Jul 2, 2024 · 0 comments · Fixed by #155
Closed

Support geopandas >= 1.0 #143

SorooshMani-NOAA opened this issue Jul 2, 2024 · 0 comments · Fixed by #155
Assignees

Comments

@SorooshMani-NOAA
Copy link
Collaborator

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:

countries = geopandas.read_file(geopandas.datasets.get_path('naturalearth_lowres'))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant