当前位置:网站首页>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));
边栏推荐
- "Hands on learning in depth" Chapter 2 - preparatory knowledge_ 2.5 automatic differentiation_ Learning thinking and exercise answers
- RobotFramework入门(二)appUI自动化之app启动
- Introduction to robotframework (II) app startup of appui automation
- Summary of Bible story reading
- Differences and usage scenarios between TCP and UDP
- Redis SDS principle
- 华为、H3C、思科命令对比,思维导图形式从基础、交换、路由三大方向介绍【转自微信公众号网络技术联盟站】
- 【若依(ruoyi)】设置主题样式
- "Hands on learning in depth" Chapter 2 - preparatory knowledge_ 2.3 linear algebra_ Learning thinking and exercise answers
- Force buckle 146 LRU cache
猜你喜欢
Introduction to robotframework (III) Baidu search of webui automation
如何做好功能测试
故障分析 | MySQL 耗尽主机内存一例分析
2022工作中遇到的问题四
Network Security Learning - Web vulnerabilities (Part 1)
Misc (eternal night), the preliminary competition of the innovation practice competition of the National College Students' information security competition
My C language learning record (blue bridge) -- under the pointer
Which ecology is better, such as Mi family, graffiti, hilink, zhiting, etc? Analysis of five mainstream smart brands
主数据管理(MDM)的成熟度
【Kubernetes 系列】一文學會Kubernetes Service安全的暴露應用
随机推荐
Descriptor implements ORM model
主数据管理理论与实践
[concept] Web basic concept cognition
What are the principles of software design (OCP)
Codeforces 5 questions par jour (1700 chacune) - jour 6
XSS challenges bypass the protection strategy for XSS injection
RobotFramework入门(三)WebUI自动化之百度搜索
Qt发布exe软件及修改exe应用程序图标
Pat 1046 shortest distance (20 points) simulation
Atcoder beginer contest 233 (a~d) solution
How to improve the enthusiasm of consumers when the member points marketing system is operated?
QT release exe software and modify exe application icon
Large scale DDoS attacks take Myanmar offline
[ruoyi] set theme style
球面透镜与柱面透镜
Deeply analyze the chain 2+1 mode, and subvert the traditional thinking of selling goods?
Solution: attributeerror: 'STR' object has no attribute 'decode‘
MySQL advanced notes
[ruoyi] ztree custom icon (iconskin attribute)
jsscript