Metadata-Version: 2.4
Name: transport-energy
Version: 2025.3.31a0
Project-URL: Homepage, https://github.com/transportenergy/database
Project-URL: Documentation, https://transportenergy.readthedocs.io
Author-email: International Transport Energy Modeling contributors <mail@transportenergy.org>
Maintainer-email: Paul Natsuo Kishimoto <mail@paul.kishimoto.name>
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.9
Requires-Dist: click
Requires-Dist: iam-units
Requires-Dist: openpyxl
Requires-Dist: pandas
Requires-Dist: pint
Requires-Dist: plotnine
Requires-Dist: pycountry
Requires-Dist: pyyaml
Requires-Dist: sdmx1>=2.8.0
Requires-Dist: xarray
Provides-Extra: doc
Requires-Dist: furo; extra == 'doc'
Requires-Dist: sphinx; extra == 'doc'
Provides-Extra: eppa
Requires-Dist: gdx>=3; extra == 'eppa'
Provides-Extra: hist
Requires-Dist: jinja2; extra == 'hist'
Requires-Dist: requests; extra == 'hist'
Provides-Extra: tests
Requires-Dist: furo; extra == 'tests'
Requires-Dist: jinja2; extra == 'tests'
Requires-Dist: pytest; extra == 'tests'
Requires-Dist: pytest-cov; extra == 'tests'
Requires-Dist: requests; extra == 'tests'
Requires-Dist: sphinx; extra == 'tests'
Description-Content-Type: text/markdown

Tools for the iTEM databases
============================

[![Build Status](https://travis-ci.org/transportenergy/database.svg?branch=master)](https://travis-ci.org/transportenergy/database)
[![Codecov](https://img.shields.io/codecov/c/gh/transportenergy/database.svg)](https://codecov.io/gh/transportenergy/database)
[![Documentation Status](https://readthedocs.org/projects/transportenergy/badge/?version=latest)](https://transportenergy.readthedocs.io/en/latest/?badge=latest)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4271789.svg)](https://doi.org/10.5281/zenodo.4271789)


This repository contains tools for two databases maintained by [iTEM](https://transportenergy.org), the **International Transport Energy Modeling** consortium:

1. A *historical database* to form a common, public, “best available” baseline for model calibration and projections.
   The historical database is under continuous development.

2. A *model database* of transport energy projections assembled as part of the iTEM model intercomparison projects (MIPs) linked to [iTEM workshops](https://transportenergy.org/workshops/).
   To meet the intellectual property concerns of workshop participants, the model database is currently not public, and only available on request; however, the tools used to prepare it are public.
   These tools are developed periodically, during sequential MIPs.

For details on installation, usage, contributing, etc., see the **online documentation** at https://transportenergy.readthedocs.io, automatically built from the contents of this repository.

License
-------

Copyright © 2017–2025, [iTEM contributors](https://github.com/transportenergy/database/graphs/contributors)

Licensed under the GNU General Public License, version 3.
The full text of the license is available in the file `LICENSE`.

See the online documentation for [citation of this software](https://transportenergy.readthedocs.io/#citation) in scientific publications that use the software *or* the resulting database.

Related repositories
--------------------

- [transportenergy/item_mip_data_processing](https://github.com/transportenergy/item_mip_data_processing): tools for iTEM MIP3.
- [transportenergy/metadata](https://github.com/transportenergy/metadata): shared metadata about models and historical data sources.
