DOI-USGS / national-flow-observations

This repository pulls national flow data from NWIS
Other
4 stars 8 forks source link

Rebuilt pipeline #11

Closed lindsayplatt closed 4 years ago

lindsayplatt commented 4 years ago

This DID NOT fix the SD issue (#9) I was having, but I did successfully rebuild the pipeline and made the flow column fxn name change noted in #8. Still working on SD issue and will make a separate PR when that is fixed.

# Rebuilt pipeline by updating `pull_id_dv` and `pull_id_dv`
# and then forcing inventories to rebuild.

library(scipiper)
scmake("10_nwis_pull/inout/nwis_dv_inventory.rds.ind", "10_nwis_pull.yml")
scmake("10_nwis_pull/inout/nwis_uv_inventory.rds.ind", "10_nwis_pull.yml")
scmake()