Description Usage Arguments Details Value Note Author(s) References See Also Examples
View source: R/HK1980GRID_TO_WGS84GEO.R
Convert HK1980GRID coordinates to WGS84GEO coordinates
1 | HK1980GRID_TO_WGS84GEO(N, E)
|
N |
Numeric, Northern coordinate in meters |
E |
Numeric, Eastern coordinate in meters |
This function converts the coordinates to HK80GEO first, and convert the later to WGS84GEO coordinates.
latitude |
latitude in decimal degrees |
longitude
|
longitude in decimal degrees |
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)
HK1980GRID_TO_WGS84GEO(820351.389, 832591.320)
#### $latitude
#### [1] 22.3221739419203
####
#### $longitude
#### [1] 114.141179433862
#### Answer from the online conversion tool
#### http://www.geodetic.gov.hk/smo/tform/tform.aspx
#### 22.322172084 114.141187917
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.