SlideShare a Scribd company logo
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
Ad

More Related Content

What's hot (20)

Spatial vs non spatial
Spatial vs non spatialSpatial vs non spatial
Spatial vs non spatial
Sumant Diwakar
 
Spatial data for GIS
Spatial data for GISSpatial data for GIS
Spatial data for GIS
Al Nahian Avro
 
Types of GIS Data
Types of GIS DataTypes of GIS Data
Types of GIS Data
Preeti Prajapati
 
DATA in GIS and DATA Query
DATA in GIS and DATA QueryDATA in GIS and DATA Query
DATA in GIS and DATA Query
KU Leuven
 
Band ratioing presentation
Band ratioing presentationBand ratioing presentation
Band ratioing presentation
sk asadul haque
 
Raster data model
Raster data modelRaster data model
Raster data model
PRAMODA G
 
Gis powerpoint
Gis powerpointGis powerpoint
Gis powerpoint
kaushdave
 
Surface Analysis in GIS
Surface Analysis in GISSurface Analysis in GIS
Surface Analysis in GIS
RituSaha3
 
Digital image classification
Digital image classificationDigital image classification
Digital image classification
Aleemuddin Abbasi
 
Data collection and input overview
Data collection and input overviewData collection and input overview
Data collection and input overview
srinivas2036
 
Vector data model
Vector data model Vector data model
Vector data model
PRAMODA G
 
10-Image rectification and restoration.ppt
10-Image rectification and restoration.ppt10-Image rectification and restoration.ppt
10-Image rectification and restoration.ppt
AJAYMALIK97
 
Seminar on gis analysis functions
Seminar on gis analysis functionsSeminar on gis analysis functions
Seminar on gis analysis functions
PRAMODA G
 
GIS Modeling
GIS ModelingGIS Modeling
GIS Modeling
John Reiser
 
Gis functions
Gis functionsGis functions
Gis functions
Shah Naseer
 
Introduction to GIS
Introduction to GISIntroduction to GIS
Introduction to GIS
Uday kumar Devalla
 
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)
PRAMODA G
 
Vector and Raster Data data model
Vector and Raster Data data modelVector and Raster Data data model
Vector and Raster Data data model
Calcutta University
 
TIN IN GIS
TIN IN GISTIN IN GIS
TIN IN GIS
Rohit Kumar
 
Introduction to GIS systems
Introduction to GIS systemsIntroduction to GIS systems
Introduction to GIS systems
Vivek Srivastava
 
Spatial vs non spatial
Spatial vs non spatialSpatial vs non spatial
Spatial vs non spatial
Sumant Diwakar
 
DATA in GIS and DATA Query
DATA in GIS and DATA QueryDATA in GIS and DATA Query
DATA in GIS and DATA Query
KU Leuven
 
Band ratioing presentation
Band ratioing presentationBand ratioing presentation
Band ratioing presentation
sk asadul haque
 
Raster data model
Raster data modelRaster data model
Raster data model
PRAMODA G
 
Gis powerpoint
Gis powerpointGis powerpoint
Gis powerpoint
kaushdave
 
Surface Analysis in GIS
Surface Analysis in GISSurface Analysis in GIS
Surface Analysis in GIS
RituSaha3
 
Digital image classification
Digital image classificationDigital image classification
Digital image classification
Aleemuddin Abbasi
 
Data collection and input overview
Data collection and input overviewData collection and input overview
Data collection and input overview
srinivas2036
 
Vector data model
Vector data model Vector data model
Vector data model
PRAMODA G
 
10-Image rectification and restoration.ppt
10-Image rectification and restoration.ppt10-Image rectification and restoration.ppt
10-Image rectification and restoration.ppt
AJAYMALIK97
 
Seminar on gis analysis functions
Seminar on gis analysis functionsSeminar on gis analysis functions
Seminar on gis analysis functions
PRAMODA G
 
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)
PRAMODA G
 
Vector and Raster Data data model
Vector and Raster Data data modelVector and Raster Data data model
Vector and Raster Data data model
Calcutta University
 
Introduction to GIS systems
Introduction to GIS systemsIntroduction to GIS systems
Introduction to GIS systems
Vivek Srivastava
 

Similar to UNIT - III GIS DATA STRUCTURES (1).ppt (20)

Arc gis introduction-ppt
Arc gis introduction-pptArc gis introduction-ppt
Arc gis introduction-ppt
Ashok Peddi
 
Gis basic
Gis basicGis basic
Gis basic
Mahbubul Hassan
 
