pyufunc.cvt_wgs84_to_gcj02#
- pyufunc.cvt_wgs84_to_gcj02(wgs84_lng, wgs84_lat)#
Convert coordinate from WGS84 to GCJ02. GCJ02 also known as Mars coordinate system.
- Parameters:
- Returns:
longitude and latitude in GCJ02 coordinate system. (lng, lat)
- Return type:
Example
>>> from pyufunc import wgs84_to_gcj02 >>> wgs84_to_gcj02(113.8294754, 22.6926477) (113.83449435090813, 22.689706503327333)
See also