nFrechen / RgetDWDdata

R function to download data from the DWD (german weather service)
GNU General Public License v2.0
1 stars 3 forks source link

cache the station list #7

Open nFrechen opened 8 years ago

nFrechen commented 8 years ago

Currently, if you download data via the station name the function downloads the station list first to look up the station id. This is done every time the function is called. We could cache the station list and download it only the first time the function is called in a session.