Regional precipitation analysis with Python
/We want to analyze average annual precipitation data on a regional scale for the North of Peru. The dataset has 20 stations from the Peruvian desert coast, Andes and rainforest with differences in elevation and precipitation rates.
The main objective is to analyze precipitation patterns and trends by plotting them in different ways using Python.
For this task we use IPython Notebook, which you can install on your own computer or run it on the cloud from wakari.io. You can download the station data for this exercise here
Read More