Description Details Author(s) References Examples
Conversion and Reverse Conversion between HK80 Geographical Coordinate System and WGS84 based Geographical Coordinate Systems.
Package: | HK80 |
Type: | Package |
Version: | 0.0.2 |
Date: | 2016-07-26 |
License: | GPL-2 |
This package provides functions for converting the coordinates between WGS84UTM, WGS84GEO, HK80UTM, HK80GEO and HK1980GRID Coordinate Systems used in Hong Kong SAR, based on the algorithms described in Explanatory Notes on Geodetic Datums in Hong Kong by Survey and Mapping Office Lands Department, Hong Kong Government (1995).
Jinlong Zhang
Maintainer: Jinlong Zhang <jinlongzhang01@gmail.com>
Survey and 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 13 14 15 16 | ### Conversion between HK1980GRID and WGS84UTM
options(digits = 15)
HK1980GRID_TO_WGS84UTM(820351.389, 832591.320)
#### $N
#### [1] 2471278.72371238
####
#### $E
#### [1] 205493.220852789
####
#### $zone
#### [1] 50
#### Answer from the online conversion tool
#### at: http://www.geodetic.gov.hk/smo/tform/tform.aspx
#### 2471279, 205494
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.