-
Notifications
You must be signed in to change notification settings - Fork 0
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
Rainfall Map #2
Comments
This is handy: https://publications.saskatchewan.ca/api/v1/products This takes a very long time to return, but sends back a huge JSON dump of all pdocuts available. Specifying an ID will return just that data: https://publications.saskatchewan.ca/api/v1/products/113951
|
Attempted to hit: https://publications.saskatchewan.ca/api/v1/products/?agencyID=46
|
After a recent comment on twitter, I started looking into if there was an official rain / precipitation report form the Government of Saskatchewan. The Ministry of Agriculture has two reports: https://www.saskatchewan.ca/business/agriculture-natural-resources-and-industry/agribusiness-farmers-and-ranchers/programs-and-services/information-services-for-agribusiness-farmers-and-ranchers/maps-for-farmers-and-agribusiness
The PDFs live in publications.saskatchewan.ca and are available via their API: https://publications.saskatchewan.ca/api/v1/products/113952/formats/128248/download
Look into how easy it would be to figure out the URL and regularly download.
The text was updated successfully, but these errors were encountered: