Data types
Data types
DATA TYPES
SPATIAL DATA
Spatial data (mapable data) of geo-referenced data is commonly characterized by
the presence of two fundamental components. (i) The physical dimension or class i.e.,
the phenomena being reported. For example : Height of the forest canopy, demographic
class, rock type, regetation type details of a city etc. (ii) The spatial location of the
phgenomena For example : Specified with reference to common coordinate system
(latitude and longitude etc).
20
VECTOR DATA
A vector based GIS is defined by the vectorial representation of its geographic data. The
most common representation of map is using vector date that is consist of point, line
and polygon
A. Vector data
i. Point Data -- layers described by points (or "event") described by x,y (lat,long; east,
north)
ii. Line/Polyline Data -- layers that are described by x,y points (nodes, events) and lines
(arcs) between points (line segments and polylines)
iii. Polygon Data -- layers of closed line segments enclosing areas that are described by
attributes
B. Raster data
Consists of a matrix of cells (or pixels) organized into rows and columns (or a grid)
where each cell contains a value representing information, such as temperature. Rasters
are digital aerial photographs, imagery from satellites, digital pictures, or even scanned
maps.
21