A package to access the co2signal API
Project description
# CO2Signal
A package to access the co2signal API.
Using this package, you can query the latest CO2 intensity in all the countries or regions, available in https://www.electricitymap.org. The package uses the API available via https://co2signal.com. The intensity can be queried using the code below.
```python
import CO2signal
token = "get yours from co2signal.com"
# query using the country code
CO2Signal.get_latest_carbon_intensity(token, country_code='BE')
# query using the location
CO2Signal.get_latest_carbon_intensity(token, longitude=50, latitude=5)
```
A package to access the co2signal API.
Using this package, you can query the latest CO2 intensity in all the countries or regions, available in https://www.electricitymap.org. The package uses the API available via https://co2signal.com. The intensity can be queried using the code below.
```python
import CO2signal
token = "get yours from co2signal.com"
# query using the country code
CO2Signal.get_latest_carbon_intensity(token, country_code='BE')
# query using the location
CO2Signal.get_latest_carbon_intensity(token, longitude=50, latitude=5)
```
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
CO2Signal-0.4.tar.gz
(1.7 kB
view details)
File details
Details for the file CO2Signal-0.4.tar.gz
.
File metadata
- Download URL: CO2Signal-0.4.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a163950b7244c3e57a4ecc9698810ba797f4bf000748dd5836c38774a4e113ea |
|
MD5 | 00a68fff4db06b82a71d812fd1d800e6 |
|
BLAKE2b-256 | c5dff43823c8e73083313512bdb621c9b9a60300036bd02f50a88836d6e12e1a |