3dtiles icon indicating copy to clipboard operation
3dtiles copied to clipboard

转换后的3d tiles存在位置偏移

Open hechenglongfell opened this issue 3 years ago • 3 comments

范老师,你好: 通过你这个转换工具,将osgb转为3d tiles时存在大概几十米的偏移误差。 我自己的用例数据为一个20GB的osgb数据,坐标系为:EPSG:4544,中心坐标:(643104,3493316,0) 我验证如下: 1.通过你提供的这个工具,转换后,在cesium中展示并叠加geojson格式的polygon,发现位置偏差:如:图1 2.为了验证是转换后的3d tiles存在偏移,还是polygon存在偏移,我在arcgis pro中叠加osgb和这个polygon,他们位置关系正确。如:图2 3.我借助cesiumlab工具转换osgb-->3d tiles,并在cesium中叠加展示,他们位置关系正确。如:图3 图1 图2 图3 另,运行工具过程中,输出的wgs84中心坐标为:(106.50709895113127, 31.553389611480966)

hechenglongfell avatar Oct 18 '21 02:10 hechenglongfell

我这边转换完成之后使用cesium加载也是有偏移,高度、经纬度偏移都有一些偏移。这个问题你解决了吗?

ax123sky avatar Apr 15 '22 08:04 ax123sky

用的是cesiumlab转的3dtiles

hechenglongfell avatar Apr 19 '22 01:04 hechenglongfell

这个可能需要逐顶点对osgb进行proj4投影,现在是只处理了局部坐标系的原点。

fanvanzh avatar Apr 20 '22 03:04 fanvanzh

这个可能需要逐顶点对osgb进行proj4投影,现在是只处理了局部坐标系的原点。

具体怎么实现,有思路吗

IKangXu avatar Apr 23 '23 10:04 IKangXu

这个可能需要逐顶点对osgb进行proj4投影,现在是只处理了局部坐标系的原点。

具体怎么实现,有思路吗

已经解决。

IKangXu avatar Apr 24 '23 04:04 IKangXu

[Steelwall2014]君的 pull request 有效,点赞!

yipiaojun avatar May 15 '23 02:05 yipiaojun

fixed by #249

fanvanzh avatar May 31 '23 07:05 fanvanzh