Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

do not include "Temperature, sample" characteristic from WQP #56

Open
limnoliver opened this issue Mar 31, 2022 · 0 comments
Open

do not include "Temperature, sample" characteristic from WQP #56

limnoliver opened this issue Mar 31, 2022 · 0 comments

Comments

@limnoliver
Copy link
Member

limnoliver commented Mar 31, 2022

We pull this characteristic, but I think it is the temperature of a water grab sample. Note really cold temperatures throughout the year:

sample_data <- readRDS('1_wqp_pull/out/wqp_data.rds') %>%
 filter(CharacteristicName %in% 'Water, sample') %>%
 mutate(doy = lubridate::yday(ActivityStartDate) 

ggplot(sample_data, aes(x = doy, y = ResultMeasureValue)) +
 geom_point()

image

For now will remove these after the WQP pull (in munge_wqp_files.R) but we should remove this from the WQP pull params.

limnoliver added a commit to limnoliver/2wp-temp-observations that referenced this issue Mar 31, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant