scworland / restore-2018

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

SOLLER Category Covariate #32

Closed ghost closed 6 years ago

ghost commented 6 years ago

Of our six categorical covariates, only soller has a different "nodata" from the rest. What follows is my change over in the final filtering of the covariates file. I am leaving this as an Issue in case it has any cascading impact of SCW code base---It does not on mine.

df$perennial_ice_snow <- NULL df$soller[df$soller == "cat_soller_nodata"] <- "nodata"

This operation now ensures that no data is nodata throughout.

ghost commented 6 years ago

Just confirming your email, there is one cat_soller_nodata in the gage data. I need to filter that too. Darn. My filter is updated and committed to git.

William H. Asquith, Research Hydrologist U.S. Geological Survey, Science Building MS-1053 Texas Tech University, Lubbock, Texas 79409 806-742-3129 work; 806-392-4148 cell

On Mon, May 7, 2018 at 6:46 AM, Scott Worland notifications@github.com wrote:

Is this for the huc12 or gage data? I am going to respond

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/scworland-usgs/restore-2018/issues/32#issuecomment-387039918, or mute the thread https://github.com/notifications/unsubscribe-auth/AE5JQI5kgpLlrzM2DeyxBCCt-lv4bnunks5twDQRgaJpZM4Tysdg .