API

Python Logo Data access using Python
Query scenario data from the ixmp4 Platform by IIASA using the Python package pyam .
                import pyam
                
                df = pyam.read_iiasa("ssp-extensions", region="World", ...)
              
To avoid large queries, you can also filter by model, scenario or variable.
Learn more about the pyam package on Read the Docs .
For more elaborate queries to the database, you can use the ixmp4 package.
Documentation for the package can be found on here .
                import ixmp4
                
                platform = ixmp4.Platform("ssp-extensions")
                
                # for example, you can get a list of all "runs" (e.g., scenarios or projections)
                platform.runs.tabulate()
              
R Logo Data access using R
There is a tutorial for using the pyam package in combination with the statistics software R . Read more .

Funded by the European Union under grant agreement No 101081369 (SPARCCLE). Views and opinions expressed are however those of the author(s) only and do not necessarily reflect those of the European Union or HORIZON-RIA – HORIZON Research and Innovation Actions. Neither the European Union nor the granting authority can be held responsible for them.

International Institute for Applied Systems Analysis (IIASA)
Schlossplatz 1 – A-2361 Laxenburg, Austria
(+43 2236) 807 0 – [email protected]