-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
skate length conversion #9
Comments
@chantelwetzel-noaa do you know how length is recorded for the survey? |
The way skate length have been take by the NWFSC WCGBT survey has not been entirely consistent across time. If there is a value in the "Length_cm" column that would be total length of the skate. Alternatively, if there is a value in the "Width_cm" column this would indicate disc width. I found the picture below on the internet illustrating what a disc width is: |
Fantastic picture, thanks for adding it to the issue. Does nwfsc-assess/nwfscSurvey have code to convert disc width to total length? Vlada gave me this code based off of survey data that I use to convert the measurement. If you don't have code already, maybe we can move this to the survey package and I can just reference the function? Whatever code we end up using we should include links to references and check the literature for other methods if you don't already have this information? |
If there is a standard conversion between disc and total length for all skates, then yes I think we should add that to the code. We should check with Vlada and @iantaylor-NOAA to see if the code already in the PacFIN.Utilities package is A) could be applied across all skate species (not species specific), and B) whether there are alternative conversions in the literature. |
I recommend checking with Joe Bizzarro ***@***.***) of the SWFSC
on any elasmobranch data or conversion questions.
…On Fri, Oct 8, 2021 at 7:40 AM Chantel Wetzel ***@***.***> wrote:
If there is a standard conversion between disc and total length for all
skates, then yes I think we should add that to the code. We should check
with Vlada and @iantaylor-NOAA <https://github.com/iantaylor-NOAA> to see
if the code already in the PacFIN.Utilities package is A) could be applied
across all skate species (not species specific), and B) whether there are
alternative conversions in the literature.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB6IZLQWQUPTRSESHNES76TUF37HFANCNFSM4HBNT6KA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
--
*Jason M. Cope, Ph.D.Research Fishery Biologist*
*Fishery Resource Analysis and Monitoring Division*
*Northwest Fisheries Science Center*
*2725 Montlake Blvd. East*
*Seattle, WA 98112-2013*
*NOAA Fisheries*
***@***.*** ***@***.***>206.302.2417www.nmfs.noaa.gov
<http://www.nmfs.noaa.gov/>*
|
@taylori mentioned that lengths for skates are sometimes disk width or inter-spiracle distance rather than total length, depending on the agency and year, but the type of measurement is not necessary well recorded, so it would be good for the code to have an optional step to apply a length conversion factor at some stage. Vlada has been working on this and can provide more information.
The text was updated successfully, but these errors were encountered: