Skip to main content

china mars coordinate convertor.

Project description

# China Coordinate Convertor

## Not Finished !!!

[中国火星坐标](https://en.wikipedia.org/wiki/Restrictions_on_geographic_data_in_China)转换命令行工具,用于`WGS-84`(未偏移坐标), `GCJ-02`(国家测绘局、高德、谷歌中国地图), `BD-09`(百度坐标系)三者之间的互相转换,支持文件格式:
- ESRI Shapefile
- GeoJSON
- GPX
- MapInfo File

## install
推荐使用:
`pip install coord-convert`
或者也可以从源码安装:
```
git clone
pip install -r requirements.txt
python setup.py install
```


## 使用方法
```
convert input china coordinate to another.

Arguments:
src_path {string} -- [source file path]
dst_path {string} -- [destination file path]
convert_type {string} -- [coordinate convert type, e.g. wgs2bd]
there are six convert types:
wgs2gcj : convert WGS-84 to GCJ-02
wgs2bd : convert WGS-84 to DB-09
gcj2wgs : convert GCJ-02 to WGS-84
gcj2bd : convert GCJ-02 to BD-09
bd2wgs : convert BD-09 to WGS-84
bd2gcj : convert BD-09 to GCJ-02

Example:
`coord_covert ./test/data/line/multi-polygon.cpg ~/temp/qqqq.shp wgs2gcj`

```


Download files

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

Source Distribution

coord-convert-0.1.0.zip (8.5 kB view hashes)

Uploaded Source

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