# NOT RUN {
# Process all trajectory output files in the specified output directory
trajectory_df <-
trajectory_read(archive_folder = "~/hysplit/output/traj--2014-06-16--23-58-44.zip")
# 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(archive_folder = "~/hysplit/output/traj--2014-06-16--23-58-44.zip",
year = 2002,
start_height_m_AGL = 500)
# }
Run the code above in your browser using DataLab