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

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

@limnoliver

Description

@limnoliver

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions