Articles
+All vignettes
+ + +- test +
- +
diff --git a/404.html b/404.html index c93de5e..c21a755 100644 --- a/404.html +++ b/404.html @@ -31,6 +31,12 @@
stars
class for vector data cubes to support
changing geometries as attributes.
-The post_array
class supports two dimensions: geom_sum
and
-datetime
.
-geom_sum
is the summary geometry of the changing
-shapes of the polygon geometries.
+The post_array
class supports two dimensions: a summary geometry
+dimension (default name: geom_sum
) and a temporal dimension.
+The summary geometry is a unique geometry per group
+which summarises the changing shapes of the polygon geometries in the group.
See Details.
-Defaults to the first column in x
.
x
.
cubble_df
classes for vector data cubes to support
changing geometries in the temporal face of the cube.
-The post_table
geometry for the spatial face of the cube is
-geom_sum
, while the changing geometry provided is passed
-to the temporal face of the cube.
+The post_table
geometry for the spatial face of the cube defaults
+to a column named geom_sum
, while the changing geometry provided is
+passed on to the temporal face of the cube.
See Details.
-Defaults to the first column in x
.
x
.
an object of class post_table
.
group_id should be the name of the column containing the grouping
+identifier for the changing polygons or a vector with group identifiers.
+Character, integer, double and factor vectors are supported.
+The vector should be of length 1 or the same as nrow(x)
.
+A vector of length 1 repeats the value for all the rows.
+Providing a vector assumes that the ordering of the groups
+is correct and that there are no duplicated timestamps per group
Changing geometries are summarised for all time periods as a single geometry
(of types POINT
, POLYGON
, MULTIPOLYGON
) in order to pass them
as a spatial dimension to post_*
objects.
summarise_geometry_union
computes the geometry summary as the union and dissolve of
-the changing geometries
summarise_geometry_centroid
computes the geometry summary as the centroid of the
-union and dissolve of the changing geometries
summarise_geometry_bbox
computes the geometry summary as the bounding box of the
-union and dissolve of the changing geometries
summarise_geometry_union
computes the geometry summary as the union and
+dissolve of the changing geometries
summarise_geometry_centroid
computes the geometry summary as the centroid
+of the union and dissolve of the changing geometries
summarise_geometry_bbox
computes the geometry summary as the bounding box
+of the union and dissolve of the changing geometries
See Details.
-Defaults to the first column in x
.
see ?post_array
for details.
+Defaults to the first non-spatial, non-temporal column in x.
perform argument check?
internal, should creation arguments be checked?