14 Aralık 2018 Cuma

ESRI Formatı

Giriş
ESRI Shapefile, ArcGIS ve QGIS konularını bilmek gerekir.

1. ESRI Shapefile Nedir
Bir başka açıklama şöyle. Shape dosyasında bazen istenilenden daha fazla özellik bulunur. Bu özellikleri süzmek gerekebilir.
The ESRI Shapefile or simply a shapefile is a popular geospatial vector data format for geographic information systems software. It is developed and regulated by ESRI as a (mostly) open specification for data interoperability among ESRI and other software products. A "shapefile" commonly refers to a collection of files with ".shp", ".shx", ".dbf", and other extensions on a common prefix name (e.g., "lakes.*"). The actual shapefile relates specifically to files with the ".shp" extension, however this file alone is incomplete for distribution, as the other supporting files are required.
Bir örnek burada

.prj dosyası
Genellikle dosyala şöyle
mygovernment.shp
mygovernment.shx
mygovernment.dbf
mygovernment.prj
.prj dosyası kullanılan koordinat sistemini belirtiyor. Bir örnek burada

Her koordinat sistemi GIS veri tabanı sitemlerinde SRIDxxx şeklinde tanımlı. WGS-84 için kullanılan numara ise SRID 4326.

SRID ile veri tabanına satır girme örneği burada.

.shp dosyası - Shapefile Nedir
Bu dosyanın formatı açık kaynaktır. .shp dosyaları feature geometry bilgisini saklar.  Bir .shp dosyasında sadece bir tür geometry type olabilir. Geometry type listesi şöyledir. Dosyanın boyutu en  fazla 2GB civarında olabilir.
Value                                 Shape Type
0                                     Null Shape
1                                     Point
3                                     PolyLine
5                                     Polygon
8                                     MultiPoint
11                                    PointZ
13                                    PolyLineZ
15                                    PolygonZ
18                                    MultiPointZ
21                                    PointM
23                                    PolyLineM
25                                    PolygonM
28                                    MultiPointM
31                                    MultiPatch
2. ArcGIS Nedir?
ArcGIS, ESRI tarafından geliştirilen  bir yazılım

ArcGIS bir çok dosyadan oluşmakta. Dosyaların açıklaması şöyle.
Mandatory files
  • .shp — shape format; the feature geometry itself
  • .shx — shape index format; a positional index of the feature geometry to allow seeking forwards and backwards quickly
  • .dbf — attribute format; columnar attributes for each shape, in dBase IV format
Other files
  • .prj — projection format; the coordinate system and projection information, a plain text file describing the projection using well-known text format
  • .sbn and .sbx — a spatial index of the features
  • .fbn and .fbx — a spatial index of the features that are read-only
  • .ain and .aih — an attribute index of the active fields in a table
  • .ixs — a geocoding index for read-write datasets
  • .mxs — a geocoding index for read-write datasets (ODB format)
  • .atx — an attribute index for the .dbf file in the form of shapefile.columnname.atx (ArcGIS 8 and later)
  • .shp.xml — geospatial metadata in XML format, such as ISO 19115 or other XML schema
  • .cpg — used to specify the code page (only for .dbf) for identifying the character encoding to be used
  • .qix — an alternative quadtree spatial index used by MapServer and GDAL/OGR software
.sbn Dosyası
Açıklaması şöyle
If ArcGIS is used to create a spatial index it adds sbn and sbx files to the shapefile collection. QGIS can read these but not write or update them. QGIS can create qix spatial indexes that ArcGIS can't see,...
3. QGIS
Açıklaması şöyle
The only thing not compatible between ArcGIS and QGIS are the style files which come with some shapefiles : *.lyr, *.style for ArcGIS and *.qml, *.sld for QGIS.
Geometry generators
Açıklaması şöyle
One layer can only contain one type of geometry: either points or polygons (or lines), but not both.

However, using Geometry generators, you can create symbolization (not actual geometries) of another geometry type.

















Hiç yorum yok:

Yorum Gönder