spatial databases ADBMS ppt
spatial databases ADBMS pptspatial databases ADBMS ppt
spatial databases ADBMS ppt
RitaThakkar1
 
Assignment vector raster
Assignment vector rasterAssignment vector raster
Assignment vector raster
fredsk2006
 
Vector data model
Vector data modelVector data model
Vector data model
PRAMODA G
 
Día 3
Día 3Día 3
Día 3
RonaldoAlberto1
 
ppt spatial data
ppt spatial datappt spatial data
ppt spatial data
Rahul Kumar
 
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
NancyVerma72
 
Geoinformatics.pptx
Geoinformatics.pptxGeoinformatics.pptx
Geoinformatics.pptx
jatinbagale2610
 
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
mulugeta48
 
gislec1.ppt
gislec1.pptgislec1.ppt
gislec1.ppt
felip19
 
Essentials of R
Essentials of REssentials of R
Essentials of R
ExternalEvents
 
GettingKnowTo ArcGIS10x
GettingKnowTo ArcGIS10xGettingKnowTo ArcGIS10x
GettingKnowTo ArcGIS10x
mukti subedi
 
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
 
GIS data structure
GIS data structureGIS data structure
GIS data structure
Thana Chirapiwat
 
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
e20ag004
 
Geographic information system (gis)
Geographic information system (gis)Geographic information system (gis)
Geographic information system (gis)
Vandana Verma
 
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
University of Colombo
 
Geospatial Data Models, Vector And Raster Data Model
Geospatial Data Models, Vector And Raster Data ModelGeospatial Data Models, Vector And Raster Data Model
Geospatial Data Models, Vector And Raster Data Model
FarihaMunia
 
Geographic information system
Geographic information systemGeographic information system
Geographic information system
Kamrul Islam Karim
 
Arc gis introduction-ppt
Arc gis introduction-pptArc gis introduction-ppt
Arc gis introduction-ppt
Ashok Peddi
 
spatial databases ADBMS ppt
spatial databases ADBMS pptspatial databases ADBMS ppt
spatial databases ADBMS ppt
RitaThakkar1
 
Assignment vector raster
Assignment vector rasterAssignment vector raster
Assignment vector raster
fredsk2006
 
Vector data model
Vector data modelVector data model
Vector data model
PRAMODA G
 
ppt spatial data
ppt spatial datappt spatial data
ppt spatial data
Rahul Kumar
 
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
NancyVerma72
 
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
mulugeta48
 
gislec1.ppt
gislec1.pptgislec1.ppt
gislec1.ppt
felip19
 
GettingKnowTo ArcGIS10x
GettingKnowTo ArcGIS10xGettingKnowTo ArcGIS10x
GettingKnowTo ArcGIS10x
mukti subedi
 
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
 
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
e20ag004
 
Geographic information system (gis)
Geographic information system (gis)Geographic information system (gis)
Geographic information system (gis)
Vandana Verma
 
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
University of Colombo
 
Geospatial Data Models, Vector And Raster Data Model
Geospatial Data Models, Vector And Raster Data ModelGeospatial Data Models, Vector And Raster Data Model
Geospatial Data Models, Vector And Raster Data Model
FarihaMunia
 
Ad

More from RamMishra65 (11)

MOTORS of powerplant having details of all types of motor2.pptx
MOTORS of powerplant having details of all types of motor2.pptxMOTORS of powerplant having details of all types of motor2.pptx
MOTORS of powerplant having details of all types of motor2.pptx
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
 
Basic Geodesy.pdf
Basic Geodesy.pdfBasic Geodesy.pdf
Basic Geodesy.pdf
RamMishra65
 
gis.pdf
gis.pdfgis.pdf
gis.pdf
RamMishra65
 
OE7302 syllabus.pdf
OE7302 syllabus.pdfOE7302 syllabus.pdf
OE7302 syllabus.pdf
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
 
MOTORS of powerplant having details of all types of motor2.pptx
MOTORS of powerplant having details of all types of motor2.pptxMOTORS of powerplant having details of all types of motor2.pptx
MOTORS of powerplant having details of all types of motor2.pptx
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
 
Basic Geodesy.pdf
Basic Geodesy.pdfBasic Geodesy.pdf
Basic Geodesy.pdf
RamMishra65
 
OE7302 syllabus.pdf
OE7302 syllabus.pdfOE7302 syllabus.pdf
OE7302 syllabus.pdf
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
 
Ad

Recently uploaded (20)

Agents chapter of Artificial intelligence
Agents chapter of Artificial intelligenceAgents chapter of Artificial intelligence
Agents chapter of Artificial intelligence
DebdeepMukherjee9
 
Using the Artificial Neural Network to Predict the Axial Strength and Strain ...
Using the Artificial Neural Network to Predict the Axial Strength and Strain ...Using the Artificial Neural Network to Predict the Axial Strength and Strain ...
Using the Artificial Neural Network to Predict the Axial Strength and Strain ...
Journal of Soft Computing in Civil Engineering
 
Transport modelling at SBB, presentation at EPFL in 2025
Transport modelling at SBB, presentation at EPFL in 2025Transport modelling at SBB, presentation at EPFL in 2025
Transport modelling at SBB, presentation at EPFL in 2025
Antonin Danalet
 
2.3 Genetically Modified Organisms (1).ppt
2.3 Genetically Modified Organisms (1).ppt2.3 Genetically Modified Organisms (1).ppt
2.3 Genetically Modified Organisms (1).ppt
rakshaiya16
 
Deepfake Phishing: A New Frontier in Cyber Threats
Deepfake Phishing: A New Frontier in Cyber ThreatsDeepfake Phishing: A New Frontier in Cyber Threats
Deepfake Phishing: A New Frontier in Cyber Threats
RaviKumar256934
 
Construction Materials (Paints) in Civil Engineering
Construction Materials (Paints) in Civil EngineeringConstruction Materials (Paints) in Civil Engineering
Construction Materials (Paints) in Civil Engineering
Lavish Kashyap
 
Design Optimization of Reinforced Concrete Waffle Slab Using Genetic Algorithm
Design Optimization of Reinforced Concrete Waffle Slab Using Genetic AlgorithmDesign Optimization of Reinforced Concrete Waffle Slab Using Genetic Algorithm
Design Optimization of Reinforced Concrete Waffle Slab Using Genetic Algorithm
Journal of Soft Computing in Civil Engineering
 
Mode-Wise Corridor Level Travel-Time Estimation Using Machine Learning Models
Mode-Wise Corridor Level Travel-Time Estimation Using Machine Learning ModelsMode-Wise Corridor Level Travel-Time Estimation Using Machine Learning Models
Mode-Wise Corridor Level Travel-Time Estimation Using Machine Learning Models
Journal of Soft Computing in Civil Engineering
 
22PCOAM16 ML Unit 3 Full notes PDF & QB.pdf
22PCOAM16 ML Unit 3 Full notes PDF & QB.pdf22PCOAM16 ML Unit 3 Full notes PDF & QB.pdf
22PCOAM16 ML Unit 3 Full notes PDF & QB.pdf
Guru Nanak Technical Institutions
 
introduction technology technology tec.pptx
introduction technology technology tec.pptxintroduction technology technology tec.pptx
introduction technology technology tec.pptx
Iftikhar70
 
Optimizing Reinforced Concrete Cantilever Retaining Walls Using Gases Brownia...
Optimizing Reinforced Concrete Cantilever Retaining Walls Using Gases Brownia...Optimizing Reinforced Concrete Cantilever Retaining Walls Using Gases Brownia...
Optimizing Reinforced Concrete Cantilever Retaining Walls Using Gases Brownia...
Journal of Soft Computing in Civil Engineering
 
Little Known Ways To 3 Best sites to Buy Linkedin Accounts.pdf
Little Known Ways To 3 Best sites to Buy Linkedin Accounts.pdfLittle Known Ways To 3 Best sites to Buy Linkedin Accounts.pdf
Little Known Ways To 3 Best sites to Buy Linkedin Accounts.pdf
gori42199
 
twin tower attack 2001 new york city
twin  tower  attack  2001 new  york citytwin  tower  attack  2001 new  york city
twin tower attack 2001 new york city
harishreemavs
 
Applications of Centroid in Structural Engineering
Applications of Centroid in Structural EngineeringApplications of Centroid in Structural Engineering
Applications of Centroid in Structural Engineering
suvrojyotihalder2006
 
Slide share PPT of NOx control technologies.pptx
Slide share PPT of  NOx control technologies.pptxSlide share PPT of  NOx control technologies.pptx
Slide share PPT of NOx control technologies.pptx
vvsasane
 
Working with USDOT UTCs: From Conception to Implementation
Working with USDOT UTCs: From Conception to ImplementationWorking with USDOT UTCs: From Conception to Implementation
Working with USDOT UTCs: From Conception to Implementation
Alabama Transportation Assistance Program
 
Slide share PPT of SOx control technologies.pptx
Slide share PPT of SOx control technologies.pptxSlide share PPT of SOx control technologies.pptx
Slide share PPT of SOx control technologies.pptx
vvsasane
 
Modeling the Influence of Environmental Factors on Concrete Evaporation Rate
Modeling the Influence of Environmental Factors on Concrete Evaporation RateModeling the Influence of Environmental Factors on Concrete Evaporation Rate
Modeling the Influence of Environmental Factors on Concrete Evaporation Rate
Journal of Soft Computing in Civil Engineering
 
OPTIMIZING DATA INTEROPERABILITY IN AGILE ORGANIZATIONS: INTEGRATING NONAKA’S...
OPTIMIZING DATA INTEROPERABILITY IN AGILE ORGANIZATIONS: INTEGRATING NONAKA’S...OPTIMIZING DATA INTEROPERABILITY IN AGILE ORGANIZATIONS: INTEGRATING NONAKA’S...
OPTIMIZING DATA INTEROPERABILITY IN AGILE ORGANIZATIONS: INTEGRATING NONAKA’S...
ijdmsjournal
 
SICPA: Fabien Keller - background introduction
SICPA: Fabien Keller - background introductionSICPA: Fabien Keller - background introduction
SICPA: Fabien Keller - background introduction
fabienklr
 
Agents chapter of Artificial intelligence
Agents chapter of Artificial intelligenceAgents chapter of Artificial intelligence
Agents chapter of Artificial intelligence
DebdeepMukherjee9
 
Transport modelling at SBB, presentation at EPFL in 2025
Transport modelling at SBB, presentation at EPFL in 2025Transport modelling at SBB, presentation at EPFL in 2025
Transport modelling at SBB, presentation at EPFL in 2025
Antonin Danalet
 
2.3 Genetically Modified Organisms (1).ppt
2.3 Genetically Modified Organisms (1).ppt2.3 Genetically Modified Organisms (1).ppt
2.3 Genetically Modified Organisms (1).ppt
rakshaiya16
 
Deepfake Phishing: A New Frontier in Cyber Threats
Deepfake Phishing: A New Frontier in Cyber ThreatsDeepfake Phishing: A New Frontier in Cyber Threats
Deepfake Phishing: A New Frontier in Cyber Threats
RaviKumar256934
 
Construction Materials (Paints) in Civil Engineering
Construction Materials (Paints) in Civil EngineeringConstruction Materials (Paints) in Civil Engineering
Construction Materials (Paints) in Civil Engineering
Lavish Kashyap
 
introduction technology technology tec.pptx
introduction technology technology tec.pptxintroduction technology technology tec.pptx
introduction technology technology tec.pptx
Iftikhar70
 
Little Known Ways To 3 Best sites to Buy Linkedin Accounts.pdf
Little Known Ways To 3 Best sites to Buy Linkedin Accounts.pdfLittle Known Ways To 3 Best sites to Buy Linkedin Accounts.pdf
Little Known Ways To 3 Best sites to Buy Linkedin Accounts.pdf
gori42199
 
twin tower attack 2001 new york city
twin  tower  attack  2001 new  york citytwin  tower  attack  2001 new  york city
twin tower attack 2001 new york city
harishreemavs
 
Applications of Centroid in Structural Engineering
Applications of Centroid in Structural EngineeringApplications of Centroid in Structural Engineering
Applications of Centroid in Structural Engineering
suvrojyotihalder2006
 
Slide share PPT of NOx control technologies.pptx
Slide share PPT of  NOx control technologies.pptxSlide share PPT of  NOx control technologies.pptx
Slide share PPT of NOx control technologies.pptx
vvsasane
 
Slide share PPT of SOx control technologies.pptx
Slide share PPT of SOx control technologies.pptxSlide share PPT of SOx control technologies.pptx
Slide share PPT of SOx control technologies.pptx
vvsasane
 
OPTIMIZING DATA INTEROPERABILITY IN AGILE ORGANIZATIONS: INTEGRATING NONAKA’S...
OPTIMIZING DATA INTEROPERABILITY IN AGILE ORGANIZATIONS: INTEGRATING NONAKA’S...OPTIMIZING DATA INTEROPERABILITY IN AGILE ORGANIZATIONS: INTEGRATING NONAKA’S...
OPTIMIZING DATA INTEROPERABILITY IN AGILE ORGANIZATIONS: INTEGRATING NONAKA’S...
ijdmsjournal
 
SICPA: Fabien Keller - background introduction
SICPA: Fabien Keller - background introductionSICPA: Fabien Keller - background introduction
SICPA: Fabien Keller - background introduction
fabienklr
 

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
  翻译: