Metadata-Version: 2.4
Name: icoscp
Version: 0.2.3
Summary: Access to ICOS data objects hosted at https://data.icos-cp.eu
Project-URL: Homepage, https://www.icos-cp.eu/
Project-URL: Source, https://github.com/ICOS-Carbon-Portal/pylib/icoscp
Project-URL: Documentation, https://icos-carbon-portal.github.io/pylib/icoscp/
Project-URL: DataPortal, https://data.icos-cp.eu/portal/
Project-URL: SparqlEndpoint, https://meta.icos-cp.eu/sparqlclient/?type=CSV
Author-email: Claudio D'Onofrio <claudio.donofrio@nateko.lu.se>, Zois Zogopoulos <zois.zogopoulos@nateko.lu.se>, Anders Dahlner <anders.dahlner@nateko.lu.se>, Klara Broman <klara.broman@nateko.lu.se>, Oleg Mirzov <oleg.mirzov@nateko.lu.se>, ICOS Carbon Portal <info@icos-cp.eu>
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Utilities
Requires-Python: >=3.10
Requires-Dist: folium>=0.13.0
Requires-Dist: icoscp-core
Requires-Dist: pandas>=1.3.5
Requires-Dist: requests>=2.26.0
Requires-Dist: tqdm>=4.64.1
Description-Content-Type: text/markdown

# icoscp
| Latest Release | [![](https://badge.fury.io/py/icoscp.svg)](https://pypi.org/project/icoscp/)                                                                                                                |
|----------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| PyPI Downloads | [![](https://static.pepy.tech/personalized-badge/icoscp?period=total&units=international_system&left_color=black&right_color=orange&left_text=Downloads)](https://pepy.tech/project/icoscp) |

## Installation
The latest release is available on [https://pypi.org/project/icoscp/](
https://pypi.org/project/icoscp/). You can simply run:

```shell
pip install icoscp
```

If you need the cutting edge version you may install the library directly from
GitHub with:

```shell
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](https://docs.conda.io/en/latest/miniconda.html)
you can create a new environment with:

```shell
conda create -n icos python
activate icos
pip install icoscp
```

or with python

```shell
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/](
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>
