Skip to content
Prev 25409 / 29559 Next

multiple lines

There's a number of questions I have, and a few notes.

You want line segments (two points, start,end) in x,y,time, identified by
boat?

Spatial is not really suited to this kind of multidimensional line data,
but there are specialized tools like spacetime and spatstat, no real
coherence between them but you might find a sub-domain that fits for you.
Explore the Spatiotemporal CRAN Task View for options.

In Spatial, or in sf, this would be a data set of line segment features,
with time start-end and other grouping observations, like boat ID.

There's no need to project your raster, which is costly and lossy, you can
transform the boat data to the CRS of the raster.

I may be able to help more if you clarify a bit.

Cheers, Mike
On Sat, Feb 18, 2017, 03:21 marta azores <martazores at gmail.com> wrote: