Skip to main content

An xcube plugin that allows generating data cubes from the ESA CCI Open Data Portal.

Project description

Build Status

xcube-cci

An xcube plugin that allows generating data cubes from the ESA CCI Open Data Portal.

Installing the xcube-cci plugin

Installation into a new environment with conda

xcube-cci and all necessary dependencies (including xcube itself) 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, xcube-cci can be installed like this:

$ conda create --name xcube-cci-environment --channel conda-forge xcube-cci
$ conda activate xcube-cci-environment

The name of the environment may be freely chosen.

Installation into an existing environment with conda

xcube-cci can also be installed into an existing conda environment. With an existing conda environment activated, execute this command:

$ conda install --channel conda-forge xcube-cci

xcube and any other 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 xcube-cci 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/xcube-cci.git
$ cd xcube-cci
$ conda env create
$ conda activate xcube-cci
$ pip install --no-deps -e .

Testing

You can run the unit tests for xcube-cci by executing

$ pytest

in the xcube-cci repository. Note that, in order to successfully run the tests using the current repository version of xcube-cci, you may also need to install the repository version of xcube rather than its latest conda-forge release.

To create a test coverage report, you can use

coverage run --include='xcube_cci/**' --module pytest
coverage html

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

Use

Jupyter notebooks demonstrating the use of the xcube-cds plugin can be found in the examples/notebooks/ subdirectory of the repository.

Releasing

To release xcube-cci, 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

xcube_cci-0.11.1.dev0.tar.gz (215.4 kB view details)

Uploaded Source

Built Distribution

xcube_cci-0.11.1.dev0-py3-none-any.whl (158.5 kB view details)

Uploaded Python 3

File details

Details for the file xcube_cci-0.11.1.dev0.tar.gz.

File metadata

  • Download URL: xcube_cci-0.11.1.dev0.tar.gz
  • Upload date:
  • Size: 215.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for xcube_cci-0.11.1.dev0.tar.gz
Algorithm Hash digest
SHA256 0d72b262c6353cab45f94609ad099e14d6d30335c8c8cb02e7ec54e3ad6894d8
MD5 4519117302b55b34920a6309dae8b42c
BLAKE2b-256 b46645e2e561365193e9be75ad72e12a21ae03dbd2ae87065e3751fefb3a6610

See more details on using hashes here.

File details

Details for the file xcube_cci-0.11.1.dev0-py3-none-any.whl.

File metadata

File hashes

Hashes for xcube_cci-0.11.1.dev0-py3-none-any.whl
Algorithm Hash digest
SHA256 3a8f3635ebab587570e71330337a31adc47fa1cb8e418a55acef242b9069ee9e
MD5 2d600e753d9e27844942c02fccc7fe07
BLAKE2b-256 95c212ee4fde1297b10a5d3944327c9e4bddfadae690ce77801fd19f36b2d989

See more details on using hashes here.

Supported by

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