proj_df: Projection details

View source: R/proj_df.R

proj_dfR Documentation

Projection details

Description

Create a data frame of projection details for AERMOD receptors.

Usage

proj_df(
  projection = "Coordinate System UTM",
  description = "UTM: Universal Transverse Mercator",
  datum = "North American datum 1983",
  dtmrgn = "conus",
  units = "m",
  zone = "15",
  zone_inx = "0"
)

Arguments

projection

Name of coordinate projection used for receptors.

description

Extended description of coordinate projection used for receptors.

zone

UTM zone of coordinates.

Examples

proj_df(projection  = "Coordinate System UTM")

dKvale/aermod documentation built on July 5, 2023, 4:25 a.m.