scworland / restore-2018

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

Missing Physiographic Regions #22

Open ghost opened 6 years ago

ghost commented 6 years ago

In reference to those streamgages from all_gage_data.feather but clipped to the new study boundary:

summary(D$physio) cat_physio_3 cat_physio_12 cat_physio_13 cat_physio_14 cat_physio_15 2016 84 233 8 40 cat_physio_4 cat_physio_6 cat_physio_8 cat_physio_area nodata 164 102 31 39 1

I think we have some "smaller" watersheds with a type of "addressing?" problem in the NHD+.

D[D$physio == "nodata",] Missing physiography region for just one site: USGS 02359315 MARTIN BAYOU AT US 98 AT SPRINGFIELD, FL

D[D$physio == "cat_physio_area",] A physiographic region of "area" but that is not listed in https://www.sciencebase.gov/catalog/item/57dafd3ae4b090824ffc32f1 USGS 02330450 CHATTAHOOCHEE RIVER AT HELEN, GA02410000 USGS 02458300 VILLAGE CREEK AT 24TH ST. AT BIRMINGHAM, AL USGS 02461500 VALLEY CREEK NEAR BESSEMER, AL USGS 02464146 TURKEY CREEK NEAR TUSCALOOSA

scworland commented 6 years ago

I need to push the all_gages_data2.feather file to github. It might be best to just replace the old one actually. There were some basins dropped that do not have NHD comids and it should take care of the issue you are describing.

scworland commented 6 years ago

I added it: https://github.com/scworland-usgs/restore-2018/tree/master/data/gage