Shapefile 🌎

ESRI Shapefile (SHP)

Open Beta
.shp.zip · application/zip

Shapefile은 지리 정보 시스템(GIS)에서 가장 널리 쓰이는 형식입니다. ArcGIS, QGIS, MapInfo 및 수십 종의 다른 애플리케이션에서 지원됩니다. 내보낸 결과물에는 .shp, .shx, .dbf, .prj 파일이 ZIP 아카이브로 담깁니다.

지금 Shapefile 내보내기 ✨ 오픈 베타 — 무료, 제한 없음

주요 기능

전체 SHP/SHX/DBF/PRJ 세트
속성 데이터(이름, 유형)
WGS84 투영
개별 지오메트리 레이어
Example Shapefile export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

Shapefile 형식 소개

The shapefile was invented by ESRI in the early 1990s, and it is still the most widespread exchange format in GIS: it is read by ArcGIS, QGIS, MapInfo, GRASS, GeoPandas, PostGIS and by almost anything that can work with a map at all. Formally it is not one file but a set: geometry, an index, an attribute table, a description of the coordinate system and of the encoding.

Data is exported to a shapefile when it goes into somebody else's workflow: hand it to a contractor, load it into a municipal GIS, put it into a project where this has been the practice for years. The format is old and has limitations, but that is exactly why it is guaranteed to open without questions.

What is in the archive: a ZIP where each layer sits in its own folder as a full set of files — roads separately, buildings separately — with a README.txt description next to them. That is not done for looks: one shapefile stores only one geometry type, points, lines and polygons physically cannot live together. The coordinates are WGS84 (EPSG:4326), and the OpenStreetMap attributes are written into the table in UTF-8.

Worth knowing up front: field names are limited to ten characters and long names get truncated, and the geometry file cannot exceed 2 GB. If these limits get in the way — take GeoPackage: the same layers in one modern file and without such restrictions.

Shapefile 파일을 여는 프로그램

다음 프로그램과 애플리케이션으로 OSM2CDR에서 내보낸 ESRI Shapefile (SHP)(.shp.zip) 파일을 열고 편집하고 작업할 수 있습니다:

🌎ArcGIS 🌎QGIS 🌎MapInfo 🌎GRASS GIS 💻GeoPandas (Python) 💻PostGIS

Format specifications

Shapefile 지도 사용자

🏗
GIS 분석
OSM layers with attributes, ready for spatial operations in QGIS, ArcGIS or GeoPandas.
💻
도시 계획
A base for analyzing built-up density, development and accessibility in urban studies.
📊
환경 연구
Boundaries of green zones, water bodies and land use for environmental assessments.
🎨
교통 계획
A road network with road types for computing routes and transport accessibility.
🗺
통신
A geographic base for network planning: routes, coverage and connection points on real development.

Shapefile 내보내기 방법

1
영역 선택
osm2cdr.ru의 인터랙티브 지도에서 사각형 또는 폴리곤을 그리세요
2
Shapefile 선택
사용 가능한 127가지 내보내기 형식 목록에서 ESRI Shapefile (SHP)을(를) 선택하세요
3
내보내기
내보내기를 클릭하면 1~5분 안에 .shp.zip 파일을 받습니다
4
다운로드
완성된 Shapefile 파일을 다운로드하여 ArcGIS에서 여세요

내보낸 뒤 여는 방법

Shapefile 형식의 인기 지도

무료

ESRI Shapefile (SHP) 지도 내보내기 받기

OpenStreetMap에서 전문가용 Shapefile 지도를 다운로드하세요. 즉시 생성, 모든 영역 지원.

무료 / 내보내기
지금 Shapefile 내보내기 →

자주 묻는 질문

Shapefile을 QGIS에서 열 수 있나요?
어떤 속성이 유지되나요?
어떤 투영을 사용하나요?
Why are there several folders in the archive instead of one file?
Why are the field names cut off?
What do I do if a layer is too big?

다른 형식과 비교

관련 형식

함께 자주 내보내는 형식

Related Articles