SlideShare a Scribd company logo
1 of 26
Introduction to GIS systemsIntroduction to GIS systems
By: Vivek SrivastavaBy: Vivek Srivastava
viveksrivastava09@gmail.comviveksrivastava09@gmail.com
1.2
ObjectiveObjective
To understand
The Geographic Systems that help in organizing
spatial and attribute data.
The context of GIS usage- the discipline that
deals with all aspects of spatial data handling
called Geoinformatics.
1.3
OutlineOutline
Introduction
Objective
GI Technologies
GI Systems
GISystems Vs Others
Examples of applied GIS applications
Spatial and attribute data
Integrating analysis with spatial and non-spatial data
Software(s) for GIS
Conclusions
1.4
GIS – What is it ?GIS – What is it ?
Geographic/Geospatial Information
information about places on the earth’s surface
knowledge about “what is where when”
Geographic/geospatial: synonymous
GIS--what’s in the S?
Systems: the technology
Science: the concepts and theory
Studies: the societal context
1.5
GI TechnologiesGI Technologies
Global Positioning Systems (GPS)
a system of earth-orbiting satellites which can provide precise (100
meter to sub-cm.) location on the earth’s surface (in lat/long
coordinates or equiv.)
Remote Sensing (RS)
use of satellites or aircraft to capture information about the earth’s
surface
Digital ortho images a key product (map accurate digital photos)
Geographic Information Systems (GISy)
Software systems with capability for input, storage,
manipulation/analysis and output/display of geographic (spatial)
information
GPS and RS are sources of input data for a GISystems.
A GISystems provides for storing and manipulating GPS and RS data.
1.6
Defining GISDefining GIS
• The common ground between information processing and the
many fields using spatial analysis techniques. (Tomlinson,
1972)
• A powerful set of tools for collecting, storing, retrieving,
transforming, and displaying spatial data from the real world.
(Burroughs, 1986)
• A computerized database management system for the capture,
storage, retrieval, analysis and display of spatial (locationally
defined) data. (NCGIA, 1987)
• A decision support system involving the integration of spatially
referenced data in a problem solving environment. (Cowen,
1988)
• A spatial information handling tool.(Goodchild, 2002)
1.7
GISystemGISystem
A system of integrated computer-based tools for end-to-end
processing (capture, storage, retrieval, analysis, display) of data
using location on the earth’s surface for interrelation in
support of operations management, decision making, and
science.
A map with a database behind it.
A virtual representation of the real world and its infrastructure.
queried to support on-going operations
summarized to support strategic decision making and policy formulation
analyzed to support scientific inquiry
1.8
Why Study GIS?Why Study GIS?
80% of local government activities estimated to be geographically based
plats, zoning, public works (streets, water supply, sewers), garbage collection, land
ownership and valuation, public safety (fire and police)
a significant portion of state government has a geographical component
natural resource management
highways and transportation
businesses use GIS for a very wide array of applications
retail site selection & customer analysis
logistics: vehicle tracking & routing
natural resource exploration (petroleum, etc.)
precision agriculture
civil engineering and construction
Military and defense
Battlefield management
Satellite imagery interpretation
scientific research employs GIS
geography, geology, botany
anthropology, sociology, economics, political science
Epidemiology, criminology
1.9
Examples of applied GISExamples of applied GIS
Civil Engineering/Utility
Locating underground facilities
Designing alignment for freeways, transit
Coordination of infrastructure
maintenance
Business
Demographic Analysis
Market Penetration/ Share Analysis
Site Selection
Education Administration
Attendance Area Maintenance
Enrollment Projections
School Bus Routing
Real Estate
Neighborhood land prices
Traffic Impact Analysis
Determination of Highest and Best Use
Health Care
Epidemiology
Needs Analysis
Service Inventory
Urban Planning, Management
& Policy
Zoning, subdivision planning
Land acquisition
Economic development
Code enforcement
Housing renovation programs
Emergency response
Crime analysis
Tax assessment
Environmental Sciences
Monitoring environmental risk
Modeling stormwater runoff
Management of watersheds,
floodplains, wetlands, forests,
aquifers
Environmental Impact Analysis
Hazardous or toxic facility siting
Groundwater modeling and
contamination tracking
Political Science
Redistricting
Analysis of election results
Predictive modeling
1.10
Knowledge Base for GISKnowledge Base for GIS
GIS
Application Area:
public admin.
planning
geology
mineral exploration
forestry
site selection
marketing
civil engineering
criminal justice
surveying
Computer
Science/MIS
graphics
visualization
database
system administration
security
Geography
and related:
cartography
geodesy
photogrammetry
landforms
spatial statistics.
The convergence of technological fields and
traditional disciplines.
1.11
SS
Data
Decisions
Science
M
anagem
ent
(Geographic Information Systems)
1.12
The GIS Data Model:The GIS Data Model:
ImplementationImplementation
Geographic Integration of InformationGeographic Integration of Information
Digital Orthophoto
Streets
Hydrography
Parcels
Buildings
Zoning
Utilities
Administrative Boundaries
• Data is organized by layers, coverages or themes (synonomous concepts), with each
layer representing a common feature.
• Layers are integrated using explicit location on the earth’s surface, thus geographic
location is the organizing principal.
1.13
The GIS Model: exampleThe GIS Model: example
roads
hydrology
topography
Here we have three layers or themes:
--roads,
--hydrology (water),
--topography (land elevation)
They can be related because precise
geographic coordinates are recorded for
each theme.
longitude
latitude
longitude
longitude
latitude
latitude
Layers are comprised of two data types
•Spatial data which describes location
(where)
•Attribute data specifing what, how
much,when
Layers may be represented in two ways:
•in vector format as points and lines
•in raster(or image) format as pixels
All geographic data has 4 properties:
projection, scale, accuracy and resolution
1.14
Spatial and Attribute DataSpatial and Attribute Data
Spatial data (where)
specifies location
stored in a shape file, geodatabase or similar geographic file
Attribute (descriptive) data (what, how much, when)
specifies characteristics at that location, natural or human-created
stored in a data base table
GIS systems traditionally maintain spatial and attribute data
separately, then “join” them for display or analysis
for example, in ArcView, the Attributes of … table is used to link a
shapefile (spatial structure) with a data base table containing attribute
information in order to display the attribute data spatially on a map
1.15
Representing Data withRepresenting Data with RasterRaster andand VectorVector
ModelsModels
Raster Model
area is covered by grid with (usually) equal-sized, square cells
attributes are recorded by assigning each cell a single value based on
the majority feature (attribute) in the cell, such as land use type.
Image data is a special case of raster data in which the “attribute” is a
reflectance value from the geomagnetic spectrum
cells in image data often called pixels (picture elements)
Vector Model
The fundamental concept of vector GIS is that all geographic features in
the real work can be represented either as:
points or dots (nodes): trees, poles, fire plugs, airports, cities
lines (arcs): streams, streets, sewers,
areas (polygons): land parcels, cities, counties, forest, rock type
Because representation depends on shape, ArcView refers to files containing
vector data as shapefiles
1.16
0 1 2 3 4 5 6 7 8 9
0 R T
1 R T
2 H R
3 R
4 R R
5 R
6 R T T H
7 R T T
8 R
9 R
Real World
Vector Representation
Raster Representation
Concept of
Vector and Raster
line
polygon
point
1.17
Images—dumb rasters
(although they look good!)
Smart Raster—5 feet grids
Smart Vector—Pavement polygonsDumb ImagesDumb Images
& Smart GIS& Smart GIS
DataData
1.18
Projection, Scale, Accuracy andProjection, Scale, Accuracy and
ResolutionResolution
the key properties of spatial datathe key properties of spatial data
Projection: the method by which the curved 3-D surface of the earth is
represented by X,Y coordinates on a 2-D flat map/screen
distortion is inevitable
Scale: the ratio of distance on a map to the equivalent distance on the
ground
in theory GIS is scale independent but in practice there is an implicit range
of scales for data output in any project
Accuracy: how well does the database info match the real world
Positional: how close are features to their real world location?
Consistency: do feature characteristics in database match those in real world
 is a road in the database a road in the real world?
