gcamreader ========== ``gcamreader`` provides functions for reading data from the output databases produced by `GCAM `_, returning results as pandas DataFrames. .. figure:: _static/gcamreader-workflow.svg :alt: gcamreader workflow: connect to a local or remote GCAM database, run XML queries through the bundled ModelInterface, and return filtered pandas DataFrames. :align: center :width: 100% 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 -------- .. toctree:: :maxdepth: 3 installation usage cli verified_versions api contributing changelog