SlideShare une entreprise Scribd logo
1  sur  38
GIS Data Structures
How do we represent the world in
a GIS database?
Basic Data Structures for GIS
1. Vector
2. Raster
3. TIN (triangulated
irregular network)
4. Tabular Information
(attribute table)
Vector Data Structure
lines
polygons
In vector data layers, the feature layer is linked to
an attribute table. Every individual feature
corresponds to one record (row) in the attribute
table.
Vector Data Structure
About Image Files
• Image files contain no
data
• They are the background
• You can create data
based on images
• Not considered a “data”
structure
Raster Data Structure (Grid)
A raster grid can store values that represent categories, for example,
vegetation type
The basic grid attribute table has a value and
count field
The value field has a code or some real number
representing information about the grid cell. In
this case it is a code for vegetation.
The count field shows how many grid cells have
that same value.
Raster Data Structure
A raster grid can store values that represent categories, for example,
vegetation type
A grid table can also have additional information,
in this case the name of the vegetation type. But
is always has the value and count fields.
Raster Data Structure
Grids can also store continuous values like elevation
Raster Data Structure
Elevation grid for area north of Kirkuk, Iraq
From space shuttle radar topography mission (SRTM)
Zoom in and you see the grid cells
These are called:
Digital Elevation Models (DEM)
Raster Data Structure
So 2 ways of representing elevation:
Vector contour lines Raster grid
Raster Data Structure
Sources of raster data
Interpreted
satellite imagery,
e.g., land cover
Conversion of vector to raster data
Raster Data Structure
Sources of raster data Spatial analysis performed on vector data
A point layer of crime reports
A density grid derived from
the same crime data –
interpolation of point data
over a continuous surface
Raster Data Structure
Sources of raster data
Although an digital aerial photo is in raster format, it has no data.
Raster Data Structure
Raster Data Structure
Raster and Vector Data Structures
Point
Line
Polygon
Vector Raster
Raster data are described by a cell grid, one value per cell
Zone of cells
• Features with discrete
shapes and
boundaries (e.g.,
street, land ownership
parcel, well)
• Database
management
• Database query and
reporting
• Network analysis
• High quality maps
• Continuous surfaces
with fuzzy boundaries
or with qualities that
change gradual over
space (e.g., soil, land
cover, vegetation,
pollution)
• Spatial analysis and
modeling (e.g.,
agricultural suitability)
Vector Raster
A 3rd data structure for representing surfaces:
Triangulated Irregular Network (TIN)
TIN Data Structure
Elevation points
connected by
lines to form
polygons that
contain
topographic
information
TIN Data Structure
Elevation points
connected by
lines to form
polygons that
contain
topographic
information
TIN Data Structure
TIN Data Structure
TIN Data Structure
• Linear geographic features such as streams and
ridges are more accurately represented in a TIN
• Less points are needed to represent the
topography – less hard disk space is needed
• Points can be concentrated in important areas
where the topography is more variable, or where
more detail is required (e.g., small areas of land)
• Survey data and known elevations can easily be
incorporated into a TIN
• Some functions cannot be performed with DEM
data, but are easily done with a TIN
TIN Data Structure
Advantages
3 GIS Spatial Data Structure Types
Attribute table
“Flat File” with columns and rows
Row = geographic feature record
Column = attribute field (item of information about a feature)
Attribute Data Structure
Attribute field general types
• Numeric (integer or decimals)
• Text (string)
• Date
• Blob (binary large object)
Attribute data types
• Categorical (name):
– nominal
• no inherent ordering
• land use types, county names
– ordinal
• inherent order
• road class; stream class
Note: often coded to numbers (eg. SSN)
but can’t do arithmetic
• Numerical
Known difference between values
– interval
• No natural zero
• can’t say ‘twice as much’
• temperature (Celsius or
Fahrenheit)
– ratio
• natural zero
• ratios make sense (e.g. twice
as much)
• income, age, rainfall
Note: may be expressed as integer
[whole number] or floating point [decimal
fraction]
Attribute data tables can contain locational information, such as addresses
or a list of X,Y coordinates. ArcView refers to these as event tables. However,
these must be converted to true spatial data (shape file), for example by
geocoding, before they can be displayed as a map.
Topology
When you edit features in an electric utility
system, you want to be sure that the ends of
primary and secondary lines connect exactly and
that you are able to perform tracing analysis on
that electric network.
Features need to be connected using specific rules.
Network Topology
Planar topology
Property parcels of land must adjoin each other
exactly, without gaps or overlaps. This two-
dimensional graph is called a planar topology.
Topological relationships
The relationships that do not change if you imagine a map being
on a rubber sheet and you pull and stretch the rubber sheet in
different directions.
Vector and TIN data can have topological structure.
Raster and images can not have a topological structure.
For a project
• What data layers
• Vector, raster, TIN, image?
• Topological structure (network connectivity
or planar topology)?
• Attributes?
• Minimum required accuracy?
Some objects are non-topological and can be freely placed in a
geographic area.
Examples?
Many objects are primarily stored in a GIS for the purpose of
background display on a map, so it is usually not necessary to
store them in a topological format.
If roads are a background layer in your GIS, they will probably
be simple features. If roads are part of an analysis of a
transportation system, they should be topological features.
Should a data layer be topologically structured?
ArcGIS Major Data Formats
• Coverages (Arc/Info)
– Older
– Used with ArcInfo versions 7 and older
• Shape files
– Developed when ArcView was released
– ArcView merged with ArcInfo at version 8
• Geodatabases
– Developed when ArcGIS was released (version 8)
– Shapefiles are still used, but the move is toward
geodatabases
Arc/Info Coverages
Coverages are an older data structure in which topology could be modeled.
You will still find many data sets in Arc/Info coverage data formats.
But for new data, you should use geodatabase or shapefile formats.
Shape files
Shape files can be created with ArcView software.
Geodatabases
Geodatabases can be created with ArcGIS 8.x , 9.x, and 10
Geodatabases give you more power to specify rules for features
and structure topology
Summary
• 3 Spatial Data Structure Types in GIS
– Vector
– Raster
– TIN
• Attribute Data Structure – Tables of
columns and rows
• Topology – needed for spatial data to
“know” where other data is

