当前位置:网站首页>3857墨卡托坐标系转换为4326 (WGS84)经纬度坐标
3857墨卡托坐标系转换为4326 (WGS84)经纬度坐标
2022-07-06 03:03:00 【不知言】
mercatorTolonlat(mercator) {
var lonlat = [0, 0]
var x = mercator[0] / 20037508.34 * 180
var y = mercator[1] / 20037508.34 * 180
y = 180 / Math.PI * (2 * Math.atan(Math.exp(y * Math.PI / 180)) - Math.PI / 2)
lonlat[0] = x
lonlat[1] = y
return lonlat
}
地理坐标系4326–投影坐标系3857/2436
空间参考坐标系查询网址:https://spatialreference.org/和http://epsg.io/
EPSG:4326 (WGS84) 地理坐标系,WGS84 是目前最流行的地理坐标系统。在国际上,每个坐标系统都会被分配一个 EPSG 代码,EPSG:4326 就是 WGS84 的代码。
GPS是基于WGS84的,所以通常我们得到的坐标数据都是WGS84的。一般存储数据时,仍然按WGS84存储。
EPSG:3857 (Pseudo-Mercator) 伪墨卡托投影,也被称为球体墨卡托,Web Mercator。它是基于墨卡托投影的,把 WGS84坐标系投影到正方形上。
EPSG:2436,北京范围的投影坐标系;
北京的东西范围:Beijing: 115.7°E - 117.4°E;
Beijing 1954 / 3-degree Gauss-Kruger CM 117E (Google it);
WGS84 Bounds: 115.5000, 22.6600, 118.5000, 49.8800;
Projected Bounds: 345818.6654, 2507707.7737, 654181.3346, 5528676.1748;
Scope: Large scale topographic mapping, cadastral and engineering survey.;
Last Revised: July 22, 2006;
Area: China - 115.5°E to 118.5°E.
查询与北京/中国有关的坐标系
SELECT * FROM spatial_ref_sys WHERE srtext ~* 'beijing';
SELECT * FROM spatial_ref_sys WHERE srtext ~* 'china';
SELECT ST_AsText(ST_Transform(ST_GeomFromText('POLYGON((743238 2967416,743238 2967450,743265 2967450,743265.625 2967416,743238 2967416))',2249),4326)) As wgs_geom;
SELECT ST_AsEWKT(ST_Transform(ST_GeomFromEWKT('SRID=2249;CIRCULARSTRING(743238 2967416 1,743238 2967450 2,743265 2967450 3,743265.625 2967416 3,743238 2967416 4)'),4326));
边栏推荐
- Linear programming matlab
- 【指针训练——八道题】
- Microservice registration and discovery
- 故障分析 | MySQL 耗尽主机内存一例分析
- 2.13 simulation summary
- JS events (add, delete) and delegates
- 手写数据库客户端
- Pat 1046 shortest distance (20 points) simulation
- Rust language -- iterators and closures
- Single instance mode of encapsulating PDO with PHP in spare time
猜你喜欢
电机控制反Park变换和反Clarke变换公式推导
Eight super classic pointer interview questions (3000 words in detail)
Solution: attributeerror: 'STR' object has no attribute 'decode‘
Buuctf question brushing notes - [geek challenge 2019] easysql 1
NR modulation 1
XSS challenges绕过防护策略进行 XSS 注入
Master data management theory and Practice
Misc (eternal night), the preliminary competition of the innovation practice competition of the National College Students' information security competition
JS regular filtering and adding image prefixes in rich text
js 正则过滤和增加富文本中图片前缀
随机推荐
[pointer training - eight questions]
OCR文字識別方法綜述
Résumé des méthodes de reconnaissance des caractères ocr
Summary of Bible story reading
Technology sharing | what if Undo is too big
What are the principles of software design (OCP)
Atcoder beginer contest 233 (a~d) solution
NR modulation 1
Force buckle 146 LRU cache
MySQL advanced notes
QT release exe software and modify exe application icon
[Chongqing Guangdong education] higher mathematics I reference materials of Southwest Petroleum University
Era5 reanalysis data download strategy
Redis cluster deployment based on redis5
Selenium share
Performance test method of bank core business system
CSP date calculation
【若依(ruoyi)】ztree 自定义图标(iconSkin 属性)
07 singleton mode
如何精准识别主数据?