3 Spatial Data Modelling
3 Spatial Data Modelling
3 Spatial Data Modelling
requirements.
Although seemingly ideal, vector data have weaknesses. Due to the complex data structure,
vector data require a greater and more powerful processing capability. With this comes the need for
better, faster workstations to minimize the data processing times that typical computers face. Inevitably,
the costs to run a vector GIS and expeditiously process complex geographic data sets can become
highly expensive.
Common feature file formats, such as the shapefile developed by Environmental Systems Research
Institute (ESRI) or the TAB file developed by MapInfo, are basic geometric containers compatible with
an overwhelming majority of GISs. These geographic dataset types store nontopological vector (or
coordinate) geometry in the form of real-world spatial features, as well as links to attribute information
for these respective objects.
The Esri shapefile, or simply a shapefile, is a popular geospatial vector data format for geographic
information system software. It is developed and regulated by Esri as a (mostly) open specification for
data interoperability among Esri and other GIS software products. Shapefiles spatially describe vector
features: points, lines, and polygons, representing, for example, water wells, rivers, and lakes. Each
item usually has attributes that describe it, such as name or temperature. A shapefile is a digital vector
storage format for storing geometric location and associated attribute information. This format lacks the
capacity to store topological information. The shapefile format was introduced with ArcView GIS
version 2 in the early 1990s. It is now possible to read and write shapefiles using a variety of free and
paid programs.
Shapefiles are simple because they store the primitive geometric data types of points, lines, and
polygons. They are of limited use without any attributes to specify what they represent. Therefore, a
table of records will store properties/attributes for each primitive shape in the shapefile. Shapes
(points/lines/polygons) together with data attributes can create infinitely many representations about
geographic data. Representation provides the ability for powerful and accurate computations.
While the term "shapefile" is quite common, a "shapefile" is actually a set of several files. Three
individual files are mandatory to store the core data that comprise a shapefile: .shp, .shx, and .dbf. The
actual shapefile relates specifically to .shp files but alone is incomplete for distribution, as the other
supporting files are required.
Coverage
Designed by ESRI for ArcInfo; Implementation of the vector topologic data model; Closed file
format; Each coverage is a directory, with numerous files that store feature geometry, projection,
registration, etc.; Attribute data is stored in a separate INFO directory, which stores all attribute data for
all coverages in its parent directory.