SMOS (Soil Moisture and Ocean Salinity) image data readers and TS converter
Project description
SMOS (Soil Moisture and Ocean Salinity) data readers and time series coverter.
Works great in combination with pytesmo.
Installation
Setup of a complete environment with conda can be performed using the following commands:
conda create -q -n smos -c conda-forge numpy netcdf4 pyresample scipy pandas
source activate smos
pip install smos
You can also install all needed (conda and pip) dependencies at once using the following commands after cloning this repository. This is recommended for developers of the package.
git clone https://github.com/TUW-GEO/smos.git --recursive
cd smos
conda create -n smos python=2.7 # or any supported python version
source activate smos
conda update -f environment.yml
python setup.py develop
Supported Products
SMOS IC: SMOS INRA-CESBIO (SMOS-IC) 25km
Software Citation
Contribute
We are happy if you want to contribute. Please raise an issue explaining what is missing or if you find a bug. We will also gladly accept pull requests against our master branch for new features or bug fixes.
Guidelines
If you want to contribute please follow these steps:
Fork the smos repository to your account
make a new feature branch from the smos master branch
Add your feature
please include tests for your contributions in one of the test directories We use py.test so a simple function called test_my_feature is enough
submit a pull request to our master branch
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
File details
Details for the file smos-0.1.tar.gz
.
File metadata
- Download URL: smos-0.1.tar.gz
- Upload date:
- Size: 775.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 40164adf3b0b63a775b28cded378c9aa12659eeec3a78dc8e7cc0c07e5762ff7 |
|
MD5 | c4989c5cd4e3caf102f67d1896c97b0a |
|
BLAKE2b-256 | 575fa2534f8eb571970804bca78880b83d82d52ddaec181a75a84bebf1c09c34 |