mathedjoe / animaltracker

Visualize and analyze GPS data for cows (and other animals).
5 stars 6 forks source link

Elevation Missing in Latest Update #72

Open arispes opened 3 years ago

arispes commented 3 years ago

I recently submitted files to process in AnimalTracker using the following code: install.packages("devtools") library(devtools) install_github("mathedjoe/animaltracker", ref = "dev") library(animaltracker) run_shiny_animaltracker()

Before, AnimalTracker would use the lat/long to get elevation form AWS. I do not see that column after processing the file: 10Files.zip. I'm also attaching the processed data to demonstrate an elevation column is not inserted. data_export_2021-01-20_23-15-PM.csv.zip

10Files.zip