Predefined geographical areas

Here is the list of the predefined geographical areas define in magpye,

To create a map

from magpye import GeoMap

geomap = GeoMap(area_name="europe")
geomap.coastlines(land_colour="grey")
geomap.show()
_images/firststeps-coastlines.png