-
Notifications
You must be signed in to change notification settings - Fork 29
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
Access more Climate Normals #88
Comments
That's interesting. It looks like there are two ways of getting climate normals from ECCC. There is a site where the normals are available to download via csv (what I will have to look into accessing this second set of data. It should be doable, but may take some time to re-jig the functions. Thanks for bringing this to my attention! |
Hello WeatherCan Team, First off, thank you for all the hard work you put into WeatherCan. It was the package that got me started in R and I am loving it! Unfortunately I am also having an error when trying to download climate normals from a specific station: n <- normals_dl(climate_ids = "6046767") I've tried to do some digging to help with debugging Behaviour in R:
On Climate Weather.gc.ca portal:
Basically, I'm trying to figure out Thanks! |
@cgquick I've finally gotten around to changing the climate normals source to https://climate.weather.gc.ca/ which has more stations (and now normals to 1971-2000. 1961-1990 too but they're missing climate ids so are tricky). If you're interested and willing, could you test it out? To install/test the dev version:
|
I was trying to pull down the normals for Vancouver Airport, but I keep getting "Error: No stations had climate normals available". It also doesn't show up when I run stations_search("Vancouver", normals_only = TRUE). The climate_id is 1108447. I can go to climate.weather.gc.ca and download the normals without issue. Am I doing something wrong or misunderstanding something? Thank you! I love this package. I'm running 0.3.1.
https://climate.weather.gc.ca/climate_normals/results_1981_2010_e.html?searchType=stnName&txtStationName=vancouver&searchMethod=contains&txtCentralLatMin=0&txtCentralLatSec=0&txtCentralLongMin=0&txtCentralLongSec=0&stnID=889&dispBack=0
The text was updated successfully, but these errors were encountered: