CSHS-CWRA / CSHShydRology

Main package
GNU Affero General Public License v3.0
35 stars 39 forks source link

Whitfield #2

Closed KevinShook closed 3 years ago

KevinShook commented 6 years ago

Fixed some bugs and made some style improvements

Description

raster_qa.R - line 87 - changed graphics::image to raster::image

get_wscstation.R

read_wsc.R

Related Issue

Example

No test included - just small changes. Should now include unit tests as described in the new main branch.

boshek commented 6 years ago

For what it is worth, and I am admittedly biased, functions like read_wsc() and get_wscstation() are taken care by the tidyhydat package which provides direct access to HYDAT. tidyhydat soon be up on CRAN meaning that this package can import functions from tidyhydat. At the very least it creates a reproducible workflow that eliminates the need for the intermediate step of having .csv files stored locally.

rchlumsk commented 6 years ago

Provided some comments and feedback for @PaulWhitfield to take a look at. General overview:

Vignette attached as .zip file included.

Whitfield_test_html.pdf Whitfield_test.zip

rchlumsk commented 3 years ago

Functions are pulled into master branch previously, closing this pull request and further updates will happen in the master branch.