No project description provided
Project description
Ensemble Tools - Compression
This package extends Ensemble Tools with several tools to enable compression for weather data.
Installation using pip
pip
is the easiest way to install enstools-compression
along with all dependencies,
including the main enstools package.
It is recommended and not necessary to do that in a separate virtual environment.
Preparation of a local environment
The steps outlined here can be done inside of a working-copy of this,
repository. The created directory venv
will be ignored by git.
At first create a new python virtual environment:
python3 -m venv --prompt=enstools-compression venv
That will create a new folder venv
containing the new environment. To use
this environment, we need to activate it:
source venv/bin/activate
Next we
need to update pip
and install wheel
. Both are required in up-to-date
versions for the installation to run:
pip install --upgrade pip wheel
Installation
For development, you can create a clone of this repository and install that
local copy in development mode into your virtual environment. This is
especially useful if you plan to edit the code of enstools-compression
. Python scripts
using the virtual environment will immediately see all your changes with the
need to reinstall anything.
git clone https://github.com/wavestoweather/enstools-compression.git
cd enstools-compression
pip install -e .
If you have no plans to modify any code, then you can install enstools-compression
without creating a local working-copy before:
pip install enstools-compression
Acknowledgment and license
Ensemble Tools - Compression (enstools-compression
) is a collaborative development within
Waves to Weather (SFB/TRR165) coordinated by the subproject
Z2 and funded by the
German Research Foundation (DFG).
A full list of code contributors can CONTRIBUTORS.md.
The code is released under an Apache-2.0 licence.
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
File details
Details for the file enstools-compression-0.1.6.tar.gz
.
File metadata
- Download URL: enstools-compression-0.1.6.tar.gz
- Upload date:
- Size: 29.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6ed71a33275ff5a9d1933467917a48282eb80de4e7435cc17dd8d4c6adde4ac4 |
|
MD5 | e9224244236ac0d79add97c59fec5192 |
|
BLAKE2b-256 | b584b04c69a8852f5042320ba7fbda337b9685f3ed24ea90fa2ee88f6d85ce4a |