Skip to main content

The ESA CCI Toolbox is designed to provide access to CCI data from the ESA Open Data Portal.

Project description

Build status Documentation Status Anaconda-Server Badge Anaconda-Server Badge

ESA CCI Toolbox

The ESA CCI Toolbox is designed to provide access to CCI data from the ESA Open Data Portal. Also, it contains functions to operate on this data.

Installation into a new environment with conda

The ESA CCI Toolbox and all necessary dependencies are available on conda-forge, and can be installed using the conda package manager. The conda package manager itself can be obtained in the miniconda distribution. Once conda is installed, the ESA CCI Toolbox can be installed like this:

$ conda create --name ect --channel conda-forge esa-climate-toolbox
$ conda activate ect

The name of the environment may be freely chosen.

Installation into an existing environment with conda

The ESA CCI Toolbox can also be installed into an existing conda environment. To do so, execute this command with the existing environment activated:

$ conda install --channel conda-forge esa-climate-toolbox

Any necessary dependencies will be installed or updated if they are not already installed in a compatible version.

Installation into an existing environment from the repository

If you want to install the ESA CCI Toolbox directly from the git repository (for example in order to use an unreleased version or to modify the code), you can do so as follows:

$ git clone https://github.com/esa-cci/esa-climate-toolbox.git
$ cd esa-climate-toolbox
$ conda env create
$ conda activate ect
$ pip install -e .

Testing

You can run the unit tests for the ESA CCI Toolbox by executing

$ pytest

in the esa-climate-toolbox repository.

To create a test coverage report, you can use

coverage run --include='esa-climate-toolbox/**' --module pytest
coverage html

This will write a coverage report to htmlcov/index.html.

Use

Jupyter notebooks demonstrating the use of the ESA CCI Toolbox can be found in the notebooks/ subdirectory of the repository.

Releasing

To release the esa-climate-toolbox, please follow the steps outlined in the xcube Developer Guide.

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

esa_climate_toolbox-0.2.1.tar.gz (241.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

esa_climate_toolbox-0.2.1-py3-none-any.whl (7.2 kB view details)

Uploaded Python 3

File details

Details for the file esa_climate_toolbox-0.2.1.tar.gz.

File metadata

  • Download URL: esa_climate_toolbox-0.2.1.tar.gz
  • Upload date:
  • Size: 241.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for esa_climate_toolbox-0.2.1.tar.gz
Algorithm Hash digest
SHA256 7cbbe42d73136cf4fb33f290fe9adeb98b6e108561e481ddc023d6a50a6bd728
MD5 a357ef209f2b23907583cef1a3168583
BLAKE2b-256 b0135a364640155391a77661f326a7147c3fbafe9d05a3b7d07fdc1dee920128

See more details on using hashes here.

File details

Details for the file esa_climate_toolbox-0.2.1-py3-none-any.whl.

File metadata

File hashes

Hashes for esa_climate_toolbox-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 a9fc5977d36e4b7c4648ac98b1cd7c15b37a4b44aeb235b72b2aa96f9a3f27a0
MD5 183a6701f984a40cb25e6c162145fd8e
BLAKE2b-256 f6ef42be63c45e528c0756b4b41e01289538861da38beae74fa87d6334242afe

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page