mapview_emi_points: Mapview CALPUFF emission points

View source: R/mapview_calpuff_setup_qafiles.R

mapview_emi_pointsR Documentation

Mapview CALPUFF emission points

Description

Create a mapview object from CALPUFF setup emission points file 'qapnts.dat' and eventually export it as html and png files

Usage

mapview_emi_points(
  qapnts.dat,
  epsg = 32632,
  export = FALSE,
  string_filename = "file_name_emi_points",
  name_of_map_layer = "layer_name_emi_points"
)

Arguments

qapnts.dat

string path to Calpuff setup file emission points 'qapnts.dat'

epsg

number epsg to set crs of the emission points

export

logical, export mapview object as hmtl and png files? The default value is equal to FALSE

string_filename

string to name the output files

name_of_map_layer

string to name the mapview layer

Value

mapview object exported as html and png files


maxbre/rcalpuff documentation built on June 19, 2022, 9:41 a.m.