Skip to content
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

SPPVALUE missing from 2020 #59

Open
andybeet opened this issue May 23, 2024 · 1 comment
Open

SPPVALUE missing from 2020 #59

andybeet opened this issue May 23, 2024 · 1 comment

Comments

@andybeet
Copy link
Member

andybeet commented May 23, 2024

since 2020 there are many thousand records (~43,000) that do not contain SPPVALUE. They are NA
This is the CAMS data period.

Reached out to stockeff group. May need to reassess and reach out to CAMS

So it turns out there is a data_source column in CAMS. Both of CAMSAA_DLR and CAMSAA_VTR have missing SPPVALUE.
May need to read through the CAMS docs to see why the DLR data would not have SPPVALUE.

CAMS docs

@sgaichas
Copy link
Member

Yes I see that in the comland_raw pull: looks like about 10% of post 2020 records are missing SPPVALUE; at least a couple appear to have 0.00000000 for SPPLIVMT

460876 records in comland_raw |> dplyr::filter(YEAR>2019 & !is.na(SPPVALUE))
42359 records in comland_raw |> dplyr::filter(YEAR>2019 & is.na(SPPVALUE))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants