trajOutInterpolation: Are trajectories inside the metereological station coverage?

View source: R/cqmaTools.R

trajOutInterpolationR Documentation

Are trajectories inside the metereological station coverage?

Description

Check if the trajectories' intersections fall inside the metereological station coverage

Usage

trajOutInterpolation(traj.intersections, stations.df)

Arguments

traj.intersections

A list made of a character vector and a list. The character vector is the path to each trajectory file while the list contains the first row in the trajectory file which lies over the sea

stations.df

A data.frame of metereological station data. It must have at least 4 columns: name, longitude, latitude, and file c("name", "lon", "lat", "file")

Value

A data.frame with one row for each file and 2 columns: The trajectories' path and a boolean indicating if meet the test

Author(s)

Alber Sanchez, alber.ipia@inpe.br


albhasan/cqmaTools documentation built on Dec. 12, 2023, 9:25 a.m.