Working with Shapefiles in QGIS

2026-03-02
shapefileqgisgisspatial analysis

Shapefile is the oldest and still the most widespread format for exchanging geodata. Despite its limitations (a maximum of 2 GB, 10 characters per attribute name, one geometry type per file), Shapefile is supported by absolutely all GIS systems.

Exporting from osm2cdr.ru

When you export to Shapefile, you receive a ZIP archive with several files:

Importing into QGIS

  1. Extract the ZIP archive into a separate folder.
  2. In QGIS: Layer → Add Layer → Add Vector Layer.
  3. Specify the .shp file. QGIS will automatically pick up the other files.
  4. Check the coordinate reference system in the layer properties (WGS 84 by default).

Typical tasks in QGIS

GeoPackage as an alternative

For new projects we recommend the GeoPackage format (.gpkg). It is a single file without the limitations of Shapefile: long attribute names, multiple geometry types, and a size of up to a terabyte. QGIS works with GeoPackage as easily as with Shapefile.

← All guides