Shapefile 🌎

ESRI Shapefile (SHP)

Open Beta
.shp.zip · application/zip

Το Shapefile είναι η πιο δημοφιλής μορφή στα γεωγραφικά συστήματα πληροφοριών (GIS). Υποστηρίζεται από ArcGIS, QGIS, MapInfo και δεκάδες άλλες εφαρμογές. Η εξαγωγή περιλαμβάνει αρχεία .shp, .shx, .dbf και .prj σε ένα αρχείο ZIP.

Εξαγωγή Shapefile τώρα ✨ Open Beta — δωρεάν, χωρίς όρια

Βασικά χαρακτηριστικά

Πλήρες σύνολο 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

Τα ακόλουθα προγράμματα και εφαρμογές μπορούν να ανοίξουν, να επεξεργαστούν και να εργαστούν με αρχεία ESRI Shapefile (SHP) (.shp.zip) που έχουν εξαχθεί από το OSM2CDR:

🌎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
Επιλέξτε ESRI Shapefile (SHP) από τη λίστα με τις 127 διαθέσιμες μορφές εξαγωγής
3
Εξαγωγή
Κάντε κλικ στο «Εξαγωγή» και λάβετε το αρχείο σας .shp.zip σε 1-5 λεπτά
4
Λήψη
Κατεβάστε το έτοιμο αρχείο Shapefile και ανοίξτε το στο ArcGIS

Πώς να το ανοίξετε μετά την εξαγωγή

Δημοφιλείς χάρτες σε Shapefile

Δωρεάν

Αποκτήστε εξαγωγές χαρτών ESRI Shapefile (SHP)

Κατεβάστε επαγγελματικούς χάρτες Shapefile από το OpenStreetMap. Άμεση δημιουργία, για οποιαδήποτε περιοχή.

Δωρεάν / εξαγωγή
Εξαγωγή 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