Created
February 23, 2019 12:48
-
-
Save ccerv1/39f35262fe9ef08d7547977dcdd8ba0b to your computer and use it in GitHub Desktop.
Display the default GeoPandas base map of the world
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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