/smap_io

Readers and converters for Soil Moisture Active Passive (SMAP) data.

Primary LanguagePythonMIT LicenseMIT

smap_io

https://travis-ci.org/TUW-GEO/smap_io.svg?branch=master https://coveralls.io/repos/github/TUW-GEO/smap_io/badge.svg?branch=master

SMAP (Soil Moisture Active Passive) data readers.

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 smap_io-environment -c conda-forge numpy h5py pyproj netcdf4=1.2.2 pyresample scipy pandas matplotlib
source activate smap_io-environment
pip install smap_io

Supported Products

  • SPL3SMP: SMAP L3 Radiometer Global Daily 36 km EASE-Grid Soil Moisture

Documentation

Documentation Status