-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Only getting data up until 2023 #147
Comments
Hi Shibly, sometimes you need to update your stations meta data (especially if it's been a while), you can run |
Ok I got the latest data for 2024 and 2024. But my question is even after updating stations_dl(), the "end" field for stations() is still showing 2023. And this phenomenon is observed in both hourly and daily. I even expanded to identify all stations for Canada and the "end" field is showing 2023. |
Hmm, good catch, it looks like the stations inventory list where weathercan was looking isn't getting updated. I've changed the link so that it should get the up-to-date stations inventory. Note that this should have only affected the lists of what data is available, the actual download functions would have downloaded the full date range available. Still, I'm glad you noticed this, thank you 😁 I've added a test to alert me if the list gets out of date in future. Could you do me the favour of testing this? You can install the development version with either
Or
If all is as it should be, I'll make an official release soon. |
Yes you are correct the climate data is indeed up to date with 2025 data. I shall check it out sometimes and let you know. Thanks |
Closed in #157 |
I was wondering if there has been any recent change in the weathercan package.
I am using R 4.1.1 32 bit. I am trying to download 2024 and 2025 hourly and daily climate data for the province of Newfoundland and Labrador.
However using stations() command I found that the 'end' field for all stations (daily and hourly) is showing 2023.
Just wondering if you instruct me how to obtain the 2024 and 2025 data.
Regards,
Shibly
The text was updated successfully, but these errors were encountered: