China datums

From OSGeo
Revision as of 07:05, 17 May 2023 by Artoria2e5 (talk | contribs) (→‎Datums in China: It's all [REDACTED]. Transformation parameters? Uh-oh.)
Jump to navigation Jump to search

Datums in China

Please see e.g., http://www.asprs.org/a/resources/grids/05-2000-china.pdf and https://www.iag-aig.org/doc/5d8dd34ba63c6.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.

Transformation for PRC datum are only legally acquired from the local government, which should normally be your source for maps made in old datums too. For Beijing 1954 (EPSG:4214), the EPSG has a few local transforms to try. All articles dealing with Xian 1980 are heavily redacted; the screenshots in 10.32629/gmsm.v2i4.291 look promising, until you realize the Bursa-Wolf values look way off and the source data is also redacted.

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 how and why the map distortion is 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