Contenu connexe

Tendances

Tendances (20)

A short introduction to GIS
A short introduction to GISA short introduction to GIS
A short introduction to GIS
 
Gis functions
Gis functionsGis functions
Gis functions
 
Raster data and Vector data
Raster data and Vector dataRaster data and Vector data
Raster data and Vector data
 
Geographical Information System (GIS)
Geographical Information System (GIS)Geographical Information System (GIS)
Geographical Information System (GIS)
 
Components of Spatial Data Quality in GIS
Components of Spatial Data Quality in GISComponents of Spatial Data Quality in GIS
Components of Spatial Data Quality in GIS
 
Components of GIS
Components of GISComponents of GIS
Components of GIS
 
GIS data analysis
GIS data analysisGIS data analysis
GIS data analysis
 
Introduction and Application of GIS
Introduction and Application of GISIntroduction and Application of GIS
Introduction and Application of GIS
 
Introduction to gis and its application
Introduction to gis and its application Introduction to gis and its application
Introduction to gis and its application
 
Introduction to GIS
Introduction to GISIntroduction to GIS
Introduction to GIS
 
Gis (geographic information system)
Gis (geographic information system)Gis (geographic information system)
Gis (geographic information system)
 
Gis
GisGis
Gis
 
An introduction to geographic information systems (gis) m goulbourne 2007
An introduction to geographic information systems (gis)   m goulbourne 2007An introduction to geographic information systems (gis)   m goulbourne 2007
An introduction to geographic information systems (gis) m goulbourne 2007
 
Gis Geographical Information System Fundamentals
Gis Geographical Information System FundamentalsGis Geographical Information System Fundamentals
Gis Geographical Information System Fundamentals
 
NDGISUC2017 - Introducing ArcGIS Pro
NDGISUC2017 - Introducing ArcGIS ProNDGISUC2017 - Introducing ArcGIS Pro
NDGISUC2017 - Introducing ArcGIS Pro
 
GIS Data Types
GIS Data TypesGIS Data Types
GIS Data Types
 
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 - lecture-1.ppt
GIS - lecture-1.pptGIS - lecture-1.ppt
GIS - lecture-1.ppt
 
IMAGE INTERPRETATION TECHNIQUES of survey
IMAGE INTERPRETATION TECHNIQUES of surveyIMAGE INTERPRETATION TECHNIQUES of survey
IMAGE INTERPRETATION TECHNIQUES of survey
 
Geographical Information System (GIS) Georeferencing and Digitization, Bihar ...
Geographical Information System (GIS) Georeferencing and Digitization, Bihar ...Geographical Information System (GIS) Georeferencing and Digitization, Bihar ...
Geographical Information System (GIS) Georeferencing and Digitization, Bihar ...
 

Similaire à UNIT - III GIS DATA STRUCTURES (1).ppt

Arc gis introduction-ppt
Arc gis introduction-pptArc gis introduction-ppt
Arc gis introduction-ppt
Ashok Peddi
 
