st_nearest_jgd2011: Identify the Japan plane rectangular CS

Description Usage Arguments Details Value See Also Examples

View source: R/st_nearest_jgd2011.R

Description

Returns the value when the coordinates of ESPG:4326 given to the input are replaced with those of the Japan Plane Rectangular CS.

Usage

1
2
3

Arguments

geometry

geometry (POINT, EPSG:4326)

Details

Value

numeric vector

See Also

https://www.gsi.go.jp/LAW/heimencho.html

Examples

1
2
3
4
5
6
7
require("sf")
p <-
  st_sfc(sf::st_point(c(140.77, 36.8)), crs = 4326)
st_nearest_jgd2011(p)

st_detect_jgd2011(p)
st_detect_jgd2011(st_sfc(sf::st_point(c(140.73, 36.8)), crs = 4326))

kuniezu documentation built on March 7, 2021, 1:07 a.m.