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: Remove "read_concatenated_d10d11_file" function from code #58

Closed jnsebgosselin closed 5 years ago

jnsebgosselin commented 5 years ago

The function read_concatenated_d10d11_file was used to read the concatenated D10 and D11 files that were produced by the application developed to run HELP in batch mode. However, we do not use this application anymore and we produce the D10 and D11 files for each cells directly from the csv. Therefore, this function was not used anymore and could safely be removed from the code base.