Hi Phillipp,
I was able to get my code to run last night! Here's what I did:
First, I made sure all my telemetry objects were using a 'tpeqd' projection. Doing 'projection(DATA) <- median(DATA)' would convert the projection to 'aeqd', so I got rid of that code. All my animals were using the same CRS even without that.
Second, I was using a for loop to run rsf.select() for each individual, and I would get the error on the 6th animal. All I did was continue running the for loop from where it last left off. Seems like it was a RAM issue.
Your code also seems pretty computationally intense, so maybe trying to break it down into smaller chunks may help?
I hope this helps!
Sonni