-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fatal Error from frame_spatial #122
Comments
Hello, Data: Code for reproductible example: anim<- df2move(df=anim, proj= "+proj=longlat +datum=WGS84 +no_defs +ellps=WGS84 +towgs84=0,0,0 +proj=longlat", anim <- align_move(anim, res = 2, unit = "mins") frames <- frames_spatial(anim,service="osm",map_type="streets", Crashes here without any comment while data("move_data") from your package is like a charm. |
Hi, reinstalling the package from github with devtools rather than install.packages() solved this issue. |
Using R version 4.3.2 and downloaded version from devtools::install_github("16EAGLE/moveVis") I am getting similar issues when running frame_spatial when I use map_service:
Versus when I use osm I do not get the fatal error message.
What could be going on to cause this? I'd like to be able to continue using mapbox. Thanks! |
The proposed solution of reinstalling via devtools doesn't work. Still receive a fatal error with no explanation of what went wrong. |
I can only get this to work if the number of features is very small. Which doesn't make sense because the data provided has quite a few features. |
I encountered the same issue. I tried with both install.package() and reintalled with devtools, and switched between different map_services. None seemed to be working. I can only get the frames_spatial running if using 3 or fewer animals movement data. Every time I added the 4th one, R faced a fatal error and crashed itself. And I only have around 200 points for each animal. Any help is appreciated!! |
I am trying animate a single individual's movements over some hybrid or satellite data.
Occasionally I run into a fatal error that crashes R. I thought it was memory related because I was creating a move object with large number of features. Anytime I had a <200 features it seems to work. I've since tried adjusting the resolution to 1 day, resulting in 14 features and still get crashes. There are no warnings or clear reasons why this crashes R, but it is highly annoying. Again I thought it was memory related but I've tried scrubbing the memory and running things pretty bare bones. I also have a large amount of RAM available so it seems more likely to be some other problem.
Just found out this still fails if I use maps saved to a directory. It has to be possible to plot hundreds of features yes?
Let me know if you need other info.
The text was updated successfully, but these errors were encountered: