Practice Problem - Map of temperatures over Germany

Using http://openweathermap.org/API, can you make a map of temperatures in Germany? You can use the data/germany.txt file which gives the longitude and latitude of the borders of Germany, for plotting.

Solution

In [1]:
# your solution here