03 Data Modeling
03 Data Modeling
University of Nairobi
– nominal – interval
• no inherent ordering • No natural zero
• land use types, county names • can’t say ‘twice as much’
– ordinal • temperature (Celsius or
Fahrenheit)
• inherent order – ratio
• road class; stream class • natural zero
• often coded to numbers eg SSN but • ratios make sense (e.g. twice as
much)
can’t do arithmetic • income, age, rainfall
• may be expressed as integer [whole
number] or floating point [decimal
fraction]
Polygone: Knoten:
Object
Relations/Topology
Time
# of seats
# of floors
Occupation
hours
Is located Address
Building
in
y
theme n layer n (…)
. 317.3 .
Example: Hydrology map
E1 : wells (points) . . 220.1
E2 : streams (lines) x
E3 : rivers (lines)
En : lakes (polygons)
(3,6)
(4,5)
(7,4.5)
(2,4)
(5,3) (9,3.3)
P(1,1) (9,1)
(6,0.5)
column
Value Land use
1 Water
2 Settlement
3 Forest
21/09/2017 FEB 503 Geoinformation Systems © Matara 2017/2018 37
Digital geographic data
• To be usable, digital data must be:
– properly encoded
– properly organized
• Logical organization
– focuses upon data classification and geocoding
– Geocoding is the process of converting addresses (like "1600
Amphitheatre Parkway, Mountain View, CA") into geographic
coordinates (like latitude 37.423021 and longitude -122.083739),
which you can use to place markers on a map, or position the
map.
• Physical organization
– focused upon the way in which the data are stored in the
computer’s memory
Disadvantages Data compaction is very difficult. Results in large data volumes, because when
Data simulation is not easy as each spatial unit scanning no selection of features is done
is different. Very unsuitable for representing point features
Map overlay, a frequently used GIS function Distances between points are very difficult to
involves very intensive computation establish, hence unsuitable for network and
Doesn’t allow data integration with satellite boundary data
remotely sensed data, although Resolution must be very high for fine line
superimposition is possible output, otherwise graphics are coarse.