Project

General

Profile

CIAT API » History » Version 2

Kurt Gerber, 16 May 2018 11:08

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 2 Kurt Gerber
h3. Modelled mean monthly temperature
13
14
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 
15
16
17
h3. Modelled total monthly rainfall 
18
19
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 
20
21
22
h3. Historical mean monthly temperature
23
24
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 
25
26
27
h3. Historical average monthly rainfall 
28
29
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 
30 1 Kurt Gerber
31
32
h2.  [[CIAT_API_Recommendations|Review and Recommendations]]