Metadata-Version: 2.1
Name: modape
Version: 0.3.2
Summary: MODIS Assimilation and Processing Engine
Home-page: http://wfp-vam.github.io/modape
Author: Valentin Pesendorfer
Author-email: valentin.pesendorfer@wfp.org
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Requires-Python: >=2.7.11, <4
Requires-Dist: numpy (>=1.16.1)
Requires-Dist: gdal (<3,>=2)
Requires-Dist: h5py (>=2.9)
Requires-Dist: beautifulsoup4 (>=4.7)
Requires-Dist: requests (>=2)
Requires-Dist: progress (>=1.5)
Requires-Dist: pandas (>=0.24)
Requires-Dist: cryptography (>=2.6)
Requires-Dist: mock ; python_version < "3.0"
Requires-Dist: pathlib2 ; python_version < "3.0"

HDF5 based processing chain optimized for MODIS data combined with a State-of-the art whittaker smoother, implemented as fast C-extension through Cython and including a V-curve optimization of the smoothing parameter.

For more information, please visit: http://github.com/WFP-VAM/modape

