SRJPE / JPE-datasets

Repository for cleaning all SR JPE monitoring data
Other
1 stars 0 forks source link

feather river site naming inconsistencies #111

Closed alvizek closed 1 year ago

alvizek commented 1 year ago

From Josh - There is an inconsistency in site naming for Feather River among files that makes some joining problematic: The site field values in standard_flow.csv uses the old site names like herringer riffle, live oak, etc. The site field values in release_summary.csv, recapture_summary.csv, weekly_effort.csv, and weekly_catch_unmarked.csv are upper feather lfc, upper feather_hfc, or lower feather river. Thus, I am uncertain about how to join the flow data with the catch and efficiency data. I could consult your nice maps and probably figure it out and hardwire it into my joining code. But it might be better to just make the values of the site field in standard_flow.csv the same as in the other files. I think the same gauge is used for upper feather_hfc and _lfc (?) but perhaps a different gauge is used for lower feather river.

alvizek commented 1 year ago

Updated the standard flow data to have the same upper feather river hfc and upper feather river lfc site names as the catch and efficiency data. we need to add flow data for lower feather river.