Skip to content

Instantly share code, notes, and snippets.

View kunzhipeng's full-sized avatar

KUNZHIPENG kunzhipeng

View GitHub Profile
@kunzhipeng
kunzhipeng / gistools.py
Created November 13, 2018 09:49 — forked from JobsDong/gistools.py
Mercator to BD09, BD09 to GCJ03
#!/usr/bin/python
#-*- coding=utf-8 -*-
"""用于和地理信息有关的数据处理
"""
__author__ = ['"wuyadong" <wuyadong@tigerknows.com>']
import math