Commit d5087c33 authored by Le Roux Erwan's avatar Le Roux Erwan
Browse files

Update README.md

parent c9f5c3a4
No related merge requests found
Showing with 2 additions and 0 deletions
+2 -0
......@@ -32,6 +32,8 @@ and run the script "examples/example1.py" you should obtain the following figure
**5. Overview of the main functions**
_Load annual maxima_
study = SafranTemperature(altitude=2100, year_min=2020, year_max=2020)
study.massif_name_to_annual_maxima # a dictionary that maps each massif_name to an array of annual maxima
study.massif_name_to_annual_maxima['Chartreuse'] # gives the annual maxima for the Chartreuse massif
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment