0.0.0 • Published 9 years ago

geocoords v0.0.0

Weekly downloads
3
License
ISC
Repository
github
Last release
9 years ago

GeoCoords

Geo Coordinates Convertor

API:

locs: latitude, longitude

Transform Geo from World Geodetic System to Mars Geodetic System in China: locs wgs2gcj(lat, lon)

Transform Geo from Mars Geodetic System to World Geodetic System in China: locs gcj2wgs(lat, lon)

Transform Geo from Mars Geodetic System to Baidu Map System: locs gcj2bd(lat, lon)

Transform Geo from Baidu Map System to Mars Geodetic System: locs bd2gcj(lat, lon)

Transform Geo from World Geodetic System to Baidu Map System: locs wgs2bd(lat, lon)

Transform Geo from Baidu Map System to World Geodetic System: locs bd2wgs(lat, lon)