PGIS Unit 2 CH 3
PGIS Unit 2 CH 3
PGIS Unit 2,
Chapter 03
Data management and
processing systems
By
Pushpa Mahapatro
• Handheld PC’s:
• Advances in computer hardware seem to take
3.1 Hardware place at an ever-increasing rate.
and software • Computers are also becoming increasingly
portable, while offering this increased
trends performance.
• Computers are also becoming increasingly
affordable.
• Hand-held computers are now commonplace in
business and personal use, equipping field
surveyors with powerful tools, complete with
GPS capabilities for instantaneous
georeferencing.
• software providers continue to produce
application programs and operating systems
that, while providing a lot more functionality,
also consume significantly more memory.
• Existing software obviously performs better
when run on faster computers.
• There have also been significant
developments in computer networks.
• Any computer on Earth can connect to some
network, and contact computers virtually
anywhere else, allowing fast and reliable
exchange of (spatial) data.
• Mobile communication:
• Mobile phones are more and more
frequently being used to connect to
computers on the Internet.
• The UMTS protocol (Universal Mobile
Telecommunications System), allows digital
communication of text, audio, and video at a
rate of approximately 2 Mbps.
• combination of a GPS receiver, a
portable computer and mobile phone
has already dramatically changed our
world
• Wireless LAN and WiFi:
• Wireless LANs (Local Area Networks), under
the so-called WiFi standard, nowadays offer a
bandwidth of up to 108 Mbps on a single
connection point, to be shared between
computers.
• They are more and more used for constructing a
computer network in office buildings and in
private homes.
3.2
Geographic • For many years, analogue data sources
information were used, processing was done manually,
systems: and paper maps were produced. The
introduction of modern techniques has led to
an increased use of computers and digital
information in all aspects of spatial data
handling.
Data requirements:
• Typical planning projects require data sources,
both spatial and non-spatial, from different
national institutes, like national mapping
agencies, geological, soil, and forest survey
institutes, and national census bureaus.
• The data sources obtained may be from
different time periods, and the spatial data
may be in different scales or projections. With
the help of a GIS, the spatial data can be
stored in digital form in world coordinates.
GIS can be considered to be a data store
(i.e. a system that stores spatial data), a
3.2.1 GIS toolbox, a technology, an information
software: source or a field of science.
Standards:
• Data organization:
• The data may be organized in thematic categories, such
as land use, topography and administrative subdivisions,
or according to map scale.
• An important underlying need or principle is a
representation of the real world that has to be designed to
reflect phenomena and their relationships as naturally as
possible.
• Cells, pixels and voxels:
• Vector data types describe an object through its boundary, thus dividing the
space into parts that are occupied by the respective objects.
• The raster approach subdivides space into (regular) cells, mostly as a square
tessellation of dimension two or three. These cells are called either cells or
pixels in 2D, and voxels in 3D.
• The data indicates for every cell which real world feature it covers, in case it
represents a discrete field.
Differences:
DBMS and spatial databases:
• All major GIS packages provide
facilities to link with a DBMS and
exchange attribute data with it.
• Spatial (vector) and attribute data
are still sometimes stored in
separate structures, although they
can now be stored directly in a
spatial database.
Data maintenance:
• Maintenance of (spatial) data can best
be defined as the combined activities
to keep the data set up-to-date and as
supportive as possible to the user
community.
• After a major earthquake, for instance,
we may have to update our road
network data to reflect that roads have
been washed away, or have otherwise
become impassable.
SDSS:
3.3.3 Spatial • Spatial queries and process models play
query and an important role in this functionality.
analysis One of the key uses of GISs has been to
support spatial decisions.
• Spatial decision support systems (SDSS)
are a category of information systems
composed of a database, GIS software,
models, and a so-called knowledge
engine which allow users to deal
specifically with locational problems.
• Spatial data analysis:
• Analysis of spatial data can be defined as computing new
information that provides new insight from the existing, stored
spatial data.
• Ex: In mountainous areas this is a complex engineering task with
many cost factors, which include the amount of tunnels and bridges
to be constructed, the total length of the tarmac, and the volume of
rock and soil to be moved. GIS can help to compute such costs on
the basis of an up- to-date digital elevation model and soil map.
• The presentation of spatial data, whether in print or on-screen,
3.3.4 Spatial data in maps or in tabular displays, or as ‘raw data’, is closely related
to the disciplines of cartography, printing and publishing.
presentation • The presentation may either be an end-product, for example as a
printed atlas, or an intermediate product, as in spatial data made
available through the internet.
3.4 Database
management systems
• When the data set is small, its use relatively simple, and with just one
user—we might use simple text files, and a text processor.
• If our data set is still small and numeric by nature, and we have a
single type of use in mind, a spreadsheet program will suffice.
• If we have a number of field observations with measurements that we
want to prepare for statistical analysis.
3.4.3 The relational data
model
Relation instance?
3.4.4 Tuple selection works like a filter: it allows tuples
that meet the selection condition to pass, and
Querying a disallows tuples that do not meet the condition.
relational
database Selection condition: A selection condition is a
truth statement about a tuple’s attribute values
such as: AreaSize>1000.