Skip to main content

Carbon emissions calculator

Project description

Valohai Wattson 🔌⚡

PyPI PyPI - MIT License GitHub Workflow Status Codecov

About

Wattson is a Python library for estimating cloud compute carbon emissions.

It currently supports estimating emissions for a range of Amazon EC2 instances in a variety of regions.

Usage

You can install this package with pip by running pip install valohai-wattson.

If you are currently using AWS instances, you can calculate the carbon emissions for your instances using the following code:

from wattson import estiamte_carbon_emissions

training_emissions = estimate_carbon_emissions(
    instance_type='c4.2xlarge',
    region='us-east-1',
    hours=1,
    load_percentage=0.5,
)

The returned value will be of the type wattson.EmissionsEstimation and have the following information:

  • data_license: The license of the data used to estimate the emissions.
  • region: The region the original computation was performed in.
  • instance_type: The instance type of the original computation.
  • avg_load: The average CPU load during the original computation (defaults to 50% if not specified).
  • scope_2_co2eq: The estimated CO2 emissions for the electricity used in the original computation.
  • scope_3_co2eq: The estimated CO2 emissions for manufacturing of the device used in the original computation, assuming a 4-year usage.
  • compensated: Were any of the emissions of the original computation compensated using e.g. carbon emissions compensation or renewable energy credits.
  • details: Any additional details about e.g. the compensation methodology.

Acknowledgements

This project uses the EC2 Carbon Emissions Dataset by Teads Engineering.

Licenses

  • The library code is Copyright (c) 2022 Valohai, licensed under the MIT License.
  • The Teads Engineering EC2 Carbon Emissions Dataset is licensed under the Creative Commons Attribution 4.0 International License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

valohai-wattson-22.5.0.tar.gz (17.8 kB view details)

Uploaded Source

Built Distribution

valohai_wattson-22.5.0-py3-none-any.whl (19.4 kB view details)

Uploaded Python 3

File details

Details for the file valohai-wattson-22.5.0.tar.gz.

File metadata

  • Download URL: valohai-wattson-22.5.0.tar.gz
  • Upload date:
  • Size: 17.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.10.4

File hashes

Hashes for valohai-wattson-22.5.0.tar.gz
Algorithm Hash digest
SHA256 9d5c3fa52a105deb65e270ea1853bd67b46706dee79331150b0dc6d7ce80db25
MD5 98762c92c222688ce3d2884ea06d4710
BLAKE2b-256 1b8cad306b0432abd902b70ecb782c1ecd296babd7a834a8a036068977da69e4

See more details on using hashes here.

File details

Details for the file valohai_wattson-22.5.0-py3-none-any.whl.

File metadata

File hashes

Hashes for valohai_wattson-22.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b6d08f6a2bb0de3c11e303a3cf26dfdc65c48c0dded96585d40ffd4812a5be9e
MD5 899935cad314883cfdaa0c3b5990958f
BLAKE2b-256 e23508f6036890bdbd8e667eabbad1bab4c2817c5694d4d234e0acbe9cb97af1

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page