gcamreader

gcamreader provides functions for reading data from the output databases produced by GCAM, returning results as pandas DataFrames.

gcamreader workflow: connect to a local or remote GCAM database, run XML queries through the bundled ModelInterface, and return filtered pandas DataFrames.

From GCAM XML output databases to analysis-ready pandas DataFrames in four steps: locate the data, connect, run queries (filtering by scenario and region), and analyze.

Contents