Description Usage Arguments Details Value Note Author(s) References See Also Examples
View source: R/WGS84GEO_TO_HK80UTM.R
Convert WGS84GEO coordinates to HK80UTM coordinates
1 | WGS84GEO_TO_HK80UTM(latitude, longitude)
|
latitude |
latitude in decimal degrees |
longitude |
longitude in decimal degrees |
This function first converts the WGS84GEO coordinates to WGS84UTM, and then converts the corresponding WGS84UTM coordinates to HK80UTM.
N |
Northern coordinate in meters |
E |
Eastern coordinate in meters |
zone |
zone, either 49 or 50 |
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 | #### The similar conversion is not available at
#### http://www.geodetic.gov.hk/smo/tform/tform.aspx
#### Therefore it the output has not been verified.
options(digits = 15)
WGS84GEO_TO_HK80UTM(22.322172084, 114.141187917)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.