powered by
This is intended to behave the same as range(), returning the minimum and maximum x, y, z, and m coordinate values.
range()
wkb_ranges(wkb, na.rm = FALSE, finite = FALSE)wkt_ranges(wkt, na.rm = FALSE, finite = FALSE)wkb_feature_ranges(wkb, na.rm = FALSE, finite = FALSE)wkt_feature_ranges(wkt, na.rm = FALSE, finite = FALSE)
wkt_ranges(wkt, na.rm = FALSE, finite = FALSE)
wkb_feature_ranges(wkb, na.rm = FALSE, finite = FALSE)
wkt_feature_ranges(wkt, na.rm = FALSE, finite = FALSE)
A data.frame with columns:
xmin, ymin, zmin, and mmin: Minimum coordinate values
xmin
ymin
zmin
mmin
xmax, ymax, zmax, and mmax: Maximum coordinate values
xmax
ymax
zmax
mmax
A list() of raw() vectors, such as that returned by sf::st_as_binary().
list()
raw()
sf::st_as_binary()
Pass TRUE to not consider missing (nan) values
TRUE
Pass TRUE to only consider finite (non-missing, non-infinite) values.
A character vector containing well-known text.
wkt_ranges("POINT (30 10)")
Run the code above in your browser using DataLab