Closed
Description
I wanted to continue on the choropleth example mentioned in #1374, however, in the meanwhile
world = gpd.read_file(gpd.datasets.get_path("naturalearth_lowres"))
raises a deprection warning saying the datasets will be removed in geopandas v1.0 (see discussion in #2751).
Thus, we need to use another data source. Any ideas what can be used without to much effort and without adding further dependecies to PyGMT?