scworland / restore-2018

scripts for predicting streamflow characteristics in ungaged basins for RESTORE
4 stars 2 forks source link

Warning on Removal of USCOE Gages with Pulling Site File #16

Closed ghost closed 6 years ago

ghost commented 6 years ago

We have two sites in Texas with USGS and USCE as agency_cd but with same station identification number. This issue is to serve as reminder to delete the two USCE sites (the same site is also under USGS agency_cd) so things are okay.

sitefile <- dataRetrieval::readNWISsite(sites) sitefile <- sitefile[sitefile$agency_cd != "USCE",]