example_pas_raw: Example raw Purple Air Synoptic dataset

Description Usage Format Source See Also

Description

The example_pas_raw dataset provides a quickly loadable version of raw Purple Air synoptic data JSON for practicing and code examples. This dataset contains data for sensors in Washington and Oregon and was generated on 2020-09-15 by running:

1
2
3
4
5
6
7
8
9
library(AirSensor)

initializeMazamaSpatialUtils()

example_pas_raw <- 
  pas_downloadParseRawData() 
  dplyr::filter(Lon > -125.0 & Lon < -117.0 & Lat > 42.0 & Lat < 49.0)
  
save(example_pas_raw, file = "data/example_pas_raw.rda")

This dataset can be converted into a standard pas dataset with:

1

Usage

1

Format

A tibble with 1233 rows and 32 columns of data.

Source

https://www.purpleair.com/json?all=true

See Also

example_pas


AirSensor documentation built on March 13, 2021, 1:07 a.m.