Access to ICOS data objects hosted at https://data.icos-cp.eu
Project description
icoscp
Latest Release | |
---|---|
PyPI Downloads |
Installation
The latest release is available on https://pypi.org/project/icoscp/. You can simply run:
pip install icoscp
If you need the cutting edge version you may install the library directly from GitHub with:
pip install git+https://github.com/ICOS-Carbon-Portal/pylib.git
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
or with python
python3 -m venv icos
source venv/bin/activate
pip install icoscp
Documentation
The full documentation about the library and all the modules are available at https://icos-carbon-portal.github.io/pylib/icoscp/
Development
For instructions about how to go about extending and testing this software, please see <development.md>
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.