Completeness: are all real world instances of features present in the database?
 Are all roads included.
Resolution: the size of the smallest feature able to be recognized
for raster data, it is the pixel size
1.19
Integrated analysis of Spatial and Attribute DataIntegrated analysis of Spatial and Attribute Data
Analysis of spatial data can be defined as computing from the
existing, stored spatial data that provides new insight.
Functions of this kind operate on the spatial and non-spatial
attributes of data can be grouped in to following groups:
Classification, retrieval, and measurement functions
• Allows to assign features to a class on the basisis of attribute values or
ranges.
• Retrieval of particular field based on the attribute value
• Measurement functions allow the cal of distances, length, are, etc..
Overlay functions
• Combination of two or more layers comaparing them position byy position,
and treating the areas of overlap and non-overlap(to observe union,
intersection and change detection etc.)
Neighbourhood functions
Operates on vicinity of given features which involves the near by features.
Connectivity function
• Evaluates a characteristic of a set of connected spatial units.
• Network functions are used to compute over connected line, features that
make up a network.
1.20
The presentation of spatial data, whether in print or on-screen in
maps or in tabular displays or as raw data is closely related to the
disciplines of cartography, printing, and publishing.
The presentation may either be an end product(Atlas), or an
intermediate product (layout)
Spatial data presentation is done many ways
Cartography and scientific visualization make use of these methods and
devices to produce their products.
In both data capture and data presentation, the internet has become crucial
because of easy to use interface to repository of data sets
Method Device
Hard copy •Printer
•Plotter
•Film witer
Softcopy •Computer screen
Output of
digital data
sets
•Magnetic tape
•CD or DVD
•Storage
•The WWW
Spatial data presentationSpatial data presentation
1.21
Software for GIS:Software for GIS: The Main PlayersThe Main Players
ESRI, Inc., Redlands, CA
clear market leader with about a third of the market
originated commercial GIS with their ArcInfo product in 1981
privately owned by Jack Dangermond, a legend in the field
Strong in gov., education, utilities and business logistics
MapInfo, Troy N.Y.
Aggressive newcomer in early 1990s, but now well-established.
Strong presence in business, especially site selection & marketing, and telecom
Intergraph (Huntsville, AL)
origins in proprietary CAD hardware/software
Older UNIX-based MGE (Modular GIS Environment) evolved from CAD
Current GeoMedia was the first true MS Windows-based GIS
strong in design, public works, and FM (facilities management), but weakening
Bentley Systems (Exton, PA)
MicroStation GeoGraphics, originally developed with Intergraph, is now their
exclusive and main product..
Strong in engineering; advertises itself as “geoengineering”
Autodesk (San Rafael, CA)
Began as PC-based CAD, but now the dominant CAD supplier
The main
two “pure
GIS”
companies.
1.22
Software for GIS: other playersSoftware for GIS: other players
Vector GIS
Smallworld Systems
(Englewood, CO)
first to use OO (early
‘90s), but failed to
compete as established
vendors did same
Purchased by GE in 2000
emphasis on FM & utilities
Manifold
(CDA International Corp):
low cost, but low market
share
Maptitude
(Caliper Corp, Newton,
MA):
another low cost one
Raster GIS
• ERDAS/Imagine
– long established leader
– acquired by Leica Geosystems in 2001
• ER MAPPER
– aggressive newcomer originating in
Australia
• Envi,
– relative newcomer, radar specialization
– acquired by Kodak in 2000
• PCI--Geomatica
– long-term Canadian player
• CARIS
– newer Canadian entry
• GRASS (Rutgers Univ.)
– Classic old-timer originally developed by
US Army Construction Engineering
Research Lab(CERL) in Champaign, IL;
– army ended dev. & support in 1996 but
assumed by Baylor University.
• IDRSI (Clark Univ)
– pioneering, university-developed package
1.23
productsproducts
ArcReader (“adobe acrobat” for maps) & ArcExplorer (spatial data viewer)
Free viewers for geographic data.
ArcGIS 9.x Desktop: two primary modules (MS only)
1. ArcMap: for data display, map production, spatial analysis, data editing
2. ArcCatalog: for data management and preview
ArcToolbox, for specialized data conversions and analyses, available as a window in both
Available capabilities within these modules are “tiered” in three levels
 ArcView: viewing, map production, spatial analysis, basic editing:
 ArcEditor: ArcView, plus specialized editing:
 ArcInfo: ArcView & ArcEditor plus special analyses and conversions:
Extensions: for special apps.: Spatial Analyst, 3D Analyst, Geostatistics, Business Analyst,
etc.
ArcObjects: to build specialized capabilities within ArcMap or ArcCatalog using VB for
Applications
ArcGIS Workstation (for UNIX and MS)
the old command line ArcInfo 7.1
ArcGIS Engine (MS NT/2000/XP)
Set of embeddable GIS components (ArcObjects software objects) for use in building custom
applications
Runs under Windows, Unix and Linux, with support for Java, C++, COM and .NET
Replaces MapObjects which were based upon a previous generation of GIS objects
1.24
ArcGIS Server: three tiers of capability
Data services: ArcSDE (Spatial Database Engine)
 middleware to support spatial data storage in standard DBMS on server
 Supports all major industry databases:
– Oracle, SQL-Server, IBM DB2, Ingres
Map services: ArcIMS (Internet Map Server)
 Provides maps and simple query to a user without a desktop GIS
 Accessed via web interface
Analytic services:
 Permits the creation of server-based specialized GIS applications
 Provides full range of GIS capabilities to a user without a desktop GIS
 Accessed via web interface
(prior to 9.2 these were sold as three separate products)
ArcGIS On-line Services
On-line services made available on the Internet with a subscription
Normally charged on a “per transaction” basis, but can be flat fee
built and operated by ESRI (or other others), usually based on ArcGIS
Server
ESRI Product Line-up: ArcGIS server products (Fall 2007)
1.25
Clients
ESRI ArcGIS SystemESRI ArcGIS SystemESRI ArcGIS SystemESRI ArcGIS System
FilesFiles
(Personal Geodatabase,(Personal Geodatabase,
Shapefiles, Coverages,Shapefiles, Coverages,
Grids, tins, etc)Grids, tins, etc)
ArcSDE Services
Database storage/access
DatabasesDatabases
Multi-user GeodatabasesMulti-user Geodatabases
(in Oracle, SQL Server,(in Oracle, SQL Server,
IBM DBII, etc)IBM DBII, etc)
ArcInfo ArcEditor ArcView
ArcIMS Services
Map display & query
ArcExplorer Browser
Internet
ArcPad
ArcEngine/
ArcObjects
Application
Development &
Customization
c: ArcGIS Workstation
Consistent interface
Increasing capability
ArcMap
ArcCatalog
ArcToolbox
ArcMap
ArcCatalog
ArcToolbox
ArcMap
ArcCatalog
ArcToolbox
Source: ESRI with mods.
Handheld/Wireless
$
ArcServer Services
Full GIS analysis
THANK YOUTHANK YOU

More Related Content

What's hot

Introduction to GIS
Introduction to GISIntroduction to GIS
Introduction to GISJoey Li
 
Geographic information system (gis)
Geographic information system (gis)Geographic information system (gis)
Geographic information system (gis)Vandana Verma
 
land suitability under R.S and G.I.S
land suitability under R.S and G.I.Sland suitability under R.S and G.I.S
land suitability under R.S and G.I.Shena parveen
 
Terminology and Basic Questions About GIS
Terminology and Basic Questions About GISTerminology and Basic Questions About GIS
Terminology and Basic Questions About GISMrinmoy Majumder
 
Introduction to ArcGIS
Introduction to ArcGISIntroduction to ArcGIS
Introduction to ArcGISKate Dougherty
 
Digital image processing
Digital image processingDigital image processing
Digital image processingVandana Verma
 
Introduction to GIS
Introduction to GISIntroduction to GIS
Introduction to GISEhsan Hamzei
 
Intro to GIS and Remote Sensing
Intro to GIS and Remote SensingIntro to GIS and Remote Sensing
Intro to GIS and Remote SensingJohn Reiser
 
Spatial analysis and modeling
Spatial analysis and modelingSpatial analysis and modeling
Spatial analysis and modelingTolasa_F
 
Digital image processing 1
Digital  image processing 1Digital  image processing 1
Digital image processing 1Dhaval Jalalpara
 
Introduction to gis and arc gis
Introduction to gis and arc gis Introduction to gis and arc gis
Introduction to gis and arc gis Saad Raja
 
GIS Applications for Smart Agriculture-Case Studies & Research Prospects.
GIS Applications for Smart Agriculture-Case Studies & Research Prospects.GIS Applications for Smart Agriculture-Case Studies & Research Prospects.
GIS Applications for Smart Agriculture-Case Studies & Research Prospects.AdityaAllamraju1
 
Geo referencing by Mashhood Arif
Geo referencing by Mashhood ArifGeo referencing by Mashhood Arif
Geo referencing by Mashhood ArifKU Leuven
 
Introduction and Application of GIS
Introduction and Application of GISIntroduction and Application of GIS
Introduction and Application of GISSatish Taji
 

What's hot (20)

Introduction to GIS
Introduction to GISIntroduction to GIS
Introduction to GIS
 
Geographic information system (gis)
Geographic information system (gis)Geographic information system (gis)
Geographic information system (gis)
 
Gis
GisGis
Gis
 
land suitability under R.S and G.I.S
land suitability under R.S and G.I.Sland suitability under R.S and G.I.S
land suitability under R.S and G.I.S
 
Terminology and Basic Questions About GIS
Terminology and Basic Questions About GISTerminology and Basic Questions About GIS
Terminology and Basic Questions About GIS
 
Introduction to ArcGIS
Introduction to ArcGISIntroduction to ArcGIS
Introduction to ArcGIS
 
Digital image processing
Digital image processingDigital image processing
Digital image processing
 
Introduction to GIS
Introduction to GISIntroduction to GIS
Introduction to GIS
 
Intro to GIS and Remote Sensing
Intro to GIS and Remote SensingIntro to GIS and Remote Sensing
Intro to GIS and Remote Sensing
 
Types of GIS Data
Types of GIS DataTypes of GIS Data
Types of GIS Data
 
GIS - Topology
GIS - Topology GIS - Topology
GIS - Topology
 
Spatial analysis and modeling
Spatial analysis and modelingSpatial analysis and modeling
Spatial analysis and modeling
 
gis
gisgis
gis
 
Digital image processing 1
Digital  image processing 1Digital  image processing 1
Digital image processing 1
 
Introduction to gis and arc gis
Introduction to gis and arc gis Introduction to gis and arc gis
Introduction to gis and arc gis
 
GIS Applications for Smart Agriculture-Case Studies & Research Prospects.
GIS Applications for Smart Agriculture-Case Studies & Research Prospects.GIS Applications for Smart Agriculture-Case Studies & Research Prospects.
GIS Applications for Smart Agriculture-Case Studies & Research Prospects.
 
Introduction to gis
Introduction to gisIntroduction to gis
Introduction to gis
 
GIS Modeling
GIS ModelingGIS Modeling
GIS Modeling
 
Geo referencing by Mashhood Arif
Geo referencing by Mashhood ArifGeo referencing by Mashhood Arif
Geo referencing by Mashhood Arif
 
Introduction and Application of GIS
Introduction and Application of GISIntroduction and Application of GIS
Introduction and Application of GIS
 

Viewers also liked

Agroforestry systems and architecture
Agroforestry systems and architectureAgroforestry systems and architecture
Agroforestry systems and architectureVivek Srivastava
 
Forest mensuration slide 1
Forest mensuration slide 1Forest mensuration slide 1
Forest mensuration slide 1Vivek Srivastava
 
Natural and artificial regeneration
Natural and artificial regenerationNatural and artificial regeneration
Natural and artificial regenerationVivek Srivastava
 
Design of multiple choice questions
Design of multiple choice questionsDesign of multiple choice questions
Design of multiple choice questionsVivek Srivastava
 

Viewers also liked (6)

Agroforestry systems and architecture
Agroforestry systems and architectureAgroforestry systems and architecture
Agroforestry systems and architecture
 
Forest mensuration slide 1
Forest mensuration slide 1Forest mensuration slide 1
Forest mensuration slide 1
 
Forest classification
Forest classificationForest classification
Forest classification
 
Natural and artificial regeneration
Natural and artificial regenerationNatural and artificial regeneration
Natural and artificial regeneration
 
Design of multiple choice questions
Design of multiple choice questionsDesign of multiple choice questions
Design of multiple choice questions
 
Introduction to forestry
Introduction to forestryIntroduction to forestry
Introduction to forestry
 

Similar to Introduction to GIS systems

Basic of gis concept and theories
Basic of gis concept and theoriesBasic of gis concept and theories
Basic of gis concept and theoriesMohsin Siddique
 
Geographic information system(GIS) and its applications in agriculture
Geographic information system(GIS) and its applications in agricultureGeographic information system(GIS) and its applications in agriculture
Geographic information system(GIS) and its applications in agricultureKiranmai nalla
 
2-200305220204.pdf
2-200305220204.pdf2-200305220204.pdf
2-200305220204.pdfIIT Bombay
 
TYBSC IT PGIS Unit I Chapter I- Introduction to Geographic Information Systems
TYBSC IT PGIS Unit I  Chapter I- Introduction to Geographic Information SystemsTYBSC IT PGIS Unit I  Chapter I- Introduction to Geographic Information Systems
TYBSC IT PGIS Unit I Chapter I- Introduction to Geographic Information SystemsArti Parab Academics
 
Intro of geographic info system
Intro of geographic info systemIntro of geographic info system
Intro of geographic info systemJanak Parmar
 
What is Geography Information Systems (GIS)
What is Geography Information Systems (GIS)What is Geography Information Systems (GIS)
What is Geography Information Systems (GIS)John Lanser
 
Chapter one gis
Chapter one gisChapter one gis
Chapter one gisGokul Saud
 
GIS Lecture_edited.ppt
GIS Lecture_edited.pptGIS Lecture_edited.ppt
GIS Lecture_edited.pptamanueltafese2
 
Fundamentals of GIS and Database Management for Disaster Management
Fundamentals of GIS and Database Management for Disaster ManagementFundamentals of GIS and Database Management for Disaster Management
Fundamentals of GIS and Database Management for Disaster ManagementSyadur Rahaman
 
Geographic Information System for Bachelor in Agriculture Engineering
Geographic Information System for Bachelor in Agriculture EngineeringGeographic Information System for Bachelor in Agriculture Engineering
Geographic Information System for Bachelor in Agriculture EngineeringDinesh Bishwakarma
 
A quick overview of geospatial analysis
A quick overview of geospatial analysisA quick overview of geospatial analysis
A quick overview of geospatial analysisMd.Farhad Hossen
 
Unit 4 Data Input and Analysis.pptx
Unit 4 Data Input and Analysis.pptxUnit 4 Data Input and Analysis.pptx
Unit 4 Data Input and Analysis.pptxe20ag004
 

Similar to Introduction to GIS systems (20)

Basic of gis concept and theories
Basic of gis concept and theoriesBasic of gis concept and theories
Basic of gis concept and theories
 
Geographic information system(GIS) and its applications in agriculture
Geographic information system(GIS) and its applications in agricultureGeographic information system(GIS) and its applications in agriculture
Geographic information system(GIS) and its applications in agriculture
 
Overview of gis new
Overview of gis newOverview of gis new
Overview of gis new
 
2-200305220204.pdf
2-200305220204.pdf2-200305220204.pdf
2-200305220204.pdf
 
TYBSC IT PGIS Unit I Chapter I- Introduction to Geographic Information Systems
TYBSC IT PGIS Unit I  Chapter I- Introduction to Geographic Information SystemsTYBSC IT PGIS Unit I  Chapter I- Introduction to Geographic Information Systems
TYBSC IT PGIS Unit I Chapter I- Introduction to Geographic Information Systems
 
Intro of geographic info system
Intro of geographic info systemIntro of geographic info system
Intro of geographic info system
 
What is Geography Information Systems (GIS)
What is Geography Information Systems (GIS)What is Geography Information Systems (GIS)
What is Geography Information Systems (GIS)
 
Gis
GisGis
Gis
 
Gis
GisGis
Gis
 
Chapter one gis
Chapter one gisChapter one gis
Chapter one gis
 
GIS Lecture_edited.ppt
GIS Lecture_edited.pptGIS Lecture_edited.ppt
GIS Lecture_edited.ppt
 
GIS
GISGIS
GIS
 
Fundamentals of GIS and Database Management for Disaster Management
Fundamentals of GIS and Database Management for Disaster ManagementFundamentals of GIS and Database Management for Disaster Management
Fundamentals of GIS and Database Management for Disaster Management
 
introduction to GIS
introduction to GIS introduction to GIS
introduction to GIS
 
Change detection
Change detection Change detection
Change detection
 
Geographic Information System for Bachelor in Agriculture Engineering
Geographic Information System for Bachelor in Agriculture EngineeringGeographic Information System for Bachelor in Agriculture Engineering
Geographic Information System for Bachelor in Agriculture Engineering
 
A quick overview of geospatial analysis
A quick overview of geospatial analysisA quick overview of geospatial analysis
A quick overview of geospatial analysis
 
Mrp Intrim
Mrp IntrimMrp Intrim
Mrp Intrim
 
Unit 4 Data Input and Analysis.pptx
Unit 4 Data Input and Analysis.pptxUnit 4 Data Input and Analysis.pptx
Unit 4 Data Input and Analysis.pptx
 
gis.pdf
gis.pdfgis.pdf
gis.pdf
 

More from Vivek Srivastava (20)

Forest mensuratiion slide 2
Forest mensuratiion slide 2Forest mensuratiion slide 2
Forest mensuratiion slide 2
 
Tree forms
Tree formsTree forms
Tree forms
 
Silvicultural systems
Silvicultural systemsSilvicultural systems
Silvicultural systems
 
Uneven-aged Regeneration Systems
Uneven-aged Regeneration SystemsUneven-aged Regeneration Systems
Uneven-aged Regeneration Systems
 
Introduction to gps and gnss
Introduction to gps and gnssIntroduction to gps and gnss
Introduction to gps and gnss
 
Economic Importance of Broad Leaved Trees
Economic Importance of  Broad Leaved TreesEconomic Importance of  Broad Leaved Trees
Economic Importance of Broad Leaved Trees
 
Group system forestry
Group system   forestryGroup system   forestry
Group system forestry
 
Silvicultural systems
Silvicultural systemsSilvicultural systems
Silvicultural systems
 
Soil survey and land use
Soil survey and land useSoil survey and land use
Soil survey and land use
 
Radar
RadarRadar
Radar
 
Passive and active sensors
Passive and active sensorsPassive and active sensors
Passive and active sensors
 
Electromagnetic spectrum
Electromagnetic spectrumElectromagnetic spectrum
Electromagnetic spectrum
 
Electromagnetic radiation
Electromagnetic radiationElectromagnetic radiation
Electromagnetic radiation
 
Characteristics of remote sensing satellites
Characteristics of remote sensing satellitesCharacteristics of remote sensing satellites
Characteristics of remote sensing satellites
 
Forest ecology and biodiversity
Forest ecology and biodiversityForest ecology and biodiversity
Forest ecology and biodiversity
 
wildlife biology
wildlife biologywildlife biology
wildlife biology
 
Mangroves
MangrovesMangroves
Mangroves
 
Conifer
ConiferConifer
Conifer
 
Myrtaceae
MyrtaceaeMyrtaceae
Myrtaceae
 
Plant taxonomy
Plant taxonomyPlant taxonomy
Plant taxonomy
 

Recently uploaded

Artificial Intelligence in Power System overview
Artificial Intelligence in Power System overviewArtificial Intelligence in Power System overview
Artificial Intelligence in Power System overviewsandhya757531
 
Computer Graphics Introduction, Open GL, Line and Circle drawing algorithm
Computer Graphics Introduction, Open GL, Line and Circle drawing algorithmComputer Graphics Introduction, Open GL, Line and Circle drawing algorithm
Computer Graphics Introduction, Open GL, Line and Circle drawing algorithmDeepika Walanjkar
 
Comprehensive energy systems.pdf Comprehensive energy systems.pdf
Comprehensive energy systems.pdf Comprehensive energy systems.pdfComprehensive energy systems.pdf Comprehensive energy systems.pdf
Comprehensive energy systems.pdf Comprehensive energy systems.pdfalene1
 
SOFTWARE ESTIMATION COCOMO AND FP CALCULATION
SOFTWARE ESTIMATION COCOMO AND FP CALCULATIONSOFTWARE ESTIMATION COCOMO AND FP CALCULATION
SOFTWARE ESTIMATION COCOMO AND FP CALCULATIONSneha Padhiar
 
Paper Tube : Shigeru Ban projects and Case Study of Cardboard Cathedral .pdf
Paper Tube : Shigeru Ban projects and Case Study of Cardboard Cathedral .pdfPaper Tube : Shigeru Ban projects and Case Study of Cardboard Cathedral .pdf
Paper Tube : Shigeru Ban projects and Case Study of Cardboard Cathedral .pdfNainaShrivastava14
 
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONTHE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONjhunlian
 
ROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.ppt
ROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.pptROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.ppt
ROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.pptJohnWilliam111370
 
multiple access in wireless communication
multiple access in wireless communicationmultiple access in wireless communication
multiple access in wireless communicationpanditadesh123
 
KCD Costa Rica 2024 - Nephio para parvulitos
KCD Costa Rica 2024 - Nephio para parvulitosKCD Costa Rica 2024 - Nephio para parvulitos
KCD Costa Rica 2024 - Nephio para parvulitosVictor Morales
 
CS 3251 Programming in c all unit notes pdf
CS 3251 Programming in c all unit notes pdfCS 3251 Programming in c all unit notes pdf
CS 3251 Programming in c all unit notes pdfBalamuruganV28
 
Energy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptxEnergy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptxsiddharthjain2303
 
High Voltage Engineering- OVER VOLTAGES IN ELECTRICAL POWER SYSTEMS
High Voltage Engineering- OVER VOLTAGES IN ELECTRICAL POWER SYSTEMSHigh Voltage Engineering- OVER VOLTAGES IN ELECTRICAL POWER SYSTEMS
High Voltage Engineering- OVER VOLTAGES IN ELECTRICAL POWER SYSTEMSsandhya757531
 
List of Accredited Concrete Batching Plant.pdf
List of Accredited Concrete Batching Plant.pdfList of Accredited Concrete Batching Plant.pdf
List of Accredited Concrete Batching Plant.pdfisabel213075
 
Turn leadership mistakes into a better future.pptx
Turn leadership mistakes into a better future.pptxTurn leadership mistakes into a better future.pptx
Turn leadership mistakes into a better future.pptxStephen Sitton
 
Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...
Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...
Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...Sumanth A
 
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catcherssdickerson1
 
Module-1-(Building Acoustics) Noise Control (Unit-3). pdf
Module-1-(Building Acoustics) Noise Control (Unit-3). pdfModule-1-(Building Acoustics) Noise Control (Unit-3). pdf
Module-1-(Building Acoustics) Noise Control (Unit-3). pdfManish Kumar
 
Immutable Image-Based Operating Systems - EW2024.pdf
Immutable Image-Based Operating Systems - EW2024.pdfImmutable Image-Based Operating Systems - EW2024.pdf
Immutable Image-Based Operating Systems - EW2024.pdfDrew Moseley
 
signals in triangulation .. ...Surveying
signals in triangulation .. ...Surveyingsignals in triangulation .. ...Surveying
signals in triangulation .. ...Surveyingsapna80328
 

Recently uploaded (20)

Artificial Intelligence in Power System overview
Artificial Intelligence in Power System overviewArtificial Intelligence in Power System overview
Artificial Intelligence in Power System overview
 
Computer Graphics Introduction, Open GL, Line and Circle drawing algorithm
Computer Graphics Introduction, Open GL, Line and Circle drawing algorithmComputer Graphics Introduction, Open GL, Line and Circle drawing algorithm
Computer Graphics Introduction, Open GL, Line and Circle drawing algorithm
 
Comprehensive energy systems.pdf Comprehensive energy systems.pdf
Comprehensive energy systems.pdf Comprehensive energy systems.pdfComprehensive energy systems.pdf Comprehensive energy systems.pdf
Comprehensive energy systems.pdf Comprehensive energy systems.pdf
 
SOFTWARE ESTIMATION COCOMO AND FP CALCULATION
SOFTWARE ESTIMATION COCOMO AND FP CALCULATIONSOFTWARE ESTIMATION COCOMO AND FP CALCULATION
SOFTWARE ESTIMATION COCOMO AND FP CALCULATION
 
Paper Tube : Shigeru Ban projects and Case Study of Cardboard Cathedral .pdf
Paper Tube : Shigeru Ban projects and Case Study of Cardboard Cathedral .pdfPaper Tube : Shigeru Ban projects and Case Study of Cardboard Cathedral .pdf
Paper Tube : Shigeru Ban projects and Case Study of Cardboard Cathedral .pdf
 
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONTHE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
 
Designing pile caps according to ACI 318-19.pptx
Designing pile caps according to ACI 318-19.pptxDesigning pile caps according to ACI 318-19.pptx
Designing pile caps according to ACI 318-19.pptx
 
ROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.ppt
ROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.pptROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.ppt
ROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.ppt
 
multiple access in wireless communication
multiple access in wireless communicationmultiple access in wireless communication
multiple access in wireless communication
 
KCD Costa Rica 2024 - Nephio para parvulitos
KCD Costa Rica 2024 - Nephio para parvulitosKCD Costa Rica 2024 - Nephio para parvulitos
KCD Costa Rica 2024 - Nephio para parvulitos
 
CS 3251 Programming in c all unit notes pdf
CS 3251 Programming in c all unit notes pdfCS 3251 Programming in c all unit notes pdf
CS 3251 Programming in c all unit notes pdf
 
Energy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptxEnergy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptx
 
High Voltage Engineering- OVER VOLTAGES IN ELECTRICAL POWER SYSTEMS
High Voltage Engineering- OVER VOLTAGES IN ELECTRICAL POWER SYSTEMSHigh Voltage Engineering- OVER VOLTAGES IN ELECTRICAL POWER SYSTEMS
High Voltage Engineering- OVER VOLTAGES IN ELECTRICAL POWER SYSTEMS
 
List of Accredited Concrete Batching Plant.pdf
List of Accredited Concrete Batching Plant.pdfList of Accredited Concrete Batching Plant.pdf
List of Accredited Concrete Batching Plant.pdf
 
Turn leadership mistakes into a better future.pptx
Turn leadership mistakes into a better future.pptxTurn leadership mistakes into a better future.pptx
Turn leadership mistakes into a better future.pptx
 
Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...
Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...
Robotics-Asimov's Laws, Mechanical Subsystems, Robot Kinematics, Robot Dynami...
 
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
 
Module-1-(Building Acoustics) Noise Control (Unit-3). pdf
Module-1-(Building Acoustics) Noise Control (Unit-3). pdfModule-1-(Building Acoustics) Noise Control (Unit-3). pdf
Module-1-(Building Acoustics) Noise Control (Unit-3). pdf
 
Immutable Image-Based Operating Systems - EW2024.pdf
Immutable Image-Based Operating Systems - EW2024.pdfImmutable Image-Based Operating Systems - EW2024.pdf
Immutable Image-Based Operating Systems - EW2024.pdf
 
signals in triangulation .. ...Surveying
signals in triangulation .. ...Surveyingsignals in triangulation .. ...Surveying
signals in triangulation .. ...Surveying
 

Introduction to GIS systems

  • 1. Introduction to GIS systemsIntroduction to GIS systems By: Vivek SrivastavaBy: Vivek Srivastava viveksrivastava09@gmail.comviveksrivastava09@gmail.com
  • 2. 1.2 ObjectiveObjective To understand The Geographic Systems that help in organizing spatial and attribute data. The context of GIS usage- the discipline that deals with all aspects of spatial data handling called Geoinformatics.
  • 3. 1.3 OutlineOutline Introduction Objective GI Technologies GI Systems GISystems Vs Others Examples of applied GIS applications Spatial and attribute data Integrating analysis with spatial and non-spatial data Software(s) for GIS Conclusions
  • 4. 1.4 GIS – What is it ?GIS – What is it ? Geographic/Geospatial Information information about places on the earth’s surface knowledge about “what is where when” Geographic/geospatial: synonymous GIS--what’s in the S? Systems: the technology Science: the concepts and theory Studies: the societal context
  • 5. 1.5 GI TechnologiesGI Technologies Global Positioning Systems (GPS) a system of earth-orbiting satellites which can provide precise (100 meter to sub-cm.) location on the earth’s surface (in lat/long coordinates or equiv.) Remote Sensing (RS) use of satellites or aircraft to capture information about the earth’s surface Digital ortho images a key product (map accurate digital photos) Geographic Information Systems (GISy) Software systems with capability for input, storage, manipulation/analysis and output/display of geographic (spatial) information GPS and RS are sources of input data for a GISystems. A GISystems provides for storing and manipulating GPS and RS data.
  • 6. 1.6 Defining GISDefining GIS • The common ground between information processing and the many fields using spatial analysis techniques. (Tomlinson, 1972) • A powerful set of tools for collecting, storing, retrieving, transforming, and displaying spatial data from the real world. (Burroughs, 1986) • A computerized database management system for the capture, storage, retrieval, analysis and display of spatial (locationally defined) data. (NCGIA, 1987) • A decision support system involving the integration of spatially referenced data in a problem solving environment. (Cowen, 1988) • A spatial information handling tool.(Goodchild, 2002)
  • 7. 1.7 GISystemGISystem A system of integrated computer-based tools for end-to-end processing (capture, storage, retrieval, analysis, display) of data using location on the earth’s surface for interrelation in support of operations management, decision making, and science. A map with a database behind it. A virtual representation of the real world and its infrastructure. queried to support on-going operations summarized to support strategic decision making and policy formulation analyzed to support scientific inquiry
  • 8. 1.8 Why Study GIS?Why Study GIS? 80% of local government activities estimated to be geographically based plats, zoning, public works (streets, water supply, sewers), garbage collection, land ownership and valuation, public safety (fire and police) a significant portion of state government has a geographical component natural resource management highways and transportation businesses use GIS for a very wide array of applications retail site selection & customer analysis logistics: vehicle tracking & routing natural resource exploration (petroleum, etc.) precision agriculture civil engineering and construction Military and defense Battlefield management Satellite imagery interpretation scientific research employs GIS geography, geology, botany anthropology, sociology, economics, political science Epidemiology, criminology
  • 9. 1.9 Examples of applied GISExamples of applied GIS Civil Engineering/Utility Locating underground facilities Designing alignment for freeways, transit Coordination of infrastructure maintenance Business Demographic Analysis Market Penetration/ Share Analysis Site Selection Education Administration Attendance Area Maintenance Enrollment Projections School Bus Routing Real Estate Neighborhood land prices Traffic Impact Analysis Determination of Highest and Best Use Health Care Epidemiology Needs Analysis Service Inventory Urban Planning, Management & Policy Zoning, subdivision planning Land acquisition Economic development Code enforcement Housing renovation programs Emergency response Crime analysis Tax assessment Environmental Sciences Monitoring environmental risk Modeling stormwater runoff Management of watersheds, floodplains, wetlands, forests, aquifers Environmental Impact Analysis Hazardous or toxic facility siting Groundwater modeling and contamination tracking Political Science Redistricting Analysis of election results Predictive modeling
  • 10. 1.10 Knowledge Base for GISKnowledge Base for GIS GIS Application Area: public admin. planning geology mineral exploration forestry site selection marketing civil engineering criminal justice surveying Computer Science/MIS graphics visualization database system administration security Geography and related: cartography geodesy photogrammetry landforms spatial statistics. The convergence of technological fields and traditional disciplines.
  • 12. 1.12 The GIS Data Model:The GIS Data Model: ImplementationImplementation Geographic Integration of InformationGeographic Integration of Information Digital Orthophoto Streets Hydrography Parcels Buildings Zoning Utilities Administrative Boundaries • Data is organized by layers, coverages or themes (synonomous concepts), with each layer representing a common feature. • Layers are integrated using explicit location on the earth’s surface, thus geographic location is the organizing principal.
  • 13. 1.13 The GIS Model: exampleThe GIS Model: example roads hydrology topography Here we have three layers or themes: --roads, --hydrology (water), --topography (land elevation) They can be related because precise geographic coordinates are recorded for each theme. longitude latitude longitude longitude latitude latitude Layers are comprised of two data types •Spatial data which describes location (where) •Attribute data specifing what, how much,when Layers may be represented in two ways: •in vector format as points and lines •in raster(or image) format as pixels All geographic data has 4 properties: projection, scale, accuracy and resolution
  • 14. 1.14 Spatial and Attribute DataSpatial and Attribute Data Spatial data (where) specifies location stored in a shape file, geodatabase or similar geographic file Attribute (descriptive) data (what, how much, when) specifies characteristics at that location, natural or human-created stored in a data base table GIS systems traditionally maintain spatial and attribute data separately, then “join” them for display or analysis for example, in ArcView, the Attributes of … table is used to link a shapefile (spatial structure) with a data base table containing attribute information in order to display the attribute data spatially on a map
  • 15. 1.15 Representing Data withRepresenting Data with RasterRaster andand VectorVector ModelsModels Raster Model area is covered by grid with (usually) equal-sized, square cells attributes are recorded by assigning each cell a single value based on the majority feature (attribute) in the cell, such as land use type. Image data is a special case of raster data in which the “attribute” is a reflectance value from the geomagnetic spectrum cells in image data often called pixels (picture elements) Vector Model The fundamental concept of vector GIS is that all geographic features in the real work can be represented either as: points or dots (nodes): trees, poles, fire plugs, airports, cities lines (arcs): streams, streets, sewers, areas (polygons): land parcels, cities, counties, forest, rock type Because representation depends on shape, ArcView refers to files containing vector data as shapefiles
  • 16. 1.16 0 1 2 3 4 5 6 7 8 9 0 R T 1 R T 2 H R 3 R 4 R R 5 R 6 R T T H 7 R T T 8 R 9 R Real World Vector Representation Raster Representation Concept of Vector and Raster line polygon point
  • 17. 1.17 Images—dumb rasters (although they look good!) Smart Raster—5 feet grids Smart Vector—Pavement polygonsDumb ImagesDumb Images & Smart GIS& Smart GIS DataData
  • 18. 1.18 Projection, Scale, Accuracy andProjection, Scale, Accuracy and ResolutionResolution the key properties of spatial datathe key properties of spatial data Projection: the method by which the curved 3-D surface of the earth is represented by X,Y coordinates on a 2-D flat map/screen distortion is inevitable Scale: the ratio of distance on a map to the equivalent distance on the ground in theory GIS is scale independent but in practice there is an implicit range of scales for data output in any project Accuracy: how well does the database info match the real world Positional: how close are features to their real world location? Consistency: do feature characteristics in database match those in real world  is a road in the database a road in the real world? Completeness: are all real world instances of features present in the database?  Are all roads included. Resolution: the size of the smallest feature able to be recognized for raster data, it is the pixel size
  • 19. 1.19 Integrated analysis of Spatial and Attribute DataIntegrated analysis of Spatial and Attribute Data Analysis of spatial data can be defined as computing from the existing, stored spatial data that provides new insight. Functions of this kind operate on the spatial and non-spatial attributes of data can be grouped in to following groups: Classification, retrieval, and measurement functions • Allows to assign features to a class on the basisis of attribute values or ranges. • Retrieval of particular field based on the attribute value • Measurement functions allow the cal of distances, length, are, etc.. Overlay functions • Combination of two or more layers comaparing them position byy position, and treating the areas of overlap and non-overlap(to observe union, intersection and change detection etc.) Neighbourhood functions Operates on vicinity of given features which involves the near by features. Connectivity function • Evaluates a characteristic of a set of connected spatial units. • Network functions are used to compute over connected line, features that make up a network.
  • 20. 1.20 The presentation of spatial data, whether in print or on-screen in maps or in tabular displays or as raw data is closely related to the disciplines of cartography, printing, and publishing. The presentation may either be an end product(Atlas), or an intermediate product (layout) Spatial data presentation is done many ways Cartography and scientific visualization make use of these methods and devices to produce their products. In both data capture and data presentation, the internet has become crucial because of easy to use interface to repository of data sets Method Device Hard copy •Printer •Plotter •Film witer Softcopy •Computer screen Output of digital data sets •Magnetic tape •CD or DVD •Storage •The WWW Spatial data presentationSpatial data presentation
  • 21. 1.21 Software for GIS:Software for GIS: The Main PlayersThe Main Players ESRI, Inc., Redlands, CA clear market leader with about a third of the market originated commercial GIS with their ArcInfo product in 1981 privately owned by Jack Dangermond, a legend in the field Strong in gov., education, utilities and business logistics MapInfo, Troy N.Y. Aggressive newcomer in early 1990s, but now well-established. Strong presence in business, especially site selection & marketing, and telecom Intergraph (Huntsville, AL) origins in proprietary CAD hardware/software Older UNIX-based MGE (Modular GIS Environment) evolved from CAD Current GeoMedia was the first true MS Windows-based GIS strong in design, public works, and FM (facilities management), but weakening Bentley Systems (Exton, PA) MicroStation GeoGraphics, originally developed with Intergraph, is now their exclusive and main product.. Strong in engineering; advertises itself as “geoengineering” Autodesk (San Rafael, CA) Began as PC-based CAD, but now the dominant CAD supplier The main two “pure GIS” companies.
  • 22. 1.22 Software for GIS: other playersSoftware for GIS: other players Vector GIS Smallworld Systems (Englewood, CO) first to use OO (early ‘90s), but failed to compete as established vendors did same Purchased by GE in 2000 emphasis on FM & utilities Manifold (CDA International Corp): low cost, but low market share Maptitude (Caliper Corp, Newton, MA): another low cost one Raster GIS • ERDAS/Imagine – long established leader – acquired by Leica Geosystems in 2001 • ER MAPPER – aggressive newcomer originating in Australia • Envi, – relative newcomer, radar specialization – acquired by Kodak in 2000 • PCI--Geomatica – long-term Canadian player • CARIS – newer Canadian entry • GRASS (Rutgers Univ.) – Classic old-timer originally developed by US Army Construction Engineering Research Lab(CERL) in Champaign, IL; – army ended dev. & support in 1996 but assumed by Baylor University. • IDRSI (Clark Univ) – pioneering, university-developed package
  • 23. 1.23 productsproducts ArcReader (“adobe acrobat” for maps) & ArcExplorer (spatial data viewer) Free viewers for geographic data. ArcGIS 9.x Desktop: two primary modules (MS only) 1. ArcMap: for data display, map production, spatial analysis, data editing 2. ArcCatalog: for data management and preview ArcToolbox, for specialized data conversions and analyses, available as a window in both Available capabilities within these modules are “tiered” in three levels  ArcView: viewing, map production, spatial analysis, basic editing:  ArcEditor: ArcView, plus specialized editing:  ArcInfo: ArcView & ArcEditor plus special analyses and conversions: Extensions: for special apps.: Spatial Analyst, 3D Analyst, Geostatistics, Business Analyst, etc. ArcObjects: to build specialized capabilities within ArcMap or ArcCatalog using VB for Applications ArcGIS Workstation (for UNIX and MS) the old command line ArcInfo 7.1 ArcGIS Engine (MS NT/2000/XP) Set of embeddable GIS components (ArcObjects software objects) for use in building custom applications Runs under Windows, Unix and Linux, with support for Java, C++, COM and .NET Replaces MapObjects which were based upon a previous generation of GIS objects
  • 24. 1.24 ArcGIS Server: three tiers of capability Data services: ArcSDE (Spatial Database Engine)  middleware to support spatial data storage in standard DBMS on server  Supports all major industry databases: – Oracle, SQL-Server, IBM DB2, Ingres Map services: ArcIMS (Internet Map Server)  Provides maps and simple query to a user without a desktop GIS  Accessed via web interface Analytic services:  Permits the creation of server-based specialized GIS applications  Provides full range of GIS capabilities to a user without a desktop GIS  Accessed via web interface (prior to 9.2 these were sold as three separate products) ArcGIS On-line Services On-line services made available on the Internet with a subscription Normally charged on a “per transaction” basis, but can be flat fee built and operated by ESRI (or other others), usually based on ArcGIS Server ESRI Product Line-up: ArcGIS server products (Fall 2007)
  • 25. 1.25 Clients ESRI ArcGIS SystemESRI ArcGIS SystemESRI ArcGIS SystemESRI ArcGIS System FilesFiles (Personal Geodatabase,(Personal Geodatabase, Shapefiles, Coverages,Shapefiles, Coverages, Grids, tins, etc)Grids, tins, etc) ArcSDE Services Database storage/access DatabasesDatabases Multi-user GeodatabasesMulti-user Geodatabases (in Oracle, SQL Server,(in Oracle, SQL Server, IBM DBII, etc)IBM DBII, etc) ArcInfo ArcEditor ArcView ArcIMS Services Map display & query ArcExplorer Browser Internet ArcPad ArcEngine/ ArcObjects Application Development & Customization c: ArcGIS Workstation Consistent interface Increasing capability ArcMap ArcCatalog ArcToolbox ArcMap ArcCatalog ArcToolbox ArcMap ArcCatalog ArcToolbox Source: ESRI with mods. Handheld/Wireless $ ArcServer Services Full GIS analysis