Skip to content

Commit

Permalink
more updates
Browse files Browse the repository at this point in the history
  • Loading branch information
okenk committed Nov 9, 2024
1 parent b92f3b0 commit 25c150b
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions docs/data_summary_doc.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,7 @@ filter(yt_n_catch, AGENCY_CODE == 'W') |>
knitr::kable(align = 'l', digits = 1)
```

WDFW has alerted the STAT these do not include all tribal catches in recent years. Tribal catches are:

```{r}
filter(yt_n_catch, AGENCY_CODE == 'W', PARTICIPATION_GROUP_NAME == "TREATY INDIAN COMMERCIAL FISHER") |>
group_by(LANDING_YEAR) |>
summarise(catch_mt = sum(LANDED_WEIGHT_MTONS)) |>
knitr::kable(align = 'l', digits = 1)
```
WDFW has alerted the STAT these do not include all tribal catches in recent years.

### Oregon

Expand Down

0 comments on commit 25c150b

Please sign in to comment.