Basemap

Exercise

We learned how to make 2D plots, and touched a little bit of cartopy and Basemap. (I prepared example jupyter notebooks for cartopy and Basemap.) Based on these lessons, we will finalize python lectures with this exercise! Plotting exercise We will practice what we learned about plotting data on a 2D space. First, let’s get the data. import numpy as np import numpy.ma as ma import matplotlib.pyplot as plt from mpl_toolkits. »