mathedjoe / animaltracker

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

R Session Aborts #46

Closed arispes closed 4 years ago

arispes commented 4 years ago

Thea,

Each time I run a .zip file with sample datasets in Animal Tracker my R Session Aborts. I'm attaching the dataset and a screenshot. My RStudio and R software are up to date.

W_cow_337_16.csv.zip

Screen Shot 2019-12-09 at 9 26 49 PM

Sergio

mathedjoe commented 4 years ago

@arispes and I just sat down and verified this is due to memory overload. At high resolution, the app will need to divide up the elevation lookup into batches.

mathedjoe commented 4 years ago

one additional thought - perhaps the memory error happens when the app tries to draw a huge dataset? (Probably not.)