.bandit.yml
.codecov.yml
.coveragerc
.gitattributes
.gitignore
.pylintrc
.readthedocs.yml
CHANGELOG.rst
LICENSE
Makefile
README.rst
pyproject.toml
setup.cfg
setup.py
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/ci-cd-workflow.yml
.github/workflows/test-conda-install.yml
.github/workflows/test-pypi-install.yml
docs/Makefile
docs/make.bat
docs/source/changelog.rst
docs/source/conf.py
docs/source/data.rst
docs/source/development.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/scmdata.database.rst
docs/source/scmdata.errors.rst
docs/source/scmdata.filters.rst
docs/source/scmdata.groupby.rst
docs/source/scmdata.netcdf.rst
docs/source/scmdata.offsets.rst
docs/source/scmdata.ops.rst
docs/source/scmdata.plotting.rst
docs/source/scmdata.processing.rst
docs/source/scmdata.run.rst
docs/source/scmdata.testing.rst
docs/source/scmdata.time.rst
docs/source/scmdata.timeseries.rst
docs/source/scmdata.units.rst
notebooks/database.ipynb
notebooks/emissions-units-with-pint.ipynb
notebooks/magicc-rcmip-phase-2-gsat-output.csv
notebooks/netcdf.ipynb
notebooks/ops.ipynb
notebooks/plotting-with-seaborn.ipynb
notebooks/processing.ipynb
notebooks/rcmip-radiative-forcing-annual-means-v4-0-0.csv
notebooks/rcp26_emissions.csv
notebooks/scmrun.ipynb
notebooks/summary-statistics.ipynb
notebooks/time-operations.ipynb
notebooks/xarray-compatibility.ipynb
scripts/ops_examples.py
scripts/run-notebooks.sh
scripts/test_install.py
src/scmdata/__init__.py
src/scmdata/_base.py
src/scmdata/_xarray.py
src/scmdata/errors.py
src/scmdata/filters.py
src/scmdata/groupby.py
src/scmdata/netcdf.py
src/scmdata/offsets.py
src/scmdata/ops.py
src/scmdata/plotting.py
src/scmdata/processing.py
src/scmdata/pyam_compat.py
src/scmdata/run.py
src/scmdata/testing.py
src/scmdata/time.py
src/scmdata/timeseries.py
src/scmdata/units.py
src/scmdata.egg-info/PKG-INFO
src/scmdata.egg-info/SOURCES.txt
src/scmdata.egg-info/dependency_links.txt
src/scmdata.egg-info/requires.txt
src/scmdata.egg-info/top_level.txt
src/scmdata/data/metric_conversions.csv
src/scmdata/database/__init__.py
src/scmdata/database/_database.py
src/scmdata/database/_utils.py
src/scmdata/database/backends/__init__.py
src/scmdata/database/backends/base.py
src/scmdata/database/backends/netcdf.py
tests/conftest.py
tests/notebook-tests.cfg
tests/integration/test_io.py
tests/integration/test_netcdf_integration.py
tests/integration/test_plotting_integration.py
tests/integration/test_processing.py
tests/integration/test_scmrun_convert_units.py
tests/integration/test_scmrun_speed.py
tests/integration/test_xarray_integration.py
tests/test_data/different_number_of_digits_years.csv
tests/test_data/netcdf-scm_tas_Amon_bcc-csm1-1_rcp26_r1i1p1_209001-211012.nc
tests/test_data/rcp26_emissions.csv
tests/test_data/rcp26_emissions.csv.gz
tests/test_data/rcp26_emissions.xls
tests/test_data/rcp26_emissions_capitalised.csv
tests/test_data/rcp26_emissions_int.csv
tests/test_data/rcp26_emissions_multi_sheet.xlsx
tests/test_data/rcp26_emissions_multi_sheet_capitalised.xlsx
tests/test_data/rcp26_emissions_multi_sheet_capitalised_int.xlsx
tests/test_data/rcp26_emissions_multi_sheet_data.xlsx
tests/test_data/sr15/download-sr15-output.py
tests/test_data/sr15/sr15-output.csv
tests/unit/test_database.py
tests/unit/test_groupby.py
tests/unit/test_netcdf.py
tests/unit/test_offsets.py
tests/unit/test_ops.py
tests/unit/test_plotting.py
tests/unit/test_pyam_compat.py
tests/unit/test_run.py
tests/unit/test_testing.py
tests/unit/test_timeseries.py
tests/unit/test_timeseries_convertor.py
tests/unit/test_unit_converter.py
tests/unit/test_xarray.py