Skip to main content

Hong Kong 1980 Grid coordinates conversion library in Python

Project description

HK80

Hong Kong 1980 Grid coordinates conversion library in Python. This library provides a simple API for coordinates conversion between Hong Kong 1980 Grid and WGS 84. Underlying conversions are performed using pyproj.

Installation

pip install hk80

Usage

>>> from hk80 import LatLon, HK80
>>> hku = LatLon(22.284034, 114.137814).to_hk80()
>>> (hku.northing, hku.easting)
(816128.2739028323, 832242.6232703187)
>> (hku.x, hku.y)
(832242.6232703187, 816128.2739028323)
>>> hku = HK80(northing=816128, easting=832243).to_wgs84()
>>> (hku.latitude, hku.longitude)
(22.284031525857237, 114.13781766034742)

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hk80-1.0.0.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

hk80-1.0.0-py3-none-any.whl (4.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page