Assignment vector raster
Assignment vector rasterAssignment vector raster
Assignment vector raster
fredsk2006
 
GettingKnowTo ArcGIS10x
GettingKnowTo ArcGIS10xGettingKnowTo ArcGIS10x
GettingKnowTo ArcGIS10x
mukti subedi
 

Similaire à UNIT - III GIS DATA STRUCTURES (1).ppt (20)

Types of GIS Data
Types of GIS DataTypes of GIS Data
Types of GIS Data
 
Arc gis introduction-ppt
Arc gis introduction-pptArc gis introduction-ppt
Arc gis introduction-ppt
 
Gis basic
Gis basicGis basic
Gis basic
 
spatial databases ADBMS ppt
spatial databases ADBMS pptspatial databases ADBMS ppt
spatial databases ADBMS ppt
 
Assignment vector raster
Assignment vector rasterAssignment vector raster
Assignment vector raster
 
Vector data model
Vector data modelVector data model
Vector data model
 
Data models in geographical information system(GIS)
Data models in geographical information system(GIS)Data models in geographical information system(GIS)
Data models in geographical information system(GIS)
 
Día 3
Día 3Día 3
Día 3
 
ppt spatial data
ppt spatial datappt spatial data
ppt spatial data
 
UG6thSem_major_GIS Data Structures.pptx DR P DAS.1.pptx
UG6thSem_major_GIS Data Structures.pptx DR P DAS.1.pptxUG6thSem_major_GIS Data Structures.pptx DR P DAS.1.pptx
UG6thSem_major_GIS Data Structures.pptx DR P DAS.1.pptx
 
Spatial data for GIS
Spatial data for GISSpatial data for GIS
Spatial data for GIS
 
Geoinformatics.pptx
Geoinformatics.pptxGeoinformatics.pptx
Geoinformatics.pptx
 
the title of this course is Entitles as GIS and Remote sensing
the title of this course is Entitles as GIS and Remote sensingthe title of this course is Entitles as GIS and Remote sensing
the title of this course is Entitles as GIS and Remote sensing
 
gislec1.ppt
gislec1.pptgislec1.ppt
gislec1.ppt
 
Essentials of R
Essentials of REssentials of R
Essentials of R
 
GettingKnowTo ArcGIS10x
GettingKnowTo ArcGIS10xGettingKnowTo ArcGIS10x
GettingKnowTo ArcGIS10x
 
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
 
Geographic information system (gis)
Geographic information system (gis)Geographic information system (gis)
Geographic information system (gis)
 
Introduction to Geographic Information Systems (GIS).pptx
Introduction to Geographic Information Systems (GIS).pptxIntroduction to Geographic Information Systems (GIS).pptx
Introduction to Geographic Information Systems (GIS).pptx
 
Geographic information system
Geographic information systemGeographic information system
Geographic information system
 

Plus de RamMishra65

UNIT - III GIS DATA STRUCTURES (2).ppt
UNIT - III GIS DATA STRUCTURES (2).pptUNIT - III GIS DATA STRUCTURES (2).ppt
UNIT - III GIS DATA STRUCTURES (2).ppt
RamMishra65
 
Casting for 2022 GATE ESE PSUs by S K Mondal .pdf
Casting for 2022 GATE ESE PSUs by S K Mondal .pdfCasting for 2022 GATE ESE PSUs by S K Mondal .pdf
Casting for 2022 GATE ESE PSUs by S K Mondal .pdf
RamMishra65
 
NTMM for GATE IES PSUs 2023 by S K Mondal.pdf
NTMM for GATE IES PSUs 2023 by S K Mondal.pdfNTMM for GATE IES PSUs 2023 by S K Mondal.pdf
NTMM for GATE IES PSUs 2023 by S K Mondal.pdf
RamMishra65
 
Powder_Metallurgy__Part_I__Doubt_Clearing_Session_with_anno.pdf
Powder_Metallurgy__Part_I__Doubt_Clearing_Session_with_anno.pdfPowder_Metallurgy__Part_I__Doubt_Clearing_Session_with_anno.pdf
Powder_Metallurgy__Part_I__Doubt_Clearing_Session_with_anno.pdf
RamMishra65
 
4209-Article Text-20296-1-10-20210531.pdf
4209-Article Text-20296-1-10-20210531.pdf4209-Article Text-20296-1-10-20210531.pdf
4209-Article Text-20296-1-10-20210531.pdf
RamMishra65
 
Powder_Metallurgy__Part_II_with_anno.pdf
Powder_Metallurgy__Part_II_with_anno.pdfPowder_Metallurgy__Part_II_with_anno.pdf
Powder_Metallurgy__Part_II_with_anno.pdf
RamMishra65
 
