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