Access to ICOS STILT calculation results available from https://stilt.icos-cp.eu/viewer/
Project description
icoscp_stilt
Python API for access to STILT calculation results from a service hosted by ICOS Carbon Portal (browser access requires ATMO ACCESS login): https://stilt.icos-cp.eu/viewer/
Installation
The latest release is available on https://pypi.org/project/icoscp_stilt/. You can simply run:
pip install icoscp_stilt
We would encourage you to use a virtual environment for Python to test this
library.
For example with Miniconda
you can create a new environment with:
conda create -n icos python
activate icos
pip install icoscp_stilt
or with Python
python3 -m venv icos
source venv/bin/activate
pip install icoscp_stilt
Documentation
The full documentation about the library and all the modules are available at https://icos-carbon-portal.github.io/pylib/icoscp_stilt/
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.