cgq-qgc / pyhelp

A Python library for the assessment of spatially distributed groundwater recharge and hydrological components with HELP
MIT License
17 stars 5 forks source link

PR: Store weather input data in pandas dataframes instead of dictionaries #76

Closed jnsebgosselin closed 2 years ago

jnsebgosselin commented 2 years ago

The input weather data were store in dictionaries where all info was stored separately.

Instead, everything is now stored in a pandas dataframes where the values of the dataframes corresponds to the the climate data, the index to the dates and the columns to the latitudes and longitudes.