I updated to scipiper to 0.0.20 (I forget what version this repo was last built with), but it was giving a lot of implicit target errors which I fixed by using remake.yml to link all of the other makefiles. In addition, NLDI changed from cida.usgs.gov to labs.waterdata.usgs.gov and I fixed that (though, it does have intermittent failures but just rebuilding eventually gets you passed those). Lastly, I was struggling with geoknife and precip data coming back for the wrong dates. This appears to be an issue with GDP and the specific dates I was using, so I am ignoring for now and just skipping over precip to get this to build (though, the skips aren't committed here).
Update: I did run this using viz_config-example.yml as my viz_config.yml which is using Hurricane Florence dates rather than Hurricane Barry (from July 2019 and in the Makerspace-example branch) and the precip data from geoknife downloaded as expected.
I also just added the creation of the outro makefile as part of the pipeline instead of standalone and committed so that you didn't have to remember to update it yourself.
I updated to scipiper to 0.0.20 (I forget what version this repo was last built with), but it was giving a lot of implicit target errors which I fixed by using
remake.yml
to link all of the other makefiles. In addition, NLDI changed from cida.usgs.gov to labs.waterdata.usgs.gov and I fixed that (though, it does have intermittent failures but just rebuilding eventually gets you passed those). Lastly, I was struggling with geoknife and precip data coming back for the wrong dates. This appears to be an issue with GDP and the specific dates I was using, so I am ignoring for now and just skipping over precip to get this to build (though, the skips aren't committed here).Update: I did run this using
viz_config-example.yml
as myviz_config.yml
which is using Hurricane Florence dates rather than Hurricane Barry (from July 2019 and in theMakerspace-example
branch) and the precip data fromgeoknife
downloaded as expected.