brry / rdwd

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

fix readDWD.meta #43

Closed fin closed 2 months ago

fin commented 2 months ago

DWD added an additional column to its stations file Beschreibung_Stationen.txt. This adapts the column-count check in readDWD.meta for the new format.

brry commented 2 months ago

Thanks so much for seeing this and then providing a PR right away! I also bumped the version sou you can get it with

rdwd::updateRdwd()
fin commented 2 months ago

Thank you for the swift response, glad to help!