Project

General

Profile

CIAT API » History » Version 3

Kurt Gerber, 16 May 2018 11:09

1 1 Kurt Gerber
h1. CIAT API
2
3
h2. API Access
4
5
* The API URL: http://maprooms.ciat.cgiar.org/climatewizard/service?
6
7
* Documentation and code repository:   https://github.com/CIAT-DAPA/climate_wizard_api
8
9
10 2 Kurt Gerber
h2. What we use
11 1 Kurt Gerber
12 3 Kurt Gerber
13 2 Kurt Gerber
h3. Modelled mean monthly temperature
14
15
http://maprooms.ciat.cgiar.org/climatewizard/service?lat=3.1&lon=-76.3&index=tas&scenario=rcp85&gcm=ensemble&baseline=false&range=2041-2060&avg=true&climatology=true 
16
17
18
h3. Modelled total monthly rainfall 
19
20
http://maprooms.ciat.cgiar.org/climatewizard/service?lat=3.1&lon=-76.3&index=ptot&scenario=rcp85&baseline=false&gcm=ensemble&range=2041-2060&avg=true&climatology=true 
21
22
23
h3. Historical mean monthly temperature
24
25
http://maprooms.ciat.cgiar.org/climatewizard/service?lat=3.1&lon=-76.3&index=tas&scenario=historical&gcm=ensemble&baseline=false&range=1976-2005&avg=true&climatology=true 
26
27
28
h3. Historical average monthly rainfall 
29
30
http://maprooms.ciat.cgiar.org/climatewizard/service?lat=3.1&lon=-76.3&index=ptot&scenario=historical&baseline=false&gcm=ensemble&range=1976-2005&avg=true&climatology=true 
31 1 Kurt Gerber
32
33
h2.  [[CIAT_API_Recommendations|Review and Recommendations]]