tpilz/lumpR

Suggestions for performance improvement

Closed this issue · 1 comments

tpilz commented

to be updated

Some suggestions for performance improvement:

  • area2catena() / prof_class(): catena_file could be written/imported as Rdata file (maybe optionally via argument flag) which would speed up writing/reading operations; relevant for large catchments and/or high resolution -> commit 24e281c

  • prof_class(): source code is still rather messy and could be improved (consider tidyverse philosophy)

to be updated

tpilz commented

see #51