SHP

From FreeCAD Documentation
Revision as of 07:35, 6 May 2024 by Kaktus (talk | contribs) (Created page with "{{Docnav/pl |3DS | |środowisko pracy Architektura |IconL= |IconR= |IconC=Workbench_Arch.svg }}")

Opis

FreeCAD is able to import shapefiles

The importer uses the shapefile.py library from https://github.com/GeospatialPython/pyshp, it is not found on your system on first run, the importer will propose to download and install it for you.

Shapefiles are composed of 3 files (a .shp, a .shx and a .dbf file), any of them can be used with this importer. They are composed of 2D objects of one geometry type, that can be polygons/faces, polylines or point cloud (all 3 types are supported by this importer), and custom fields, for which each face, polyline or point in the shapefile has a value. This is the real gem of GIS, to bind a database with geometry. The most common use is to have one field to represent the elevation coordinate of each shape in the file. On opening the file, the importer will ask you what field to get shape elevations from.

Z każdego pliku kształtu w programie FreeCAD zostanie utworzony jeden kształt.

Należy zauważyć, że kwestia jednostek georeferencyjnych, przy setkach systemów projekcyjnych używanych na całym świecie, nie jest obecnie rozpatrywana. Współrzędne z pliku są używane w stanie „takim, jakim są”.

Powiązane