PLY 🔬

PLY (Stanford Polygon Format)

Open Beta
.ply · application/x-ply

将三维建筑导出为 PLY——一种用于点云和网格的简单格式。支持顶点颜色。广泛应用于科研和三维扫描。

立即导出 PLY ✨ Open Beta — 免费无限制

主要特点

顶点颜色
二进制与 ASCII 模式
文件紧凑
底板
PLY 格式导出示例(莫斯科中心,1x0.5 公里)
示例:莫斯科中心区,约 1x0.5 公里,中等详细度

关于 PLY 格式

PLY is a Stanford University format, invented for the results of three-dimensional scanning. It is arranged as simply as can be: the header describes which properties vertices and faces have, and then come the data themselves. Thanks to that PLY became a working format in science and in point cloud processing — it is read by MeshLab, CloudCompare, Open3D, ParaView and Blender.

Its main difference from STL is support for colour right in the vertices. Where STL delivers only shape, PLY carries the colouring as well, so a city model stays readable: the types of development are visible by colour without assigning materials by hand.

The export contains the buildings of the selected area: outlines are extruded upward by height tags, and the colour of the development type is transferred into every vertex by averaging the colours of the adjacent faces. Coordinates are in meters from the centre of the area and the base is flat — there is no relief and no georeferencing in the model. By default the file is written in binary form (more compact and faster to read); the text variant is only needed if you intend to look through the contents by eye.

打开 PLY 文件的程序

以下程序可以打开、编辑和处理从 OSM2CDR 导出的 PLY (Stanford Polygon Format)(.ply)文件:

🔬MeshLab 💻CloudCompare 🎲Blender 💻ParaView 💻Open3D 💻MATLAB

格式规格

谁在使用 PLY 地图

🏗
三维扫描
A model of the built-up area to compare with laser scanning or drone survey data in CloudCompare.
💻
科学研究
City geometry for computations and scientific visualization in ParaView, Open3D and MATLAB.
📊
可视化
A clear volumetric picture of an area with colour by development type, with no manual material setup.
🎨
点云
A basis for converting into a point cloud: the mesh is resampled with standard processing tools.

如何导出 PLY

1
选择区域
在 osm2cdr 的交互式地图上绘制矩形或多边形
2
选择 PLY
从 127 种可用导出格式中选择 PLY (Stanford Polygon Format)
3
导出
点击导出,1–5 分钟内收到您的 .ply 文件
4
下载
下载完成的 PLY 文件并在 MeshLab 中打开

导出后如何打开

PLY 格式的热门地图

Free

导出 PLY (Stanford Polygon Format) 地图

从 OpenStreetMap 下载专业的 PLY 地图。即时生成,任意区域。

免费 / 导出
立即导出 PLY →

常见问题

PLY 用于什么?
我能在 Blender 中打开它吗?
Is this a mesh or a point cloud?
Is the colour of buildings preserved?
Binary file or text?

相关格式

经常一起导出

Related Articles