Lesson 16 Introduction To GIS
Lesson 16 Introduction To GIS
16.1 Definition
A geographic information system (GIS) is basically a
computerized information system like any other database, but
with an important difference: all information in GIS must be
linked to a geographic (spatial) reference (latitude/longitude, or
other spatial coordinates).
Item Usage
(Source: http://www.tiger.esa.int/TrainingCds/cd_01/conte
nt_2/sez_2_3/Unit-III-GIS.pdf)
2. GIS Software
The software modules can be grouped as follow-
1. Data input and verification
2. Data storage and database management
3. Data output and presentation
4. Data transformation
5. interaction with the user
(http://www.tiger.esa.int/TrainingCds/cd_01/content_2/sez_2
_3/Unit-III-GIS.pdf)
Fig. 16.4. The main software components of a
geographical information system.
(Source-
(http://www.tiger.esa.int/TrainingCds/cd_01/content_2/sez_2
_3/Unit-III-GIS.pdf)
16.2.1 GIS Functional Components
Because of the different origins these systems have, it's
important to understand each of the functional components of
a GIS. Each of the various GIS software packages emphasizes
certain aspects of spatial data handling and deemphasizes or
omits others. The degree of emphasis placed on development
of certain features depends on the marketplace a vendor is
targeting. None of the current GIS software packages place
their emphasis on the defense community; therefore, an
understanding of the basic components of a GIS is needed.
Understanding these underlying concepts will help users in
their research of the technology and also in the development of
applications for the defense community (NSA, 2008).
Data capture and input processing
The first GIS component is Data Capture and Input Processing.
In order to successfully implement a GIS, one must have data
available for the study area. This includes the acquisition of the
data, its digitization, and the appropriate tagging of attributes.
Sources may include hard copy maps, existing digital data,
imaginary and tabular data. The format, coordinate system, and
geographic projection of the data must be known before input
into a GIS. One must also be able to generalize the data and
select only the amount of data are necessary for a particular
project. Digital data take up a huge amount of storage space on
computer systems; therefore the thinning and proper selection
of this data is important. Most of the GIS software packages
have algorithms and methods to aid in. this process. One must
also be aware of the amount of error that exists in the data being
used and fully understand its limits and implications in project
accuracy. Inherent data errors have been a traditional
bottleneck in the development of GIS technology. Research is
currently being done to help quantify this error (NSA, 2008).
Digital data formats
"All data that can be mapped have both a locationl (x,y) and
nonlocational (i.e., attribute) characteristics.. These attributes
can be both qualitative (e.g., the land use at a location) and
quantitative (e.g. the elevation at the same location). In addition
the attributes data location can be monitored through time.
These three components location, attribute and time - represent
the content of most GIS. This information has to be somehow
represented inside the GIS. Map data in this particular format
are called digital data, and the process of getting the data into
this format is called digitization. Digital data are represented in
the computer as large sets of numbers, not as analog images.
Two different data structures are commonly used to represent
map data inside the GIS: raster and vector representations. Four
fundamental types of geographic data have to be stored within
a GIS: point lines, polygons, and surfaces. T Raster and vector
data representations use different techniques to store points,
lines, polygons, and surfaces. These techniques will be
discussed because they provide a basis for comparison of the
two different types of digital data representations (NSA, 2008).
Data storage and data management
The second functional component of a GIS is the role of data
storage and the management of these data. Once the data
encoded in their proper digital format, they must be stored in
the GIS. Most of the GISs use a database mode to store these
data. Today's Geographic Information Systems can use either a
hierarchical network or a relational database model to achieve
this component. The geographic information is arranged in files
of related information, each file being called a layer. Each of
these layers can be combined or overlaid upon each other to
form new layers. These newly created layers form the basis for
geographical analysis and can be queried to answer questions
of interest to the user. Each of the attributes associated with this
geographic data is stored in the database alongside its data
structure and is queriable.
Since the amount of data needed is usually large, it's
recommended that someone interested in setting up a GIS
obtain the proper amount of disk storage. With the price of disk
space decreasing and the storage capability on each hard disk
drive increasing, the space requirements needed for these
databases are becoming obtainable. One must always pay
attention to the storage capacity demands of both the GIS
package itself and the digital data being used for the project
(NSA, 2008).
Data manipulation
The third functional component of a GIS is the role of data
manipulation. To extract meaningful information from a GIS
.database, one must be able to query it and ask logical
questions. The leading database model used in GIS technology
is the relational database. Relational databases have the ability
to join different attribute tables to create new relationships
among the data. This concept is important to the GIS in that the
geographic data are stored in the database along with its
attribute tables, which enhance the geographic data. This
relationship helps make all features within a GIS queriable.
When layers of data are combined, the attribute information for
this material is carried along and also becomes queriable. As
new information is added to the database and geographic layers
are combined among themselves, the newly created geographic
and spatial queries aid in performing actual analysis on the data.
For example, a typical query could be to find all features of a
defined type within a certain area. Another is to find all features
that are adjacent to a specified feature. A third is to find all
features that are a certain distance from another defined feature.
A point and click type query could also be implemented (e.g.,
point to a road and tell me the attributes that are associated with
that road) (NSA, 2008).
Data display and output
The fourth and final functional component of a GIS is the role
of data display and output. All GIBs should include software
for this capability and they should provide means for both soft-
and hardcopy output. The ability to interface with output
peripherals such as wax thermal printers and plotters to be able
to produce a map depicting the results of analysis is important
to say the least. Report generation and business graphic
generation are necessary for some applications. Geographic
Information Systems have been found to be lacking in this
arena. Tabular data could be imported into desktop publishing
packages or spreadsheet packages with little trouble to
compensate for this deficiency. Spreadsheet packages could be
used to produce graphical output displays such as histograms
and time/frequency plots. One should also understand the types
of maps he wants to produce when evaluating GIS software
packages. Consider this list of maps when deciding what type
of output capability a package has: polygon/cloropleth maps,
contour/isarithm maps, three-dimension/perspective map and
grid-cell maps (NSA, 2008).
16.3 Architecture
Geographic information systems (GIS) are becoming more
usual due to the improved performance of computer systems.
GIS applications are being developed using the three-tier
software architecture traditionally used for general purpose
information systems. Even though this architecture is suitable
for GIS applications, the special nature and exclusive
characteristics of geographic information pose special
functional requirements on the architecture in terms of
conceptual and logical models, data structures, access methods,
analysis techniques, or visualization procedures. The
architecture of general-purpose information systems must
consist of three separate tiers, namely: the presentation tier, the
application logic tier (or business logic tier), and the data tier.
The main advantage of this architecture is that it enforces a
strict separation of the functionality of the system into three
different independent modules that interact only at well-
defined interfaces. This enables a developer to modify each one
of these modules of the application with little impact on the
others. Therefore, this architecture provides increased
performance, flexibility, maintainability, reusability and
scalability. Even though the three-tier architecture for general-
purpose information systems is suitable for GIS, the special
nature and exclusive characteristics of geographic information
pose special functional requirements on the architecture in
terms of conceptual and logical models, data structures, access
methods, analysis techniques, or visualization procedures. For
instance:
Special data types and operations are needed to
represent and manipulate geographic information.
Geographic information requires many different
analysis and visualization procedures.
Geographic information is typically voluminous with
a naturally imposed hierarchical structure.
Geographic information processing is characterized
by transactions that are much longer than a typical
standard relational database transaction.
There are two different conceptual views of
geographic space: an object-based view and a field-
based view.
These and other features impact the overall architecture of a
GIS. (Miguel et al., 2005)
16.3.1 System Architecture
The special nature of geographic information makes more
important the fulfillment of some requirements of general-
purpose information systems, such as flexibility, extensibility,
reusability, scalability, reliability, and security. In order to
provide these features, the architecture of the GIS must be
based on an extensible DBMS providing geographic
information management services, and a collection of modular,
highly-distributed, geographic information processing and
visualization services (Miguel et al., 2005)
16.3.2 A Generic Architecture
This architecture is heavily influenced by the proposals of the
ISO/TC 211 and OGC, and reuses the work of these
organizations where their specifications are mature. Fig. 16.5
shows the proposal of a generic architecture for geographic
information systems. The architecture separates the
functionality of the system in three independent tiers, namely
the Data Tier, the Application Logic Tier and the Presentation
Tier. The Presentation Tier is responsible for implementing the
user interface of the system, displaying the maps and providing
some basic functionality over them. Finally, the Application
Logic Tier implements the problem-solving functionality of the
system. (Miguel et al., 2005)
Fig. 16.5. A Generic System Architecture for GIS.
(Source: Miguel et al., 2005)
16.3.3 Web GIS Architecture:
In performing the GIS analysis tasks, WEB GIS is similar to
the client/server typical three-tier architecture. The geo-
processing is breaking down into server-side and client-side
tasks. A client typically is a Web browser. The server-side
consists of a Web server, Web GIS software and Database (Fig.
16.6) (Helali, 2001)
Fig. 16.6. How a typical WEB GIS model works.
(Source: Alesheikh et al, 2001)
This model of network widely exists within enterprises, in
which some computers act as servers and others act as clients.
Servers simply have the proprietary GIS running, and add a
client interface at the client side and a middleware at the server
side to communicate between the client and the proprietary GIS
software. Recent development in object oriented programming
make it possible to produce software components, and send
them to the client before running it in the client machine, such
as Java classes, ActiveX components and plug-ins. This comes
out to the thick client GIS. The thick-client architecture let the
client machine do the most processing works locally. Both thin
and thick-client systems have some advantages and drawbacks,
but they are not the best solution in terms of taking advantage
of network resources. (Alesheikh et al, 2001)
16.3.3.1 Thin Client Architecture (Server Side
Applications)
The thin client architecture is used in typical architecture. In a
thin-client system, the clients only have user interfaces to
communicate with the server and display the results. All the
processing is done on the server actually as shown in Fig. 16.7.
The server computers usually have more power than the client,
and manage the centralized resources. Besides, the main
functionality is on the Server side in thin architecture there is
also the possibility for utility programs at the server side to be
linked to the server software. Fig. 16.3 shows schematic
communication between Web browser, Web Server and GIS
server. On the Web Server side, there are some possibilities to
realize the GIS connection to the World Wide Web; CGI, Web
Server Application Programming Interface (API), Active
Server Pages (ASP), Java Server Pages (JSP) and Java- Servlet.
The descriptions of the five possibilities mentioned above are
in Helali, (2001).
Autodesk www.usa.autodesk.com
ERDAS www.erdas.com
ER Mapper www.ermapper.com
ESRI www.esri.com
GRASS www.grass.itc.it
Idrisi www.clarklabs.org
ILWISS www.itc.nl/ilwis
Landserf www.landserf.org
MapInfo www.mapinfo.com
Variowin www.sst.unil.ch/research/variowin
Virtuozo www.supresoft.com.
Digital
Earth www.dgeo.org
Digital National
Framework www.dnf.org
GIS
Day www.gisday.com
GIS Research UK
www.geo.ed.ac.u
(GISRUK)
k/gisruk
www.gridforum.o
Grid Forum 2001
rg
International Association of
www.isprs.org
Photogrammetry & Remote Sensing
International DEM
www.cse.dmu.ac.
Service
EarthExplorer www.earthexplorer.usgs.gov
ALOS data
www.cross.restec.or.jp
search
EOS Data
Gateway www.cr.usgs.gov/pub/imswelcome/plain.html
edcims
ESA EOLI
www.catalogues.eoportal.org
catalogues
Geo
Communit
www.data.geocomm.com
y GIS free
data depot
GeoEye
(GeoFUSE www.geofuse.geoeye.com/landing
)
GIS data
www.gisdepot.com
depot
GIS
www.gislounge.com
Lounge
GLCF wwwlcf.umiacs.umd.edu
Glovis www.glovis.usgs.gov
SPOT
www.sirius.spotimage.fr
catalogue
SRTM
www2.jpl.nasa.gov/srtm/cbanddataproducts.ht
Public
ml
Data
Analysis of
Location of major
resource Informing the
Economic business and their
demand by availability of local
development primary resource
potential local suppliers
demands
supplier
Analysis of
potential
Identification of ideal
Identification of capacity
Transportation high density
sanitation, truck development in
and Services development areas
routes, land fill and certain area and
Routing based on
recycling area accident
transportation
patterns in
certain sites
Analysis of
public support
for housing by Analysis of funding
Inventory of
geographic area, for housing
housing condition,
Housing drive time from rehabilitation,
status, durability
low income location of related
and demographics
areas to needed public facilities
service facilities
etc
Analysis of
infrastructure by
Inventory of roads, demographic Analysis to schedule
Infrastructure sidewalks, bridges, variables such maintenance and
utilities as income and expansion
population
change
Spatial, time
series analysis
of the spread of
Location of person
disease, effects Analysis of possible
Health with particular
of sources of diseases
health problems
environmental
condition on
disease
Analysis of tax
revenues by
Identification of Projecting land
landuse within
Tax Maps ownership data by revenue change due
various distance
land plot to land use change
from the city
centre
Inventory of Analysis of
Reallocation of
location of police police visibility
police resources and
station, crimes, and presence;
Law facilities to areas
arrests, patrol car officers in
Enforcement where they are likely
routing, alarm and relation to
to be most efficient
security system density of
and effective.
locations criminal activity
Analysis of
percentage of
Parcel inventory of land used in
Evaluation of land-
zoning areas, each category,
use plan based on
Land-use floodplains, density levels
demographic
planning industrial parks, by
characteristics of
land uses, trees, neighbourhoods,
nearby population
green space etc threats to
residential
amenities
Analysis of
neighbourhood
access to parks
Modeling population
Inventory of park and recreation
Parks and growth projections
holdings/playscapes, opportunities,
Recreation and potential future
trails by type etc age-related
recreational needs
proximity to
relevant
playscapes
Analysis of
Inventory of Modeling potential
spread rates and
environmental environmental harm
cumulative
hazards in relation to specific local
pollution level;
Environmental to vital resources areas; analysis of
analysis of
Monitoring such as place- specific
potential years
groundwater; multilayered
of life lost in a
layering of nonpoint pollution abatement
particular area
pollution sources plans
due to hazards
Analysis of
Location of key Modeling effect of
potential effects
emergency exit placing emergency
of emergencies
Emergency routes, their traffic facilities and
of various
Management flow capacity and response capacities
magnitudes on
critical danger in particular
exit routes,
points locations
traffic flows etc
Location of persons
with specific
demographic Analysis of
Modeling effect of
characteristics such voting
Geodemo- placing information
as voting patterns, characteristics
graphics kiosks at particular
service usage and of particular
locations
preferences, areas
commuting routes
occupations
Source:http://www.scribd.com/doc/55973482/Geographic-
InformationSystems and-Science
17.4.6 Business and service planning
Business and service planning (sometimes called retailing)
applications focus upon the use of geographic data to provide
operational, tactical, and strategic context to decisions that
involve the fundamental question, where? Geodemographics is
a shorthand term for composite indicators of consumer
behavior that are available at the small area level (e.g., census
output area, or postal zone). Geodemographic data are the basis
for much market area analysis.
The tools of business applications typically range from simple
desktop mapping to sophisticated decision sup-port systems.
Tools are used to analyze and inform the range of operational,
tactical, and strategic functions of an organization. These tools
may be part of standard GIS software, or they may be
developed in-house by the organization, or they may be
purchased as a ‘business solution’ product. Operational
functions concern the day-to-day processing of routine
transactions and inventory analysis in an organization, such as
stock management. Tactical functions require the allocation
of resources to address specific (usually short term) problems,
such as store sales promotions. Strategic functions contribute
to the organization’s longer-term goals and mission, and entail
problems such as opening new stores or rationalizing existing
store networks. Early business applications were simply
concerned with mapping spatially referenced data, as a general
descriptive indicator of the retail environment. This remains the
first stage in most business applications, and in itself adds an
important dimension to analysis of organizational function.
(Longley, 2005)
17.4.7 Logistics and transportation
Knowing where things are can be of enormous importance for
the fields of logistics and transportation, which deal with the
movement of goods and people from one place to another and
the infrastructure (highways, railroads, canals) that moves
them. Logistics companies (e.g., parcel delivery companies,
shipping companies) need to organize their operations,
deciding where to place their central sorting warehouses and
the facilities that transfer goods from one mode to another (e.g.,
from truck to ship), how to route parcels from origins to
destinations, and how to route delivery trucks. All of these
fields employ GIS, in a mixture of operational, tactical, and
strategic applications.
The field of logistics addresses the shipping and transportation
of goods. Each of these applications has two parts: the static
part that deals with the fixed infrastructure, and the dynamic
part that deals with the vehicles, goods, and people that move
on the static part. Of course, not even a highway network is
truly static, since highways are often rebuilt, new highways are
added, and highways are even some-times moved. But the
minute-to-minute timescale of vehicle movement is sharply
different from the year-to-year changes in the infrastructure.
Historically, GIS has been easier to apply to the static part, but
recent developments in the technology are making it much
more powerful as a tool to address the dynamic part as well.
Today, it is possible to use GPS to track vehicles as they move
around, and transit authorities increasingly use such systems to
inform their users of the locations of buses and trains. (Longley,
2005)
17.4.8 Environment
GIS allows us to compare the environmental conditions
prevailing in different nations. Generally, it is understood that
the 21st century will see increasing proportions of the world’s
population resident in cities and towns, and so understanding
of the environmental impacts of urban settlements is an
increasingly important focus of attention in science and policy.
Researchers have used GIS to investigate and understand how
urban sprawl occurs, in order to understand the environmental
consequences of sprawl and to predict its future consequences.
Such predictions can be based on historic patterns of growth,
together with information on the locations of roads, steeply
sloping land unsuitable for development, land that is otherwise
protected from urban use, and other factors that encourage or
restrict urban development. Each of these factors may be
represented in map form, as a layer in the GIS, while specialist
software can be designed to simulate the processes that drive
growth. These urban growth models are examples of dynamic
simulation model, or computer programs designed to simulate
the operation of some part of the human or environmental
system. (Longley, 2005)
17.4.9 Other Applications
GIS applications involve both natural and man-made entities.
Examples are common in areas where we study the effect of
human activity on the environment. Railroad construction is
such an area: it may involve parcels to be reclaimed by
Government; it deals with environmental impact assessment
and will usually be influenced by many restrictions, such as not
crossing seasonally flooded lands, and staying within
inclination extremes in hilly terrain.
A second distinction in applications of GIS stems from the
overall purposes of use of the system. A prototypical use of GIS
is that of a research project with an explicitly defined project
objective. Such projects usually have an a priori defined
duration. Feasibility studies like site suitability, but also
simulation studies, for instance in erosion modeling, are
examples. We call all of these project-based GIS applications.
In contrast to these are institutional GIS applications. They can
be characterized in various ways. The life time (duration) of
these applications is either indefinite or at least not a priori
defined. Their goal is usually to provide base data to others, not
to address a single research issue. Good examples of this
category are monitoring systems like early warning systems for
food/water scarcity, or systems that keep track of weather
patterns. Indeed, our El Niño example is best qualified under
this heading, because the SST and WS measurements continue.
Another class of examples is found in governmental agencies
like national topographic surveys, cadastral organizations and
national census bureaus. They see it as their task to administer
(geographic) changes, and their main business is to stay up-to-
date, and provide data to others, in the form of printed material
such as maps or in the form of digital data. (DeMers, 2009)
17.4.9.1 Managing business activities
GIS is about business. In fact, a whole new industry of business
geographic is developing because GIS can affect the bottom
line, improve product quality, and provide new opportunities.
Here are a few examples of how different sectors of the
business world are using GIS:
17.4.9.2 Banking: GIS activities in banking and financial
institutions include regulatory compliance customer
prospecting, and locating new branches and ATMs.
17.4.9.3 Business locations and customer behavior: You can
more effectively Fig. out where to place a business if you know
your customer base’s location. The closer or more accessible
you are to the people whose buying patterns match your
products, the more apt you are to be successful. Businesses can
also compare market share with other surrounding businesses
and adjust to changing demographic conditions.
17.4.9.4 Insurance claims adjustment: GIS can perform all
the typical business and marketing tasks, including identifying
potential clients, and determining risk factors. And if you’re an
insurance broker, imagine being able to match applications for
storm and flood insurance with a map of the 100-year flood
zone.
17.4.9.5 Journalism: The media, especially the television
news media, use flythrough, zoom-ins, and visual overlays of
maps on imagery, providing a media-rich and enticing product.
17.4.9.6 Real estate: Real estate agents, both residential and
commercial, use a GIS to search for and select properties that
match client needs. Some appraisers use GIS to perform mass
appraisals of whole regions at the same time.
17.4.9.7 Trucking and delivery: Moving products and
material is getting more expensive all the time. Minimizing
route lengths reduces cost, speeds delivery times, and increases
customer satisfaction. GIS has tools specifically designed to
work with road and rail networks.
17.4.9.8 Planning city operations and expansion: City,
county, and regional planning has long used GIS to track
development, zone land parcels, assess available resources, and
plan for future growth. GIS allows planners to evaluate master
plans, monitor expansion and traffic patterns, predict change,
monitor population, and even decide the best place to put the
new government planning office. Many GIS operations across
the world are called planning departments, not GIS
departments. But they often use GIS as their primary tool.
17.4.9.9 Providing protection and emergency
services: Police, human services, and emergency services are
beginning to use GIS. Crime mappers can identify crime hot
spots and move officers where needed, corrections officers can
track their parolees, hospitals can be placed where they meet
the most need, and dispatchers can route emergency services
(such as ambulance and fire) to their destinations — all with
the power of GIS.
17.4.9.10 Land management and conservation: The first
major implementation of GIS managed the enormous expanse
of Canada’s natural and mineral resources. In this and similar
applications, the software can help monitor fires and dispatch
firefighters, monitor and manage disease and insect outbreaks,
control land use and land inventory, select set asides and
easements, track and manage wildlife, plan for ecotourism,
and much more. Combined with today’s expanding
complement of Earth-sensing satellites, the role of GIS in land
management is sure to continue to expand.
17.4.9.11 Military and defense-related tasks: The military
and intelligence communities are taking advantage of the
GIS toolkit, which includes tools specifically targeted to those
users. By combining top-secret satellite data and visual
evaluation from unmanned aerial vehicles (UAVs) with the
power of GIS and existing datasets, defense departments can
evaluate troop movements, target artillery fire, test scenarios,
perform supply and logistics operations, and monitor borders.
The military and intelligence communities often rely on the
same geospatial tools available to the general public — but they
have exclusive access to certain data and data sources, as well
as some additional and quite sophisticated software. (DeMers,
2009)
17.4.9.12 Uses Of Coastal GIS Packages
1. Retrieval of information of any specific site.
2. Provision of summary data for planning purpose.
3. Graphical display for educational and public relation
exercise.
4. Classification of coasts and management zone.
5. Predicting modeling to determine.
A. Projections of coastal changes.
B. Impacts of individual schemes.
C. Impacts from changes of use.
D. Impacts from natural calamities.
(ESRI White Paper, 2006)
17.4.9.13 GIS for Fire Prevention
Wildfire prevention efforts can be focused where wildfires pose
the greatest risk of resource loss. When intense fire areas
(highly flammable landscapes) exist near high-risk areas
(ignition sources) and high values, fire prevention becomes
critical. Historical fire information can be viewed with all the
other landscape information. Fire prevention officers can begin
to determine an appropriate program strategy. This fire
prevention strategy may be one of education, enforcement, or
engineering, depending on the type of land use and historical
fire causes. As housing development continues to expand and
encroach into wooded and brush-covered areas, it becomes fire
prone. The "urban interface" requires extensive fire prevention
and fire protection measures. GIS can model and display
potential fire prevention/protection strategies. (Ramachandran,
2005)
17.4.9.14 GIS for Vegetation Management
Landscapes that require vegetation management treatments
(e.g., prescribed fire, mechanical treatments) will stand out
when using GIS. Landscapes with high flammability
characteristics (high hazard, high risk, and high value) become
obvious candidates for vegetation or fuel treatment programs.
GIS technology allows fire managers to identify prescribed fire
and vegetation management projects with the highest benefit
(meeting multiple goals for resource and fire management).
Vegetation management tactics can include mechanical,
chemical, or prescribed burning techniques. GIS can assist in
modeling how a fire will behave and spread under a variety of
conditions to assist in developing fire prescriptions.
(Ramachandran, 2005)
17.4.9.15 Education and Training
GIS is beneficial for education and training. Wildfire
management personnel require several years of experience and
training to become proficient. GIS provides access to detailed
landscape information during wildfire events. Fire personnel
begin to understand the complexities, fire effects, and fire
behavior characteristics of various wildfires much sooner when
using GIS. Modeling provides a better understanding of what a
fire might do and what elements influence the wildfire most.
Wildfire knowledge has traditionally been gained through
years of experience, formal training, and discussions with
experienced fire personnel. GIS is now another resource fire
personnel can use to expand their understanding of the
variables and complexities that affect wildfires. As modeling
becomes more precise, dispatchers will be able to determine the
potential of new starts and possible dispatch requirements.
GIS is a vital tool for wildfire information management. GIS is
a primary repository of information that can be quickly
accessed and viewed when required. GIS is becoming more
suitable for emergency field operation use and is integrating
tools that allow real-time display of information. Rapid access
to information, safety, efficiency, and better resource
management decisions are being made with the use of GIS for
wildfire management. Information is critical for wild land fire
management. GIS is information, all in one place, easy to
visualize and understand.
(Ramachandran, 2005)
Keywords: GIS Workflow, Database Management System
(DBMS), GIS packages, Open-Source GIS, Applications of
GIS.
References
Blasby, D., Davis, M., Kim, D. and Ramsey, P.
(2002). GIS Conflation using Open Source Tools, A
white paper, pp.3-4.
de By R.A, Knippers R.A, Sun Y, Ellis M.C, Kraak
M.J, Weir M.J.C, Georgiadou Y, Radwan M.M,
Westen C.J, Kainz W and Sides E.J. (2001) Principles
of Geographical Information Systems, ITC, (43-44).
DeMers N.M (2009) GIS for Dummies, Wiley
Publishing, pp. 20-22 and pp.315.
ESRI White Paper (2006) GIS Technology and
Applications for the Fire Service
http://dusk.geo.orst.edu/gis/Chapter9_notes.pdf
http://gis.nic.in/gisprimer/dbms.html
http://gisserver.civil.iitd.ac.in/gislab/Lecture/Lecture
%2001_Introduction%20to%20GIS.pdf
http://www.albireotelematics.com/pre_processing.ht
ml
http://www.geog.ubc.ca/courses/klink/gis.notes/ncgia/
u01.html#SEC1.2
Hunter, A.J.S and Steiniger, S. (2012), The 2012 Free
and Open source GIS Software Map – A Guide to
facilitate Research, Development and Adoption,
Computers, Environment and Urban Systems.
Javier de la Torre, Report of existing GIS standards
and software – Deliverable 3.6.1, Synthesys NA- D
3.6.
Johnson, E.L. (2009). Geographic Information
Systems in Water Resources Engineering, CRC Press,
pp. 18.
Liu, J.G. and Mason, P.J. (2009). Essential Image
Processing and GIS for Remote Sensing, John Wiley
& Sons Ltd, pp.424.
Longley P.A, Goodchild M.F, Maguire J.D, and
Rhind W.D. (2005) Geographic Information Systems
and Science, John Wiley & Sons Ltd, 2(170-175) and
2(36-60).
Steiniger, S. and Weibel, R. (2009). GIS Software –
A description in 1000 words, University of Calgary,
University of Zurich.
Lesson 18 Data Models
Sca Operato
Examples
le rs
No
=,≠ and Categorical (class) identifiers (e.g.
min
mode 5=forest, 4=pasture,9= urban)
al
<,≤, ≥,>
Ord Sequences of natural order, for example 1,
and
inal 2, 3, 4
median