Skip to content

Classes for spatio-temporal data?

3 messages · Blair Christian, Edzer Pebesma, Mauricio Zambrano-Bigiarini

#
Christian, I'm very interested in both: collaborating and watching.

Some previous work that I'm aware of: package trip (on CRAN) extends
SpatialPointsDataFrames basically in the attributes, by defining two
columns of which one is the time stamp and the other the (animal or
trip) ID. In chapter 6 of "Applied Spatial Data Analysis with R", this
example is discussed, and an example is given for creating a class for
space-time grids by extending SpatialGrid and SpatialGridDataFrame. The
example R code is found at http://asdar-book.org/book/csdacm.R

As with spatial data, you'll be facing the decision whether to make your
spatial dimension regular (discrete, "raster"), or continuous
("vector"). In your example, space is continuous ("Points"), and time is
regular. Will your methods of analysis and visualisation only be
suitable for regular time data, or can/should they handle continuous as
well?
Blair Christian wrote:

  
    
4 days later
#
Dear Christian and Edzder,

I'm glad to hear about this, because I'm also thinking about
"extending" in some way the SpatialPointsDataFrames class of the 'sp'
package, for making easier the spatio-temporal interpolations within
R.

So far I'm only working with regular time point data, with
daily/monthly/annual sampling frequency, but I'm very interested in
collaborating in this effort.

I'll be looking forward to hear some news about this.

Kind regards,

Mauricio
----------------------------------------------------
Linux user  #454569 -- Ubuntu user #17469




2009/9/10 Edzer Pebesma <edzer.pebesma at uni-muenster.de>: