PLY 🔬

PLY (Stanford Polygon Format)

Open Beta
.ply · application/x-ply

3D建物を、点群とメッシュ向けのシンプルなフォーマットであるPLYとしてエクスポートします。頂点カラーに対応しています。科学分野や3Dスキャンで広く使われています。

今すぐPLYをエクスポート ✨ オープンベータ — 無料、制限なし

主な機能

頂点カラー
バイナリ・ASCIIモード
コンパクトなファイル
土台プレート
Example PLY export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

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

Format specifications

PLY地図を利用するユーザー

🏗
3D スキャン
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.ruのインタラクティブ地図上で長方形またはポリゴンを描画します
2
PLYを選択
利用可能な127種類のエクスポートフォーマットの一覧からPLY (Stanford Polygon Format)を選択します
3
エクスポート
「エクスポート」をクリックすると、1〜5分で.plyファイルを受け取れます
4
ダウンロード
完成したPLYファイルをダウンロードし、MeshLabで開きます

エクスポート後の開き方

PLYの人気地図

フリー

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