Skip to content

Instantly share code, notes, and snippets.

@ccerv1
Created February 23, 2019 12:48
Show Gist options
  • Select an option

  • Save ccerv1/39f35262fe9ef08d7547977dcdd8ba0b to your computer and use it in GitHub Desktop.

Select an option

Save ccerv1/39f35262fe9ef08d7547977dcdd8ba0b to your computer and use it in GitHub Desktop.
Display the default GeoPandas base map of the world
import geopandas
world = geopandas.read_file(geopandas.datasets.get_path('naturalearth_lowres'))
world.plot()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment