create_input_shapefile: Convert csv file to inMAP-compatible shapefile

Description Usage Arguments Value

View source: R/rinmap.R

Description

create_input_shapefile saves an inMAP-compatible shapefile to a specified directory.

Usage

1
create_input_shapefile(input_csv, path)

Arguments

input_csv

Filename of a csv file to be read and converted to a shapefile format. Expected variables are: #'

  1. Latitude, Longitude (in NAD83 CRS)

  2. SOx, CO2, NOx (in tons per year)

  3. Height, Diam(in meters)

  4. Velocity (in meters per second)

  5. Temp (in Kelvin)

path

Folder where the shape is saved (in a subfolder, as "emis/ptegu.shp")

Value

This function does not return anything and is used for its side-effects.


cchoirat/rinmap documentation built on May 28, 2019, 7:15 p.m.