- point_id
integer
. The unique identification number(s) of the
point(s) to return.
- point_type
character
. Filter points to those of one or more
point type(s). Options are "cleavage", "bedding", "axial plane", "fault
plane", "foliation", and "joint". Ignored if point_id
is supplied.
- min_lat
integer
. The minimum latitude used to define the
bounding box of the points to return. Requires min_lng
, max_lat
, and
max_lng
. Ignored if point_id
is supplied.
- min_lng
integer
. A minimum longitude used to define the
bounding box of the points to return. Requires min_lat
, max_lat
, and
max_lng
. Ignored if point_id
is supplied.
- max_lat
integer
. A maximum latitude used to define the
bounding box of the points to return. Requires min_lat
, min_lng
, and
max_lng
. Ignored if point_id
is supplied.
- max_lng
integer
. A maximum longitude used to define the
bounding box of the points to return. Requires min_lat
, min_lng
, and
max_lat
. Ignored if point_id
is supplied.
- source_id
integer
. The unique identification number(s) of the
source(s) to filter the points by. Ignored if point_id
is supplied.
- sf
logical
. Should the results be returned as an sf
object?
Defaults to TRUE
.