watem-sedem / rfactor

R-factor
https://watem-sedem.github.io/rfactor/
GNU Lesser General Public License v3.0
6 stars 2 forks source link

make txt_files optional #4

Closed Sachagobeyn closed 3 years ago

Sachagobeyn commented 3 years ago

Problem: txt_files is used to define if you wish to consider specific (station, year)-files. Yet if you wish to analyse all the files, it is not necessary to user-define this file.

Solution: make txt_files optional, and automatically generate a dataframe with the same content (based on the file names).

Sachagobeyn commented 3 years ago

See https://github.com/cn-ws/rfactor/pull/5, closing