Metadata-Version: 1.1
Name: melodist
Version: 0.1.4
Summary: MELODIST: MEteoroLOgical observation time series DISaggregation Tool
Home-page: https://github.com/kristianfoerster/melodist
Author: Kristian Förster, Florian Hanzer, Benjamin Winter, Thomas Marke, Siling Chen
Author-email: foerster@iww.uni-hannover.de
License: GPLv3
Description: MELODIST is an open-source toolbox written in Python for
        disaggregating daily meteorological time series to hourly time steps. The
        software framework consists of disaggregation functions for each variable
        including temperature, humidity, precipitation, shortwave radiation, and wind
        speed. These functions can simply be called from a station object, which
        includes all relevant information about site characteristics. The data
        management of time series is handled using data frame objects as defined in the
        pandas package. In this way, input and output data can be easily prepared and
        processed.
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
