转换MapBox GL的“世界文件” GIS?

时间:2018-08-13 03:12:36

标签: gis mapbox-gl-js

我正在尝试在Mapbox gl上显示带有世界文件(http://webhelp.esri.com/arcims/9.2/general/topics/author_world_files.htm)的GIF图像。显示了图像,但看起来好像已经向上移动了几度。以下是我用来计算坐标的设置

A:0.017971305190311    <- Horizontal Pixel Distribution (deg/width) (A)
D:0.000000000000000    <- X Rotation (D)
B:0.000000000000000    <- Y Rotation (B)
E:-0.017971305190311   <- Vertical Pixel Distribution (deg/height) (E)
C:-127.620375523875420 <- X Coordinate for the center of the top left pixel (C)
F:50.406626367301044   <- Y Coordinate for the center of the top left pixel (F)   

使用以下公式计算纬度/经度@每个角

Xn = Ax + By + C
Yn = Dx + Ey + F  

[-127.62037552387542,50.406626367301044],
[-66.51793787681802,50.406626367301044],
[-66.51793787681802,21.652538062803444],
[-127.62037552387542,21.652538062803444]  

图像文档指出,它是使用参考北美基准1983(NAD83)的标准地理投影创建的。是否需要执行其他步骤才能在地图上正确显示图像?

谢谢

0 个答案:

没有答案