Returns the value when the coordinates of ESPG:4326 given to the input are replaced with those of the Japan Plane Rectangular CS.
st_nearest_jgd2011(geometry) st_detect_jgd2011(geometry)
geometry | geometry (POINT, EPSG:4326) |
---|
numeric vector
st_nearest_jgd2011()
: It returns the coordinate system closest to
the given ground object. This is valid even when the coordinates are at sea.
st_detect_jgd2011()
: Identify the coordinate system in which
the given object is located.
#>#> [1] 6677st_detect_jgd2011(p)#>#> [1] NA#>#> [1] 6677