API

Python Logo Data access using Python
Query scenario data from the ixmp4 Platform UPTAKE | Project-internal Scenario Explorer by IIASA using the Python package pyam .
                import pyam
                
                df = pyam.read_iiasa("uptake-internal", 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("uptake-internal")
                
                # 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 .

This project has received funding from the European Union’s Horizon Europe research and innovation programme under grant agreement No. 101081521 Views and opinions expressed are, however, those of the author(s) only and do not necessarily reflect those of the European Union or the European Climate, Infrastructure and Environment Executive Agency (CINEA). Neither the European Union nor the granting authority can be held responsible.

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