geocoords
v0.0.0
Published
A Geo coordinate translator between GPS system, Mars system and Biadu system
Downloads
2
Readme
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)