Metadata-Version: 2.1
Name: icoscp
Version: 0.1.6
Summary: Access to ICOS data objects hosted at https://data.icos-cp.eu
Home-page: https://www.icos-cp.eu/
Author: Claudio D'Onofrio, ICOS Carbon Portal
Author-email: claudio.donofrio@nateko.lu.se, info@icos-cp.eu
License: GPLv3+
Project-URL: Source, https://github.com/ICOS-Carbon-Portal/pylib
Project-URL: Documentation, https://icos-carbon-portal.github.io/pylib/
Project-URL: DataPortal, https://data.icos-cp.eu/portal/
Project-URL: SparqlEndpoint, https://meta.icos-cp.eu/sparqlclient/?type=CSV
Description: # ICOS Carbon Portal Python Package
        
        ## About ICOS
        
        The Integrated Carbon Observation System, ICOS, is a European-wide greenhouse gas research infrastructure. ICOS produces standardised data on greenhouse gas concentrations in the atmosphere, as well as on carbon fluxes between the atmosphere, the earth and oceans. This information is being used by scientists as well as by decision makers in predicting and mitigating climate change. The high-quality and open ICOS data is based on the measurements from 134 stations across 12 European countries. For more information please visit [https://www.icos-cp.eu/](https://www.icos-cp.eu/)
        
        
        This package is under active development. Please be aware that changes to names of functions and classes are possible without further notice. Please do feedback any recommendations, issues, etc if you try it out.
        
        
        What is the package about?
        In essence this package allows you to have direct access to data objects from the ICOS CarbonPortal were a "Preview" is available. It is an easy access to data objects hosted at the ICOS Carbon Portal ( https://data.icos-cp.eu/ ). By using this library you can load data files directly into memory.
        
        Please be aware, that by either downloading data, or accessing data directly through this library, you agree and accept, that all ICOS data is provided under a <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank">CC BY 4.0 licence <img src="https://www.icos-cp.eu/sites/default/files/inline-images/creativecommons.png"></a>
        
        We would encourage you to use a virtual environment for python to test this library.
        For example with mini-conda (https://docs.conda.io/en/latest/miniconda.html) you can create a new environment with:
        
        - `conda create -n icos python`
        - `activate icos`
        - `pip install icoscp`
        
        
        Documentation about the library and all the modules are available at https://icos-carbon-portal.github.io/pylib/
        
        
        
        
        
        
        
        
        
        
        cd20200720
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: End Users/Desktop
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
