GOAL -- create compelling chloropleth maps using AirSensor data
I have added a new example in local_examples/2020_California_AirSensor_chloropleth.R.
It requires the AirSensor package which can be installed with:
devtools::install_github("MazamaScience/AirSensor")
The goal of this task to explore the data, modifying the chosen DATE and SPATIAL_DATASET and come up with some compelling visualizations.
The current example allows modifying the date but hardcodes USCensusCounties. This is a reasonable place to start exploring.
Tasks include:
GOAL -- create compelling chloropleth maps using AirSensor data
I have added a new example in
local_examples/2020_California_AirSensor_chloropleth.R.It requires the AirSensor package which can be installed with:
The goal of this task to explore the data, modifying the chosen DATE and SPATIAL_DATASET and come up with some compelling visualizations.
The current example allows modifying the date but hardcodes
USCensusCounties. This is a reasonable place to start exploring.Tasks include:
summarizeByPolygon()SPDF,datadata frame with "longitude, latitude, ...";varNamename of variable to summarize by