scworland / restore-2018

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

INSPECTION (Bed Permeability: NAs): all_huc12_covariates.feather #26

Open ghost opened 6 years ago

ghost commented 6 years ago

Bed Permeability looks to certain to be in my GAM-PPLO model. Here is then an operation that I must do to get predictions out of the model. One can not factor level inserted for which the model never saw as in a case of "nodata" bed permeability value.

message("REMOVING nodata (Bed Permeability)") length(spCOV$comid[spCOV$bedperm == "nodata"]) [1] 198 spCOV <- spCOV[spCOV$bedperm != "nodata",]

The screenshot inserted below so these to be exclusively along the coastal fringes so permanent deletion from our study might be warrant to keep our different model output tables in parallel record counts with each other.

screen shot 2018-03-19 at 8 44 03 am FIGURE SHOWING VIA RED COLOR LOCATIONS LACKING BED PERMEABILITY