Skip to content

add countyCdLookup to readWQPdata and readNWISdata

Lindsay R Carr requested to merge lindsaycarr:countyCdLookup into master

#320 (closed)

WQP does not seem to be returning what I would expect with:

dailyStaffordVA <- readWQPdata(statecode = "Virginia", countycode="Stafford", 
                               parameterCd = "00060")
siteInfo <- attr(dailyStaffordVA, "siteInfo)
unique(siteInfo$countycode) # this should be length 1

Merge request reports