The ESA CCI Toolbox is designed to provide access to CCI data
Project description
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
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.
Source Distribution
Built Distribution
File details
Details for the file esa_climate_toolbox-1.2.tar.gz
.
File metadata
- Download URL: esa_climate_toolbox-1.2.tar.gz
- Upload date:
- Size: 13.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe8c00882b2d1947e43cf07e0e08837cbb83fada440ef229c7641247636bffa3 |
|
MD5 | bc8d4fbc12489b9548241147d5e764aa |
|
BLAKE2b-256 | 58476923c3e335c3ed43ca45d84b77df79b398e16a3d73b63c5809776f194059 |
File details
Details for the file esa_climate_toolbox-1.2-py3-none-any.whl
.
File metadata
- Download URL: esa_climate_toolbox-1.2-py3-none-any.whl
- Upload date:
- Size: 388.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 852908d5afd71a770bc3779d14c6646febabfe4385505a06ba504ce3db0a01d4 |
|
MD5 | ee68dede5bb023915135e8d79648d076 |
|
BLAKE2b-256 | 07803b9fd04a632e1bf4c20515037416b14abd436300a8f216198b7cbdec0ea4 |