Powder_Metallurgy__Part_III__Doubt_Clearing_Session_no_anno.pdf
Powder_Metallurgy__Part_III__Doubt_Clearing_Session_no_anno.pdfPowder_Metallurgy__Part_III__Doubt_Clearing_Session_no_anno.pdf
Powder_Metallurgy__Part_III__Doubt_Clearing_Session_no_anno.pdf
RamMishra65
 

Plus de RamMishra65 (10)

UNIT - III GIS DATA STRUCTURES (2).ppt
UNIT - III GIS DATA STRUCTURES (2).pptUNIT - III GIS DATA STRUCTURES (2).ppt
UNIT - III GIS DATA STRUCTURES (2).ppt
 
Basic Geodesy.pdf
Basic Geodesy.pdfBasic Geodesy.pdf
Basic Geodesy.pdf
 
gis.pdf
gis.pdfgis.pdf
gis.pdf
 
OE7302 syllabus.pdf
OE7302 syllabus.pdfOE7302 syllabus.pdf
OE7302 syllabus.pdf
 
Casting for 2022 GATE ESE PSUs by S K Mondal .pdf
Casting for 2022 GATE ESE PSUs by S K Mondal .pdfCasting for 2022 GATE ESE PSUs by S K Mondal .pdf
Casting for 2022 GATE ESE PSUs by S K Mondal .pdf
 
NTMM for GATE IES PSUs 2023 by S K Mondal.pdf
NTMM for GATE IES PSUs 2023 by S K Mondal.pdfNTMM for GATE IES PSUs 2023 by S K Mondal.pdf
NTMM for GATE IES PSUs 2023 by S K Mondal.pdf
 
Powder_Metallurgy__Part_I__Doubt_Clearing_Session_with_anno.pdf
Powder_Metallurgy__Part_I__Doubt_Clearing_Session_with_anno.pdfPowder_Metallurgy__Part_I__Doubt_Clearing_Session_with_anno.pdf
Powder_Metallurgy__Part_I__Doubt_Clearing_Session_with_anno.pdf
 
4209-Article Text-20296-1-10-20210531.pdf
4209-Article Text-20296-1-10-20210531.pdf4209-Article Text-20296-1-10-20210531.pdf
4209-Article Text-20296-1-10-20210531.pdf
 
Powder_Metallurgy__Part_II_with_anno.pdf
Powder_Metallurgy__Part_II_with_anno.pdfPowder_Metallurgy__Part_II_with_anno.pdf
Powder_Metallurgy__Part_II_with_anno.pdf
 
Powder_Metallurgy__Part_III__Doubt_Clearing_Session_no_anno.pdf
Powder_Metallurgy__Part_III__Doubt_Clearing_Session_no_anno.pdfPowder_Metallurgy__Part_III__Doubt_Clearing_Session_no_anno.pdf
Powder_Metallurgy__Part_III__Doubt_Clearing_Session_no_anno.pdf
 

Dernier

Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
dollysharma2066
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
Epec Engineered Technologies
 

Dernier (20)

DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equation
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.ppt
 
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
 
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna Municipality
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
 
Unit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfUnit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdf
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptx
 

