ropensci / weathercan

R package for downloading weather data from Environment and Climate Change Canada
https://docs.ropensci.org/weathercan
GNU General Public License v3.0
102 stars 29 forks source link

Daily downloads missing dates in the second year #69

Closed steffilazerte closed 5 years ago

steffilazerte commented 5 years ago

Expected Behaviour

weather_dl(station_id = 49568, interval = "day", start = "2012-11-01", end = "2013-04-05")

Should return daily data from 2012-11-01 to 2013-04-05

Current Behaviour

Data is truncated at 2012-12-31