brry / rdwd

download climate data from DWD (German Weather Service)
https://bookdown.org/brry/rdwd
70 stars 12 forks source link

readDWD change argument list to `type` #21

Closed brry closed 4 years ago

brry commented 4 years ago

in readDWD, change the long list of arguments (that decide which subfunction to call) to a single argument, e.g. called "type". There shall be a separate (also vectorized) function to determine it from the filename, e.g. "get_type". It shall have a nice table as documentation.