dbpf_location_report: Location report

View source: R/dbpf_location_report.R

dbpf_location_reportR Documentation

Location report

Description

Give a location name and it returns the coordinates, the device serial number and number of observations as well as a comment if the device is still at this location

Usage

dbpf_location_report(con, location_name, distance = 0.1)

Arguments

con

Connection to PermafrostDB

location_name

Location name as character

distance

Search radius in meters for other locations, with centre at the origin location

Details

With the default settings, only the information for the specific location is returned. By increasing the distance, all locations within the distance-radius are returned as well.

Value

Coordinates of location, details for the location such as device and number of observations and a remark if device is still at this location. Depending on the distance, locations with information within the search radius.

Author(s)

Thomas Knecht <t.knecht@hotmail.com>

Examples

## Not run: 
con <- dbpf_con()
dbpf_location_report(con, "NGO-DD-1004_ST04", distance=10)

## End(Not run)

geocryology/PermafrostDB documentation built on April 17, 2025, 11:54 a.m.