./time/R-sftime, Classes and Methods for Simple Feature Objects that Have a Time Column

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.3.0, Package name: R-sftime-0.3.0, Maintainer: pkgsrc-users

Classes and methods for spatial objects that have a registered time
column, in particular for irregular spatiotemporal data. The time
column can be of any type, but needs to be ordinal. Regularly laid out
spatiotemporal data (vector or raster data cubes) are handled by
package 'stars'.


Master sites: (Expand)


Version history: (Expand)


CVS history: (Expand)


   2025-01-11 15:25:15 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(time/R-sftime) Updated 0.2.0 to 0.3.0

# sftime 0.3.0

* Add a dedicated `tidyr::drop_na()` method for `sftime` objects. (See
  the same recent addition for `sf` objects
  [#1975](https://github.com/r-spatial/sf/pull/1975/)).

* Add a dedicated `dplyr::dplyr_reconstruct()` method for `sftime`
  objects.  Relying on the method for `sf` objects caused erroneously
  column binding when the second object was a data frame without
  conflicting column names for the `sf` and time columns. In this case,
  a `sf` objects was returned, even though an `sftime` object should be
  returned. See also
    https://github.com/r-spatial/sf/issues/1958#issuecomment-1181982244.

* Add methods to convert `sftime` objects from:
  + Objects from the `spatstat` package classes (`ppp`, `psp`, `lpp`)
  + `sftrack` and `sftraj` objects from the `sftrack` package.
  + `cubble_df` objects from the `cubble` package.

* Bug fix in `st_time<-.sftime`:
  + Still contained references to the old `tc`class.
  + Did not allow to give the active time column a character vector as value.
   2023-06-10 18:44:16 by Thomas Klausner | Files touched by this commit (1)
Log message:
R-sftime: comment out invalid LICENSE string
   2023-06-07 14:14:43 by Makoto Fujiwara | Files touched by this commit (3)
Log message:
time/R-sftime: import R-sftime-0.2.0

Classes and methods for spatial objects that have a registered time
column, in particular for irregular spatiotemporal data. The time
column can be of any type, but needs to be ordinal. Regularly laid out
spatiotemporal data (vector or raster data cubes) are handled by
package 'stars'.