README.md

dev version: 0.0.0.9000

receptors

This R package generates and edits simple point receptor grids for EPA's air dispersion model AERMOD.

Grid options include:

Receptor files can be exported in AERMOD's .rou text format.

Install

install.packages("remotes")

remotes::install_github("dKvale/receptors")

Use

Let's create an AERMOD receptor file: receptors.rou. We can set the grid to have a polar grid of receptors at every 5 meters from 5 to 100 meters from the center point.

library(receptors)

recepts <- polar_grid(radii = seq(5, 100, 5))

write_rou(recepts, "receptors.rou")


dKvale/receptors documentation built on June 26, 2022, 7:20 a.m.