将GeoTiff图像转换为Python表示3维三角形的匀称多边形几何

时间:2018-11-07 14:37:47

标签: python gis mesh tiles shapely

我正在针对自己的.Tif(数字高程模型)格式的数据集在Quantized-Mesh-Tile上实现示例。

根据模块,它接受以下格式之一的输入数据:-

A list of shapely polygon geometries representing 3 dimensional triangles.
    or
A list of WKT or WKB Polygons representing 3 dimensional triangles.
    or
A list of triplet of vertices using the following structure:
    ``(((lon0/lat0/height0),(...),(lon2,lat2,height2)),(...))``

如何将.Tif图像转换为代表3维三角形的匀称多边形几何形状?或以上任何选项。

0 个答案:

没有答案