April 2018
Beginner to intermediate
300 pages
7h 34m
English
GeoPandas is a geographical plotting package integrated with Matplotlib. It has comprehensive functionalities to read common GIS file formats.
To use GeoPandas, we will import the library as follows:
import geopandas as gpdimport matplotlib.pyplot as plt
In the following example, we will explore the climate change data prepared by the World Bank Group.
We have selected the projection of precipitation in 2080-2099 based on scenario B1: a convergent world with global population peaking in mid-century and then declining. The storyline describes economies becoming more service- and information-oriented, with the introduction of clean and resource-efficient technologies but without additional climate initiatives.
As input, we have ...
Read now
Unlock full access