Data models in geographical information system(GIS)PRAMODA G
The document provides an overview of key concepts in geographic information systems (GIS) including common data models. It discusses the two main data models - raster and vector - explaining their characteristics, advantages, and disadvantages. Additionally, it covers triangulated irregular network (TIN) models and digital elevation models (DEMs) which are other important data representations in GIS. The document concludes that raster and vector are the basic GIS data models and explores their differences and various modeling approaches.
Data models are a set of rules and/or constructs used to describe and represent aspects of the real world in a computer. GIS can handle four data models for various applications. This module explains those four.
A spatial database, or geodatabase is a database that is optimized to store and query data
that represents objects defined in a geometric space. Most spatial databases allow representing simple geometric objects such as points, lines and polygons.
This presentation is about the raster and vector data in GIS which is important and costly as well, through the presentation we will learn about both type of data.
Raster data represents geographic information in a grid format of cells or pixels, where each cell contains a value. Vector data represents geographic features as points, lines, and polygons with x,y coordinates. The key differences are that raster data focuses on location rather than features, represents data as generalized cells, and is better for images and modeling, while vector data focuses on features, represents data as discrete objects, and is better for accuracy and topology. The appropriate model depends on the type of data, analysis needs, and required accuracy or detail.
An introduction to GIS Data Types. Strengths and weaknesses of raster and vector data are discussed. Also covered is the importance of topology. Concludes with a discussion of the vector-based format of OpenStreetMap data.
This document provides an overview of remote sensing and geographical information systems (GIS) in civil engineering. It discusses key concepts like vector and raster data models, data coding, representation of geographic features as points, lines and areas, common vector data structures including topology and dual independent map encoding, and data compression techniques. The course will cover GIS software, spatial queries, analysis functions, and practice generating hydrological modeling inputs like digital elevation models and flow maps from terrain data.
Spatial data can be represented using either a raster or vector data model. The raster model divides space into a grid of cells, with each cell storing an attribute value. The vector model represents features as points, lines, and polygons made up of x,y coordinates. Common spatial data structures include raster grids for storing raster data and point dictionaries and topological networks for vector data. The two models have different strengths, with raster better for overlays and modeling surfaces, and vector more accurate for features and cartography.
Geographic Information Systems (GIS) are computer systems for capturing, storing, analyzing and displaying spatially-referenced data related to positions on Earth. GIS uses maps to show relationships within places and between places. It allows users to create interactive queries (user-created searches), analyze spatial information, edit data in maps, and present the results of all these operations. The key components of a GIS are types of data (spatial and non-spatial), operations, coordinate systems, and software. Common data types include raster (grid cells), vector (points, lines and polygons), and attributes (descriptive data). Compression techniques help reduce large raster file sizes. Popular open source and commercial GIS software packages and free online
Topics:
1. Introduction to GIS
2. Components of GIS
3. Types of Data
4. Spatial Data
5. Non-Spatial Data
6. GIS Operations
7. Coordinate Systems
8. Datum
9. Map Projections
10. Raster Data Compression Techniques
11. GIS Software
12. Free GIS Data Resources
This document discusses vector GIS database structures. It explains that vector GIS represents the world using points, lines, and polygons. Vector models store discrete data like country borders and streets. Polygons are the basic unit and are created by connecting points with straight lines. Topology encodes spatial relationships between objects to accurately model real-world geometry. Topological rules govern connectivity and adjacency. Building topology involves calculating relationships between points, lines, and areas digitized in a GIS. Topological errors can occur if features do not perfectly connect. Vector databases are widely used in applications like transportation, utilities, and resource management.
This document discusses vector GIS database structures. It explains that vector GIS represents the world using points, lines, and polygons. Vector models store discrete data like country borders and streets. Polygons are the basic unit and are created by connecting points with straight lines. Topology encodes spatial relationships between objects to accurately model real-world geometry. Topological rules govern connectivity and adjacency. Building topology involves calculating relationships between points, lines, and areas digitized in a GIS. Topological errors can occur if features do not perfectly connect. Vector databases are widely used in applications like transportation, utilities, and resource management.
the title of this course is Entitles as GIS and Remote sensingmulugeta48
This course is entitled as GIS and Remote sensing, this course is mainly focus on the application of GIS on irrigation water which is the application of water to the soil for the purpose of crop production
The three main spatial data structures in GIS are vector, raster, and TIN. Vector data represents geographic features as points, lines, and polygons. Raster data divides space into a grid with a value assigned to each cell. TIN data connects elevation points to form irregular polygons. Attribute tables store information about each geographic feature in rows and columns. Topology defines spatial relationships between features and is important for network analysis.
The three main spatial data structures in GIS are vector, raster, and TIN. Vector data represents geographic features as points, lines, and polygons. Raster data divides space into a grid with a value assigned to each cell. TIN data connects elevation points to form triangles that model terrain. Attribute tables store information about each feature as columns and rows. Topology defines spatial relationships between features and is important for network analysis.
The document discusses vector data models in GIS. Vector data models represent geographic features using points, lines, and polygons. The key vector data models are the spaghetti model, which encodes features as strings of coordinates, and the TIN (triangulated irregular network) model, which creates a network of triangles connecting points. Vector models allow for discrete boundaries but complex algorithms, while raster models divide space into a grid but are simpler.
The document discusses vector data models in GIS. Vector data models represent geographic features using points, lines, and polygons. The two main types of vector data models are the spaghetti model and the TIN (triangulated irregular network) model. The spaghetti model stores vector data as strings of coordinate pairs without any topological relationships, while the TIN model creates a network of triangles to store topological relationships between features. Vector data models are useful for storing data with discrete boundaries but are more complex for analysis compared to raster data models.
Spatial databases are designed to store and analyze spatial data more efficiently than traditional databases. Spatial data represents objects in geometric space and includes points, lines, and polygons. Spatial databases use spatial indexes and spatial query languages to optimize storage and retrieval of spatial data types and allow spatial queries and analysis. Common spatial database operations include measurements, functions, and predicates on geometric objects.
Conceptual models of real world geographical phenomena (epm107_2007)esambale
Conceptual models of geographical phenomena abstract and simplify aspects of reality for representation in geographic information systems (GIS). Data can be represented as discrete entities with boundaries or precise attributes, or as continuous fields that vary smoothly over space. GIS uses both vector and raster data structures, with vectors best for objects and topology but rasters more suitable for analysis of continuous surface variables like elevation.
Topology refers to the spatial relationships between GIS features or objects. It is important for network routing and maintaining data quality and integrity when features are shared across layers. Geodatabases provide the strongest topological functionality, storing relationships in topology rules and feature classes. The node-arc data model represents the most common topology, with nodes at intersections and endpoints and arcs between nodes forming polygons. Topology allows for analysis without coordinate data but establishing topology is time-consuming.
23. Advanced Datatypes and New Application in DBMSkoolkampus
This document discusses advanced data types and new applications in databases, including temporal data, spatial and geographic data, and multimedia data. It covers topics such as representing time in databases, temporal query languages, representing geometric information and spatial queries, indexing spatial data using structures like k-d trees and quadtrees, and applications of geographic data like in vehicle navigation systems.
This document discusses raster and vector data models used in GIS. Raster data models use a grid structure of cells organized by rows and columns, with each cell containing a numeric value. Vector data models represent spatial features as points, lines, and polygons using x,y coordinates. The key spatial data types—points, lines, and polygons—are explained for both raster and vector formats. Advantages and disadvantages of each model are provided. The document is a lecture on GIS data models presented by Rehana Jamal to students at Arid Agriculture University.
The document discusses various concepts related to remote sensing and geographic information systems (GIS). It defines key terms like digital and analog images, spatial and spectral resolution, data models, and data types used in GIS. It also describes common data formats, software, techniques for data input and management, and methods for spatial analysis and map making using GIS.
Geographic Information Systems (GIS) are computer systems for capturing, storing, analyzing and displaying spatially-referenced data related to positions on Earth. GIS uses maps to show relationships within places and between places. It allows users to create interactive queries (user-created searches), analyze spatial information, edit data in maps, and present the results of all these operations. The key components of a GIS are types of data (spatial and non-spatial), operations, coordinate systems, and software. Common data types include raster (grid cells), vector (points, lines and polygons), and attributes (descriptive data). Compression techniques help reduce large raster file sizes. Popular open source and commercial GIS software packages and free online
Topics:
1. Introduction to GIS
2. Components of GIS
3. Types of Data
4. Spatial Data
5. Non-Spatial Data
6. GIS Operations
7. Coordinate Systems
8. Datum
9. Map Projections
10. Raster Data Compression Techniques
11. GIS Software
12. Free GIS Data Resources
This document discusses vector GIS database structures. It explains that vector GIS represents the world using points, lines, and polygons. Vector models store discrete data like country borders and streets. Polygons are the basic unit and are created by connecting points with straight lines. Topology encodes spatial relationships between objects to accurately model real-world geometry. Topological rules govern connectivity and adjacency. Building topology involves calculating relationships between points, lines, and areas digitized in a GIS. Topological errors can occur if features do not perfectly connect. Vector databases are widely used in applications like transportation, utilities, and resource management.
This document discusses vector GIS database structures. It explains that vector GIS represents the world using points, lines, and polygons. Vector models store discrete data like country borders and streets. Polygons are the basic unit and are created by connecting points with straight lines. Topology encodes spatial relationships between objects to accurately model real-world geometry. Topological rules govern connectivity and adjacency. Building topology involves calculating relationships between points, lines, and areas digitized in a GIS. Topological errors can occur if features do not perfectly connect. Vector databases are widely used in applications like transportation, utilities, and resource management.
the title of this course is Entitles as GIS and Remote sensingmulugeta48
This course is entitled as GIS and Remote sensing, this course is mainly focus on the application of GIS on irrigation water which is the application of water to the soil for the purpose of crop production
The three main spatial data structures in GIS are vector, raster, and TIN. Vector data represents geographic features as points, lines, and polygons. Raster data divides space into a grid with a value assigned to each cell. TIN data connects elevation points to form irregular polygons. Attribute tables store information about each geographic feature in rows and columns. Topology defines spatial relationships between features and is important for network analysis.
The three main spatial data structures in GIS are vector, raster, and TIN. Vector data represents geographic features as points, lines, and polygons. Raster data divides space into a grid with a value assigned to each cell. TIN data connects elevation points to form triangles that model terrain. Attribute tables store information about each feature as columns and rows. Topology defines spatial relationships between features and is important for network analysis.
The document discusses vector data models in GIS. Vector data models represent geographic features using points, lines, and polygons. The key vector data models are the spaghetti model, which encodes features as strings of coordinates, and the TIN (triangulated irregular network) model, which creates a network of triangles connecting points. Vector models allow for discrete boundaries but complex algorithms, while raster models divide space into a grid but are simpler.
The document discusses vector data models in GIS. Vector data models represent geographic features using points, lines, and polygons. The two main types of vector data models are the spaghetti model and the TIN (triangulated irregular network) model. The spaghetti model stores vector data as strings of coordinate pairs without any topological relationships, while the TIN model creates a network of triangles to store topological relationships between features. Vector data models are useful for storing data with discrete boundaries but are more complex for analysis compared to raster data models.
Spatial databases are designed to store and analyze spatial data more efficiently than traditional databases. Spatial data represents objects in geometric space and includes points, lines, and polygons. Spatial databases use spatial indexes and spatial query languages to optimize storage and retrieval of spatial data types and allow spatial queries and analysis. Common spatial database operations include measurements, functions, and predicates on geometric objects.
Conceptual models of real world geographical phenomena (epm107_2007)esambale
Conceptual models of geographical phenomena abstract and simplify aspects of reality for representation in geographic information systems (GIS). Data can be represented as discrete entities with boundaries or precise attributes, or as continuous fields that vary smoothly over space. GIS uses both vector and raster data structures, with vectors best for objects and topology but rasters more suitable for analysis of continuous surface variables like elevation.
Topology refers to the spatial relationships between GIS features or objects. It is important for network routing and maintaining data quality and integrity when features are shared across layers. Geodatabases provide the strongest topological functionality, storing relationships in topology rules and feature classes. The node-arc data model represents the most common topology, with nodes at intersections and endpoints and arcs between nodes forming polygons. Topology allows for analysis without coordinate data but establishing topology is time-consuming.
23. Advanced Datatypes and New Application in DBMSkoolkampus
This document discusses advanced data types and new applications in databases, including temporal data, spatial and geographic data, and multimedia data. It covers topics such as representing time in databases, temporal query languages, representing geometric information and spatial queries, indexing spatial data using structures like k-d trees and quadtrees, and applications of geographic data like in vehicle navigation systems.
This document discusses raster and vector data models used in GIS. Raster data models use a grid structure of cells organized by rows and columns, with each cell containing a numeric value. Vector data models represent spatial features as points, lines, and polygons using x,y coordinates. The key spatial data types—points, lines, and polygons—are explained for both raster and vector formats. Advantages and disadvantages of each model are provided. The document is a lecture on GIS data models presented by Rehana Jamal to students at Arid Agriculture University.
The document discusses various concepts related to remote sensing and geographic information systems (GIS). It defines key terms like digital and analog images, spatial and spectral resolution, data models, and data types used in GIS. It also describes common data formats, software, techniques for data input and management, and methods for spatial analysis and map making using GIS.
Simulation-Based Exceedance Probability Curves to Assess the Economic Impact ...FarihaMunia
To propose a simulation-based method to construct exceedance probability (EP) curves for representing storm surge risk and identifying the economic impact of climate change in coastal areas.
pulse ppt.pptx Types of pulse , characteristics of pulse , Alteration of pulsesushreesangita003
what is pulse ?
Purpose
physiology and Regulation of pulse
Characteristics of pulse
factors affecting pulse
Sites of pulse
Alteration of pulse
for BSC Nursing 1st semester
for Gnm Nursing 1st year
Students .
vitalsign
CBSE - Grade 8 - Science - Chemistry - Metals and Non Metals - WorksheetSritoma Majumder
Introduction
All the materials around us are made up of elements. These elements can be broadly divided into two major groups:
Metals
Non-Metals
Each group has its own unique physical and chemical properties. Let's understand them one by one.
Physical Properties
1. Appearance
Metals: Shiny (lustrous). Example: gold, silver, copper.
Non-metals: Dull appearance (except iodine, which is shiny).
2. Hardness
Metals: Generally hard. Example: iron.
Non-metals: Usually soft (except diamond, a form of carbon, which is very hard).
3. State
Metals: Mostly solids at room temperature (except mercury, which is a liquid).
Non-metals: Can be solids, liquids, or gases. Example: oxygen (gas), bromine (liquid), sulphur (solid).
4. Malleability
Metals: Can be hammered into thin sheets (malleable).
Non-metals: Not malleable. They break when hammered (brittle).
5. Ductility
Metals: Can be drawn into wires (ductile).
Non-metals: Not ductile.
6. Conductivity
Metals: Good conductors of heat and electricity.
Non-metals: Poor conductors (except graphite, which is a good conductor).
7. Sonorous Nature
Metals: Produce a ringing sound when struck.
Non-metals: Do not produce sound.
Chemical Properties
1. Reaction with Oxygen
Metals react with oxygen to form metal oxides.
These metal oxides are usually basic.
Non-metals react with oxygen to form non-metallic oxides.
These oxides are usually acidic.
2. Reaction with Water
Metals:
Some react vigorously (e.g., sodium).
Some react slowly (e.g., iron).
Some do not react at all (e.g., gold, silver).
Non-metals: Generally do not react with water.
3. Reaction with Acids
Metals react with acids to produce salt and hydrogen gas.
Non-metals: Do not react with acids.
4. Reaction with Bases
Some non-metals react with bases to form salts, but this is rare.
Metals generally do not react with bases directly (except amphoteric metals like aluminum and zinc).
Displacement Reaction
More reactive metals can displace less reactive metals from their salt solutions.
Uses of Metals
Iron: Making machines, tools, and buildings.
Aluminum: Used in aircraft, utensils.
Copper: Electrical wires.
Gold and Silver: Jewelry.
Zinc: Coating iron to prevent rusting (galvanization).
Uses of Non-Metals
Oxygen: Breathing.
Nitrogen: Fertilizers.
Chlorine: Water purification.
Carbon: Fuel (coal), steel-making (coke).
Iodine: Medicines.
Alloys
An alloy is a mixture of metals or a metal with a non-metal.
Alloys have improved properties like strength, resistance to rusting.
Multi-currency in odoo accounting and Update exchange rates automatically in ...Celine George
Most business transactions use the currencies of several countries for financial operations. For global transactions, multi-currency management is essential for enabling international trade.
Understanding P–N Junction Semiconductors: A Beginner’s GuideGS Virdi
Dive into the fundamentals of P–N junctions, the heart of every diode and semiconductor device. In this concise presentation, Dr. G.S. Virdi (Former Chief Scientist, CSIR-CEERI Pilani) covers:
What Is a P–N Junction? Learn how P-type and N-type materials join to create a diode.
Depletion Region & Biasing: See how forward and reverse bias shape the voltage–current behavior.
V–I Characteristics: Understand the curve that defines diode operation.
Real-World Uses: Discover common applications in rectifiers, signal clipping, and more.
Ideal for electronics students, hobbyists, and engineers seeking a clear, practical introduction to P–N junction semiconductors.
*Metamorphosis* is a biological process where an animal undergoes a dramatic transformation from a juvenile or larval stage to a adult stage, often involving significant changes in form and structure. This process is commonly seen in insects, amphibians, and some other animals.
The *nervous system of insects* is a complex network of nerve cells (neurons) and supporting cells that process and transmit information. Here's an overview:
Structure
1. *Brain*: The insect brain is a complex structure that processes sensory information, controls behavior, and integrates information.
2. *Ventral nerve cord*: A chain of ganglia (nerve clusters) that runs along the insect's body, controlling movement and sensory processing.
3. *Peripheral nervous system*: Nerves that connect the central nervous system to sensory organs and muscles.
Functions
1. *Sensory processing*: Insects can detect and respond to various stimuli, such as light, sound, touch, taste, and smell.
2. *Motor control*: The nervous system controls movement, including walking, flying, and feeding.
3. *Behavioral responThe *nervous system of insects* is a complex network of nerve cells (neurons) and supporting cells that process and transmit information. Here's an overview:
Structure
1. *Brain*: The insect brain is a complex structure that processes sensory information, controls behavior, and integrates information.
2. *Ventral nerve cord*: A chain of ganglia (nerve clusters) that runs along the insect's body, controlling movement and sensory processing.
3. *Peripheral nervous system*: Nerves that connect the central nervous system to sensory organs and muscles.
Functions
1. *Sensory processing*: Insects can detect and respond to various stimuli, such as light, sound, touch, taste, and smell.
2. *Motor control*: The nervous system controls movement, including walking, flying, and feeding.
3. *Behavioral responses*: Insects can exhibit complex behaviors, such as mating, foraging, and social interactions.
Characteristics
1. *Decentralized*: Insect nervous systems have some autonomy in different body parts.
2. *Specialized*: Different parts of the nervous system are specialized for specific functions.
3. *Efficient*: Insect nervous systems are highly efficient, allowing for rapid processing and response to stimuli.
The insect nervous system is a remarkable example of evolutionary adaptation, enabling insects to thrive in diverse environments.
The insect nervous system is a remarkable example of evolutionary adaptation, enabling insects to thrive
Title: A Quick and Illustrated Guide to APA Style Referencing (7th Edition)
This visual and beginner-friendly guide simplifies the APA referencing style (7th edition) for academic writing. Designed especially for commerce students and research beginners, it includes:
✅ Real examples from original research papers
✅ Color-coded diagrams for clarity
✅ Key rules for in-text citation and reference list formatting
✅ Free citation tools like Mendeley & Zotero explained
Whether you're writing a college assignment, dissertation, or academic article, this guide will help you cite your sources correctly, confidently, and consistent.
Created by: Prof. Ishika Ghosh,
Faculty.
📩 For queries or feedback: [email protected]
How to Manage Opening & Closing Controls in Odoo 17 POSCeline George
In Odoo 17 Point of Sale, the opening and closing controls are key for cash management. At the start of a shift, cashiers log in and enter the starting cash amount, marking the beginning of financial tracking. Throughout the shift, every transaction is recorded, creating an audit trail.
The Pala kings were people-protectors. In fact, Gopal was elected to the throne only to end Matsya Nyaya. Bhagalpur Abhiledh states that Dharmapala imposed only fair taxes on the people. Rampala abolished the unjust taxes imposed by Bhima. The Pala rulers were lovers of learning. Vikramshila University was established by Dharmapala. He opened 50 other learning centers. A famous Buddhist scholar named Haribhadra was to be present in his court. Devpala appointed another Buddhist scholar named Veerdeva as the vice president of Nalanda Vihar. Among other scholars of this period, Sandhyakar Nandi, Chakrapani Dutta and Vajradatta are especially famous. Sandhyakar Nandi wrote the famous poem of this period 'Ramcharit'.
A measles outbreak originating in West Texas has been linked to confirmed cases in New Mexico, with additional cases reported in Oklahoma and Kansas. The current case count is 817 from Texas, New Mexico, Oklahoma, and Kansas. 97 individuals have required hospitalization, and 3 deaths, 2 children in Texas and one adult in New Mexico. These fatalities mark the first measles-related deaths in the United States since 2015 and the first pediatric measles death since 2003.
The YSPH Virtual Medical Operations Center Briefs (VMOC) were created as a service-learning project by faculty and graduate students at the Yale School of Public Health in response to the 2010 Haiti Earthquake. Each year, the VMOC Briefs are produced by students enrolled in Environmental Health Science Course 581 - Public Health Emergencies: Disaster Planning and Response. These briefs compile diverse information sources – including status reports, maps, news articles, and web content– into a single, easily digestible document that can be widely shared and used interactively. Key features of this report include:
- Comprehensive Overview: Provides situation updates, maps, relevant news, and web resources.
- Accessibility: Designed for easy reading, wide distribution, and interactive use.
- Collaboration: The “unlocked" format enables other responders to share, copy, and adapt seamlessly. The students learn by doing, quickly discovering how and where to find critical information and presenting it in an easily understood manner.
CURRENT CASE COUNT: 817 (As of 05/3/2025)
• Texas: 688 (+20)(62% of these cases are in Gaines County).
• New Mexico: 67 (+1 )(92.4% of the cases are from Eddy County)
• Oklahoma: 16 (+1)
• Kansas: 46 (32% of the cases are from Gray County)
HOSPITALIZATIONS: 97 (+2)
• Texas: 89 (+2) - This is 13.02% of all TX cases.
• New Mexico: 7 - This is 10.6% of all NM cases.
• Kansas: 1 - This is 2.7% of all KS cases.
DEATHS: 3
• Texas: 2 – This is 0.31% of all cases
• New Mexico: 1 – This is 1.54% of all cases
US NATIONAL CASE COUNT: 967 (Confirmed and suspected):
INTERNATIONAL SPREAD (As of 4/2/2025)
• Mexico – 865 (+58)
‒Chihuahua, Mexico: 844 (+58) cases, 3 hospitalizations, 1 fatality
• Canada: 1531 (+270) (This reflects Ontario's Outbreak, which began 11/24)
‒Ontario, Canada – 1243 (+223) cases, 84 hospitalizations.
• Europe: 6,814
Ultimate VMware 2V0-11.25 Exam Dumps for Exam SuccessMark Soia
Boost your chances of passing the 2V0-11.25 exam with CertsExpert reliable exam dumps. Prepare effectively and ace the VMware certification on your first try
Quality dumps. Trusted results. — Visit CertsExpert Now: https://www.certsexpert.com/2V0-11.25-pdf-questions.html
Ultimate VMware 2V0-11.25 Exam Dumps for Exam SuccessMark Soia
Ad
Geospatial Data Models, Vector And Raster Data Model
1. Geospatial Data
Model
(Vector And Raster Data Model)
IRS -502
Session 2024-25 (4th batch)
Institute of Remote Sensing and GIS
Jahangirnagar University
1
2. Vector (discrete) and Raster (continuous)
Models
GIS works with three
fundamentally different
types of geographic data
models:
Vector (discrete), Raster
(continuous) and
triangulated irregular
network (TIN)
4. 4
Data models are at times interchangeable in that many phenomena
may be represented with either the vector or raster approach.
Pm 2.5
Source: Paul Bolstad
(2016)
5. 5
Vector data model and Raster data model can represent
same phenomena
E.g. Elevation represented as surface (continuous field) using raster
grid or as lines representing contours of equal elevation (discrete
objects), or as points of height (Z values).
Data can be converted from one conceptual view to another
E.g. raster data layer can be derived from contour lines, point cloud
Selection of raster or vector model depends on the
application or type of operations to be performed
E.g. Elevation represented as surface (continuous field) in raster - to
easily determine slope, or
as discrete contours if printed maps of topography
Data Model Concepts
6. In the vector model, information about points, lines and
polygons is encoded and stored as a collection of x,y
coordinates
The vector model is extremely useful for describing discrete
features, but less useful for describing continuously varying
features such as soil type
The raster model has evolved to model such continuous
features
Modern GISs are able to handle all three models
All three models (vector, raster & TIN) have unique
advantages and disadvantages
Data Model Concepts
7. 7
Data model is the objects in a spatial database plus the relationships
among them
Coordinates are used to define the spatial location and extent of
geographic objects
Attribute/non-spatial data are linked with coordinate data to define each
spatial object in the spatial database
Most conceptualizations or models view the world as set of layers
Each layer organizes the spatial and attribute data for a given set of
cartographic/spatial objects
E.g. Lake, river, road, etc.
Data Model Concepts
Coordinates define spatial location and
shape. Attributes record the important
non-spatial characteristics of features in
a vector data model
Source: Paul Bolstad (2016)
8. 8
Vector Data Model (Point)
There are three basic types of vector objects: points, lines
and polygons
Vector data model uses sets of coordinates and associated
attribute data to define discrete objects
Point objects in spatial database represent location of
entities considered to have no dimension
Simplest type of spatial objects
E.g. wells, sampling points, poles, telephone towers, and accident
location.
9. • Line objects are used to represent linear
features using ordered set of coordinate
pairs.A line is one-dimensional and has the
property of length, in addition to location.
E.g. infrastructure networks (transport
networks: highways, railroads, etc.);
utility networks: (gas, electric, telephone,
water, etc. natural networks such as river
channels
• Typically have a starting point, an ending
point, and intermediate points to represent
the shape of the linear entity.
• Starting points and ending points for a line
are referred to as nodes, while intermediate
points in a line are referred to as vertices
9
Source: Paul Bolstad (2016)
Vector Data Model (Line)
10. 10
Vector Data Model (polygon)
Polygon objects in spatial database
represent entities which covers an area.
A polygon is two-dimensional and has
the
properties of area (size) and perimeter,
in addition
to location.
E.g. lakes, Buildings, parcels, etc.
Area entities are most often represented
by closed polygons.These polygons are
formed by a set of connected lines,
either
one line with an ending point that
connects
back to the starting point, or as a set of
lines
connected start-to-end.
15. Sl.
No.
Characteristic Vector Structure Raster Structure
1. Data structure Complex Simple
2. Ease of learning Difficult – software is
complex
Easy - functions tend to be
more intuitive than in
vector
3. Positional
precision
Can be very precise and
thus accurate
Precision increased with
increased processing time
and data storage needs
accuracy. Limited by pixel
size
4. Attribute
precision
Good for polygon, point
and line data; not good
for continuous data
unless connected to TIN
or similar technology
Good for continuous data;
limited by size of pixels in
representing attribute
distribution in real world
5. Comprehensive
ness of analysis
capability
Good for spatial query
and relatively simple
data, analysis-limited to
Intersections
Not good for spatial query
but very good for spatial
analysis filtering, and
modeling
16. Sl.
No.
Characteristic Vector Structure Raster Structure
6. Overlay ability Limited, but overlaying
many layers can cause
many splinters, etc. in the
result which are difficult to
eliminate
Because all pixels line up,
overlay procedures do not
create problems
7. Storage
requirements
Relatively small but
complex
Relatively large and simple but
may be complex
8. Ability to work
with image data
Poor - data must be
vectorized first
Good - uses same kind of data
structure
9. Conversion to
other map
projections
Usually included in
package and relatively
simple to do
Difficult and quite often
creates warped images which
do not fill the raster, causing
problems with neighborhood
functions
10. Ability to work
with network data
structures
Good - because system can
handle lines
Poor - raster structure not
amenable to network
11. Cost Expensive Inexpensive
12. Output map
quality
Very good - looks like a
map
Poor - doesn't look like a map
to lay people
17. The measure of how closely pixels
can be resolved in an image is called
spatial resolution, and it depends on
properties of the system creating the
image.
For practical purposes the clarity of
the image is decided by its spatial
resolution.
Spatial resolution
19. 19
TIN Data Model
Triangulated Irregular Network (TIN) is data model
commonly used to represent terrain heights
x, y, and z locations, used as measured points inTIN
Result in TIN composed of nodes, lines and triangulated
faces
TIN used for digital elevation models (DEM) or digital
terrain models (DTM)
Very efficient way of representing topography