Description Usage Arguments Details Value Note Author(s) References See Also Examples
View source: R/WGS84UTM_TO_HK80GEO.R
Convert WGS84UTM coordinates to HK80GEO coordinates
1 | WGS84UTM_TO_HK80GEO(N, E, zone)
|
N |
Numeric, The northern coordinate |
E |
Numeric, The eastern coordinate |
zone |
zone, numeric, either 49 or 50 |
This function converts the coordinates first to WGS84GEO and then to HK80GEO.
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)
WGS84UTM_TO_HK80GEO(2471279, 205494, zone = 50)
#### $latitude
#### [1] 22.323667977877
####
#### $longitude
#### [1] 114.138738570444
#### Results from http://www.geodetic.gov.hk/smo/tform/tform.aspx
#### 22.323701767
#### 114.138734989
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.