Description Usage Arguments Details Value Note Author(s) References See Also Examples
View source: R/HK1980GRID_TO_HK80GEO.R
Convert HK1980GRID coordinates to HK80GEO coordinates
1 | HK1980GRID_TO_HK80GEO(N, E)
|
N |
Numeric, Northern coordinate in meters |
E |
Numeric, Eastern coordinate in meters |
This function uses equation 3, 4, 5 to convert the HK1980GRID coordinates into HK80GEO coordinates. More details could be found on the explanatory notes Page C9.
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 12 | options(digits = 15)
HK1980GRID_TO_HK80GEO(820351.389, 832591.320)
### $latitude
### [1] 22.3237017196981
###
### $longitude
### [1] 114.138734989417
#### The answer from the online conversion tool
### 22.323701767
### 114.138734989
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.