UNIT - III GIS DATA STRUCTURES (1).ppt

  • 1. GIS Data Structures How do we represent the world in a GIS database?
  • 2. Basic Data Structures for GIS 1. Vector 2. Raster 3. TIN (triangulated irregular network) 4. Tabular Information (attribute table)
  • 4. In vector data layers, the feature layer is linked to an attribute table. Every individual feature corresponds to one record (row) in the attribute table. Vector Data Structure
  • 5. About Image Files • Image files contain no data • They are the background • You can create data based on images • Not considered a “data” structure
  • 7. A raster grid can store values that represent categories, for example, vegetation type The basic grid attribute table has a value and count field The value field has a code or some real number representing information about the grid cell. In this case it is a code for vegetation. The count field shows how many grid cells have that same value. Raster Data Structure
  • 8. A raster grid can store values that represent categories, for example, vegetation type A grid table can also have additional information, in this case the name of the vegetation type. But is always has the value and count fields. Raster Data Structure
  • 9. Grids can also store continuous values like elevation Raster Data Structure
  • 10. Elevation grid for area north of Kirkuk, Iraq From space shuttle radar topography mission (SRTM) Zoom in and you see the grid cells These are called: Digital Elevation Models (DEM) Raster Data Structure
  • 11. So 2 ways of representing elevation: Vector contour lines Raster grid Raster Data Structure
  • 12. Sources of raster data Interpreted satellite imagery, e.g., land cover Conversion of vector to raster data Raster Data Structure
  • 13. Sources of raster data Spatial analysis performed on vector data A point layer of crime reports A density grid derived from the same crime data – interpolation of point data over a continuous surface Raster Data Structure
  • 14. Sources of raster data Although an digital aerial photo is in raster format, it has no data. Raster Data Structure
  • 16. Raster and Vector Data Structures Point Line Polygon Vector Raster Raster data are described by a cell grid, one value per cell Zone of cells
  • 17. • Features with discrete shapes and boundaries (e.g., street, land ownership parcel, well) • Database management • Database query and reporting • Network analysis • High quality maps • Continuous surfaces with fuzzy boundaries or with qualities that change gradual over space (e.g., soil, land cover, vegetation, pollution) • Spatial analysis and modeling (e.g., agricultural suitability) Vector Raster
  • 18. A 3rd data structure for representing surfaces: Triangulated Irregular Network (TIN) TIN Data Structure
  • 19. Elevation points connected by lines to form polygons that contain topographic information TIN Data Structure
  • 20. Elevation points connected by lines to form polygons that contain topographic information TIN Data Structure
  • 23. • Linear geographic features such as streams and ridges are more accurately represented in a TIN • Less points are needed to represent the topography – less hard disk space is needed • Points can be concentrated in important areas where the topography is more variable, or where more detail is required (e.g., small areas of land) • Survey data and known elevations can easily be incorporated into a TIN • Some functions cannot be performed with DEM data, but are easily done with a TIN TIN Data Structure Advantages
  • 24. 3 GIS Spatial Data Structure Types
  • 25. Attribute table “Flat File” with columns and rows Row = geographic feature record Column = attribute field (item of information about a feature) Attribute Data Structure
  • 26. Attribute field general types • Numeric (integer or decimals) • Text (string) • Date • Blob (binary large object)
  • 27. Attribute data types • Categorical (name): – nominal • no inherent ordering • land use types, county names – ordinal • inherent order • road class; stream class Note: often coded to numbers (eg. SSN) but can’t do arithmetic • Numerical Known difference between values – interval • No natural zero • can’t say ‘twice as much’ • temperature (Celsius or Fahrenheit) – ratio • natural zero • ratios make sense (e.g. twice as much) • income, age, rainfall Note: may be expressed as integer [whole number] or floating point [decimal fraction] Attribute data tables can contain locational information, such as addresses or a list of X,Y coordinates. ArcView refers to these as event tables. However, these must be converted to true spatial data (shape file), for example by geocoding, before they can be displayed as a map.
  • 28. Topology When you edit features in an electric utility system, you want to be sure that the ends of primary and secondary lines connect exactly and that you are able to perform tracing analysis on that electric network. Features need to be connected using specific rules.
  • 30. Planar topology Property parcels of land must adjoin each other exactly, without gaps or overlaps. This two- dimensional graph is called a planar topology.
  • 31. Topological relationships The relationships that do not change if you imagine a map being on a rubber sheet and you pull and stretch the rubber sheet in different directions. Vector and TIN data can have topological structure. Raster and images can not have a topological structure.
  • 32. For a project • What data layers • Vector, raster, TIN, image? • Topological structure (network connectivity or planar topology)? • Attributes? • Minimum required accuracy?
  • 33. Some objects are non-topological and can be freely placed in a geographic area. Examples? Many objects are primarily stored in a GIS for the purpose of background display on a map, so it is usually not necessary to store them in a topological format. If roads are a background layer in your GIS, they will probably be simple features. If roads are part of an analysis of a transportation system, they should be topological features. Should a data layer be topologically structured?
  • 34. ArcGIS Major Data Formats • Coverages (Arc/Info) – Older – Used with ArcInfo versions 7 and older • Shape files – Developed when ArcView was released – ArcView merged with ArcInfo at version 8 • Geodatabases – Developed when ArcGIS was released (version 8) – Shapefiles are still used, but the move is toward geodatabases
  • 35. Arc/Info Coverages Coverages are an older data structure in which topology could be modeled. You will still find many data sets in Arc/Info coverage data formats. But for new data, you should use geodatabase or shapefile formats.
  • 36. Shape files Shape files can be created with ArcView software.
  • 37. Geodatabases Geodatabases can be created with ArcGIS 8.x , 9.x, and 10 Geodatabases give you more power to specify rules for features and structure topology
  • 38. Summary • 3 Spatial Data Structure Types in GIS – Vector – Raster – TIN • Attribute Data Structure – Tables of columns and rows • Topology – needed for spatial data to “know” where other data is