Releases: ropensci/weathercan
Releases · ropensci/weathercan
weathercan 0.7.8
ECCC reverted some of the changes they made last week, this is a quick to address this.
weathercan 0.7.7
Quick fix to adjust API calls which require a Day parameter for all calls (this isn't actually used for metadata or historical weather, but is required).
weathercan 0.7.6
- Standardize normals year range and checks
- Fix bug in stations_search() that precluded doing normals and years searches at the same time
- Change stations_search() output to include interval, start and end years
weathercan 0.7.5
weathercan 0.7.4
- Add
qualfrom newly added Flags column to hourly data - Remove vcr
- Fix long Provincial names (#171)
weathercan 0.7.3
- Switch stations inventory list to new location
- Don't try to download future weather
- Better test coverage (#149; 🙏 thanks @shandiya, @mciechanumich!)
- Replaced superseded dplyr functions (#150; 🙏 thanks @JauntyJJS, @RichardLitt!)
- Fixed test coverage GitHub Action (🙏 thanks @kellijohnson-NOAA!)
weathercan 0.7.2
- Fix normals to work with new ECCC data format
- Prepare
normals_dl()and family for new 1991-2020 normals
weathercan 0.7.1
stations()now uses the most recent version of the data even if it hasn't changed
(prevent message regarding age of stations data frame).- Remove startup message about deprecated stations data frame
- Move Mapping Article from docs to website (https://steffilazerte.ca/posts/weathercan-mapping/)
weather can 0.7.0
weathercan 0.7.0
- Internal updates to tests (testthat 3rd edition)
- Small changes to messages
- Switch completely to sf (remove sp dependency)
- Remove "Use with tidyverse" vignette - better to go to the source: https://r4ds.hadley.nz/
- Remove "Meteoland" vignette as functions are defunct
Bug fixes
- Fix bug with Interpolate where silently transforms non-matching timezones.
This can produce incorrect matching when using "local-UTC" timezones
(as weathercan does as of v0.3.0). Now timezone mismatch results in an error
so users can decide how it should be handled.
weathercan 0.6.3
- Internal re-arranging and clean up
- Stations without lat/lon now have NA timezone
- Fixed vignette images