GISBox是一站式三维 GIS 数据编辑、转换、发布平台,支持 OSGB/GEOTIFF/RVT 等多种 GIS 格式编辑,转换为 3DTiles/Terrain 等并发布。
SLPK(Scene Layer Package)文件格式是一种用于存储和共享三维场景数据的文件格式。SLPK 文件是 ArcGIS Pro 软件中的一种打包格式,用于将三维场景数据和相关资源打包成一个单独的文件,方便在 ArcGIS 平台上进行共享和传输。
<font style="background-color:rgba(27, 31, 35, 0.05);">3dSceneLayer.json</font>
:描述文件(如坐标系、数据范围、版本)。<font style="background-color:rgba(27, 31, 35, 0.05);">nodes/</font>
:存储三维节点数据的文件夹。<font style="background-color:rgba(27, 31, 35, 0.05);">sharedResources/</font>
:共享资源(如纹理、材质)的文件夹。<font style="background-color:rgba(27, 31, 35, 0.05);">.bin</font>
文件):存储三维模型的顶点、面片等信息。<font style="background-color:rgba(27, 31, 35, 0.05);">.jpg</font>
/<font style="background-color:rgba(27, 31, 35, 0.05);">.png</font>
):模型的表面材质。<font style="background-color:rgba(27, 31, 35, 0.05);">.json</font>
):节点的附加信息(如 ID、名称)。<font style="background-color:rgba(27, 31, 35, 0.05);">sharedResources/</font>
中,避免重复存储。<font style="background-color:rgba(27, 31, 35, 0.05);">nodePages</font>
中,减少文件数量,提升加载效率。<font style="background-color:rgba(27, 31, 35, 0.05);">3dSceneLayer.json</font>
≈ 封面(记录书的信息)。<font style="background-color:rgba(27, 31, 35, 0.05);">nodes/</font>
≈ 书页(每页是一个节点的数据)。<font style="background-color:rgba(27, 31, 35, 0.05);">sharedResources/</font>
≈ 公共插图库(多个章节共享的图片)。通过使用 SLPK 文件,城市规划师和设计师可以创建和共享具有真实感的城市模型,用于规划和评估城市发展项目。SLPK 文件也可以集成各种地理数据,并提供强大的分析工具,帮助用户进行地理分析和决策支持。