Skip to content

Use the Natural Earth datasets rather than geodataset datasets in geopandas gallery examples #4223

@seisman

Description

@seisman

Currently, our LineStrings example uses the "eea large_rivers" sample data provided by geodatasets package. The EEA dataset is relatively large (339 KB) and its download link (https://www.eea.europa.eu/data-and-maps/data/wise-large-rivers-and-large-lakes/zipped-shapefile-with-wise-large-rivers-vector-line/zipped-shapefile-with-wise-large-rivers-vector-line/at_download/file) occasionally times out during documentation builds, causing unnecessary failures.

I find that the Natural Earth datasets (https://www.naturalearthdata.com) are better and usually have smaller file sizes. And the mirror URL https://naciscdn.org/naturalearth/ is even more stable.

We can improve both the LineString and choropleth map examples using the Natural Earth data.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions