SRJPE / JPE-datasets

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

historical data check - butte creek #206

Open alvizek opened 1 month ago

alvizek commented 1 month ago

1995-2015 Butte data does not seem to be in the database and is causing issues when loading because no catch_raw_id

alvizek commented 1 month ago

Used SRJPEdata::rst_catch

ck <- filter(rst_catch, stream == "butte creek") |> group_by(stream, site, subsite) |> summarize(min_date = min(date), max_date = max(date))

butte creek | adams dam | adams dam | 1997-01-18 | 1998-05-09 butte creek | okie dam | okie dam 1 | 1995-12-01 | 2022-06-29 butte creek | okie dam | okie dam 2 | 2004-01-15 | 2008-03-24 butte creek | okie dam | okie dam fyke trap | 1995-12-01 | 2021-03-31 butte creek | okie dam | NA | 1995-12-06 | 2007-01-14

alvizek commented 1 month ago

@InigoP I'm seeing data in the db 1995-2015.