Hi Jonathon,
It sounds like you might be in luck, because ctmm is very hard coded to work on 1, 2, and 2+1 dimensional problems. From the broader perspective of timeseries modeling
, the other model-structure assumption that is made in ctmm is that the 2 dimensions are very similar with the same autocorrelation timescales in every direction
(to within a linear transformation of the two dimensions). You could certainly get your data into a timestamp, x, y format which will import as fake UTM data, run the analysis, and then see how well the autocorrelation models look w.r.t. the variogram of the data and the correlogram of the residuals.
I'm curious as to what ontogenetic shift looks like in the data and how that would be modeled. If there's a simple drift model that I could add to ctmm to facilitate that, I'd be potentially interested.
Best,
Chris