output |
---|
github_document |
The goal of the rainOrSnowTools
R package is to support analysis for the Mountain Rain or Snow citizen science project.
- Access to meteorological data from the HADS, LCD, and WCC networks.
- Modeled meteorological data (air/dew point/wet bulb temperature and relative humidity) for an observation point.
- GPM IMERG probability of liquid precipitation (pLP) data for an observation point.
- Geographical data (elevation, state, and ecoregion 3/4) for an observation point.
- QA/QC of processed observation data.
You can install the development version of rainOrSnowTools
with:
# install.packages("devtools")
# Install location is here for now...
devtools::install_github("LynkerIntel/rainOrSnowTools",
ref = "main")
Load in the rainOrSnowTools
library...
library(rainOrSnowTools)