wave_arrival: Filter the ray paths that arrives in an area of interest

View source: R/farrival.R

wave_arrivalR Documentation

Filter the ray paths that arrives in an area of interest

Description

wave_arrival ingests the ray paths to filter by determined area of interest. Default CRS 4326.

Usage

wave_arrival(x, aoi = NULL, xmin, xmax, ymin, ymax, ofile)

Arguments

x

sf data.frame object with the LINESTRINGS to be filtered.

aoi

String giving the path and the filename of the area of interest. By default is NULL. If no aoi is not provided, the xmin, xmax, ymin, and ymax must be provided.

xmin

Numeric. Indicates the western longitude to be used in the range -180 to 180.

xmax

Numeric. Indicates the eastern longitude to be used in the range -180 to 180.

ymin

Numeric. Indicates the southern longitude to be used in the range -90 to 90.

ymax

Numeric. Indicates the northern longitude to be used in the range -90 to 90.

ofile

Character; Output file name with .csv extension, for instance, "/user/aoi_ray.csv"

Value

sf data.frame

Examples

{
}

raytracing documentation built on June 7, 2022, 1:09 a.m.