# NOT RUN {
# Process all trajectory output files in the
# specified output directory
trajectory_df <-
trajectory_read(
output_folder = "traj--2015-06-16--23-58-44")
# Process trajectory output files in the same
# folder but only those files from 2002 with a
# starting height of 500 m
trajectory_df <-
trajectory_read(
output_folder = "traj--2015-06-16--23-58-44",
year = 2002,
start_height_m_AGL = 500)
# }
Run the code above in your browser using DataLab