China datums

From OSGeo
Jump to navigation Jump to search

Datums in China

Please see e.g., http://www.asprs.org/a/resources/grids/05-2000-china.pdf . On this page we aim to just supplement the more widely known information.

If you are doing modern work, you should only see CGCS2000 (EPSG:4490), which is close to ITRS and WGS 84 for casual use. Parameters for precision transforms is not officially given, but you can try your luck with Wang et al. (2019), Table 1.

Coordinate systems used in China

Web map examples

Some common coordinate systems observed, 觀測中國電子地圖諸網站常見座標系統,

Here we give examples of how a single longitude latitude pair is located differently depending on which web mapping site one uses!

This is necessitated by the state mandated distortion... 其政府所規定之偏移…

  1. http://maps.google.com/maps?q=loc:40,116.5&t=k
  2. http://maps.google.com/maps?q=loc:40,116.5&t=m
  3. http://api.map.baidu.com/staticimage?markers=116.5,40&zoom=14

We observe we can obtain the exact same three points,

via 搜狗 Sogou API's type=1, 2, 3. We also notice type=1 is a plain Mercator projection, Clarke 1866 ellipsoid, a=6378206.4 rf=294.978698213898 .

$ proj +proj=merc +ellps=clrk66

(Note not all sites are actually reachable from inside China.)

See the Wikipedia page on GCJ-02 for what the map distortion is and why it's done. On top of messing with the lat/lon, each site uses their own variation of Mercator for tiling, which is less than convenient. cntms is a Python map tile proxy with support for some Chinese sites: you will see that Baidu also uses Clarke 1866 Mercator.

See also