pfmc-assessments / PacFIN.Utilities

R code to manipulate data from the PacFIN database for assessments
http://pfmc-assessments.github.io/PacFIN.Utilities
Other
7 stars 1 forks source link

Tribal and research catches #53

Closed chantelwetzel-noaa closed 3 years ago

chantelwetzel-noaa commented 3 years ago

The cleanColumns function when applied to catch pulls filters down to columns typically used to work up catches (state, gear, time). There area some select columns being removed that people may want to look at:

REMOVAL_TYPE_CODE: Identifies commercial, personal use, and research removals FLEET_CODE: Identifies tribal, limited entry, open access, and research removals CONDITION_CODE: Identifies live vs. dead landed fish

All the above columns are available in the unfiltered catch pull for users to explode and could be added back to the filter catch data frame if the user wanted to stratify by this type of information. I am fine with the current approach but thought it may be useful to get user feedback (hence posting this issue) to see if this would cause issues for anyone.

brianlangseth-NOAA commented 3 years ago

Having this fields included would be helpful for me (I think that is what you are asking @chantelwetzel-noaa )

kellijohnson-NOAA commented 3 years ago

Great, I am happy to include any columns that are helpful, I was just trying to remove the detritus of 100+ columns.