Description Usage Arguments Details Value Note Author(s) References See Also Examples
View source: R/WGS84UTM_TO_HK1980GRID.R
Convert WGS84UTM coordinates to HK1980GRID coordinates
1 | WGS84UTM_TO_HK1980GRID(N, E, zone)
|
N |
Numerical, Northern coordinate in meters. |
E |
Numerical, Eastern coordinate in meters. |
zone |
Numerical, either 49 or 50. |
This function converts the coordinates to WGS84GO, and then to HK80GO and eventually to HK1980GRID.
N |
Numerical, Northern coordinate in meters. |
E |
Numerical, Eastern coordinate in meters. |
The coordinates should be within the range of Hong Kong. Providing coordinates outside Hong Kong will lead to wrong results.
Jinlong Zhang
Survey & Mapping Office Lands Department, Hong Kong Government (1995). Explanatory Notes on Geodetic Datums in Hong Kong, available at: http://www.geodetic.gov.hk/smo/gsi/data/pdf/explanatorynotes.pdf
1 2 3 4 5 6 7 8 9 10 11 | options(digits = 15)
WGS84UTM_TO_HK1980GRID(2471279, 205494, zone = 50)
#### $N
#### [1] 820347.647263194
####
#### $E
#### [1] 832591.689923123
######################
#### Results from http://www.geodetic.gov.hk/smo/tform/tform.aspx
#### 820351.389, 832591.320
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.