SlideShare a Scribd company logo
 OVERVIEW:
One of the most important topic in GIS(Geographic information
system), which is types of data.
In this presentation, we will introduce types of Geographic data in
order to define them and differentiate between them.
Their characteristics and the usage of each one.
Their definition and how they is stored and used in geographic
database, also their format.
2
 WHAT IS DATA MODELING?
As well as, we know the importance of data and how the representation of data
should be understood in order achieve better results.
The definition from GIS perspective, will be divided into three sections:
 Data model:
In information theory, a description of the rules by which data is defined, organized,
queried, and updated within an information system (usually a database management
system).
In ArcGIS, a set of database design specifications for objects in a GIS application. A data
model describes the thematic layers used in the application (for example, hamburger
stands, roads, and counties); their spatial representation (for example, point, line, or
polygon); their attributes; their integrity rules and relationships (for example, counties
must nest within states); their cartographic portrayal; and their metadata requirements.
3
 WHAT IS DATA MODELING? – CONT.
 Vector data model:
A representation of the world using points, lines, and polygons. Vector
models are useful for storing data that has discrete boundaries, such as
country borders, land parcels, and streets.
4
 WHAT IS DATA MODELING? – CONT.
 Raster data model
A representation of the world as a surface divided into a regular grid of
cells. Raster models are useful for storing data that varies continuously,
as in an aerial photograph, a satellite image, a surface of chemical
concentrations, or an elevation surface
5
DATA FORMAT:
 Shape-file:
A shape-file stores non-topological geometry and attribute information for the
spatial features in a data set. The geometry for a feature is stored as a shape
comprising a set of vector coordinates.
Because shape-files do not have the processing overhead of a topological data
structure, they have advantages over other data sources such as faster drawing
speed and edit ability. Shape-files handle single features that overlap or that are
noncontiguous. They also typically require less disk space and are easier to read
and write.
Shape-files can support point, line, and area features. Area features are
represented as closed loop, double-digitized polygons. Attributes are held in a
dBASE® format file. Each attribute record has a one-to-one relationship with
the associated shape record.
6
VECTOR DATA FORMATS
 CHARACTERISTICS:
Characteristic Raster Vector
Data structure Usually simple Usually complex
Storage requirements large for most data sets without
compression
small for most data sets
Coordinate conversion may be slow due to data volumes, and
may require resampling.
simple
Analysis easy for continuous data, simple for
many layer combinations.
preferred for network
analyses, many other spatial
operations more complex.
Positional precision floor set by cell size. limited only by quality of
positional measurements.
Accessibility easy to modify or program, due to
simple data structure.
often complex.
Display and output good for images, but discrete features
may show “stair-step” edges.
map-like, with continuous
curves, poor for images
7
DATA FORMAT-CONT.
 Coverage:
A coverage is a geo-relational data model that stores vector data—it contains both the
spatial (location) and attribute (descriptive) data for geographic features. Coverages
use a set of feature classes to represent geographic features. Each feature class stores
a set of points, lines (arcs), polygons, or annotation (text). Coverages can have
topology, which determines the relationships between features.
A coverage is stored as a directory within which each feature class is stored as a set of
files. For example, a coverage appears in ArcCatalog with the icons as shown below.
In this example, you can see that the streams coverage is a line coverage containing
an arc (line) file, annotation for the line, and a tic file. There are also two versions of
coverage files.
8
DATA FORMAT-CONT.
 GeoDatabase:
Geodatabases have a comprehensive information model for
representing and managing geographic information. This
comprehensive information model is implemented as a series of
tables holding feature classes, raster datasets, and attributes. In
addition, advanced GIS data objects add GIS behavior; rules for
managing spatial integrity; and tools for working with numerous
spatial relationships of the core features, raster, and attributes.
9
DATA FORMAT-CONT.
CAD files:
AutoCAD and MicroStation each use a proprietary file-based
vector format. Both formats are capable of supporting 2D and
3D information.
10
DATA FORMAT-CONT.
 Grids
Grids are an ESRI file format used to store both discrete features such as buildings, roads, and
parcels, and continuous phenomena such as elevation, temperature, and precipitation.
Recall that the basic unit of the raster data model is the cell. Cells store information about what
things are like at a particular location on the earth's surface. Depending on the type of data being
stored, cell values can be either integers (whole numbers) or floating points (numbers with
decimals). There are two types of grids: one stores integers and the other stores floating points.
A discrete grid contains cells whose values are integers, often code numbers for a particular
category. Cells can have the same value in a discrete grid. For example, in a discrete grid of land
use, each land use type is coded by a different integer, but many cells may have the same code.
Discrete grids have an attribute table that stores the cell values and their associated attributes.
A continuous grid is used to represent continuous phenomena; its cell values are floating points.
Each cell in a continuous grid can have a different floating point value. For example, in a
continuous grid representing elevation, one cell might store an elevation value of 564.3 meters,
while the cell to the left might store an elevation value of 565.1 meters. Unlike discrete grids,
continuous grids don't have an attribute table.
11
Raster Data Formats:
DATA FORMAT-CONT.
The term "image" is a collective term for rasters whose cells, or pixels, store brightness
values of reflected visible light or other types of electromagnetic radiation, such as emitted
heat (infrared) or ultraviolet (UV). Aerial photos, satellite images, and scanned paper maps
are examples of images commonly used in a GIS.
Images can be displayed as layers in a map or they can be used as attributes for vector
features. For example, a real estate company might include photos of available houses as an
attribute of a homes layer. To be displayed as a layer, however, images must be referenced to
real-world locations.
For example, an aerial photo as it comes from the camera is just a static picture, like a
picture of a house. There's no information about what part of the world the photo has
captured, and the photo may contain distortion and scale variations caused by the angle of
the camera. To display properly with other map layers, the aerial photo must be assigned a
coordinate system and some of its pixels must be linked to known geographic coordinates.
12
Images
DATA FORMAT-CONT.
13
Figure 1.0
Now, we can make conclusion
according to data type as
mentioned through the
presentation, we all knew that and
image is a set of pixels with
columns and rows defined by
RGB, as shown at right hand side
in figure 1.0, or could be satellite
imagery, while the vector data is
presented either by point, line or
polygon.
SOURCES OF DATA:
As well as all we know that gathering data is important, the data should be
meaningful, accurate, to the point, so when collecting real time GIS data, or to
store data, should be from trusted resources.
Where to get data?
1. From internet.
2. GeoServer.
3. Remote Sensing.
4. Scanned photos.
5. Digital orthophotos.
6. Collector for ArcGIS.
7. Point data samples from surveys.
List of GIS data sources.
14
ADVANTAGES & DISADVANTAGES:
 Advantages :
1. Good representation of reality
2. More efficient data storage
3. Topology can be described in a network
4. Accurate graphics
 Disadvantages :
1. Complex data structures.
2. Simulation may be difficult.
3. Some spatial analysis operations are difficult or impossible to perform.
15
 Vector Data
ADVANTAGES & DISADVANTAGES - CONT.:
 Advantages :
1. Simple data structure.
2. Easy overlay.
3. Various kinds of spatial analysis.
4. Uniform size and shape.
5. Cheaper technology.
 Disadvantages :
1. Large amount of data.
2. Less “pretty”.
3. Projection transformation is difficult.
4. Different scales between layers can be a nightmare.
5. May lose information due to generalization.
16
 Raster Data
17

More Related Content

What's hot

Geo referencing by Mashhood Arif
Geo referencing by Mashhood ArifGeo referencing by Mashhood Arif
Geo referencing by Mashhood Arif
KU Leuven
 
Application of GIS (Geographical information system)
Application of GIS (Geographical information system)Application of GIS (Geographical information system)
Application of GIS (Geographical information system)
Fayaz Ahamed A P
 
Introduction to GIS systems
Introduction to GIS systemsIntroduction to GIS systems
Introduction to GIS systemsVivek Srivastava
 
Vector data model
Vector data model Vector data model
Vector data model
Pramoda Raj
 
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
 
Digital image processing
Digital image processingDigital image processing
Digital image processing
Vandana Verma
 
Introduction to GIS
Introduction to GISIntroduction to GIS
Introduction to GIS
Joey Li
 
Image interpretation keys & image resolution
Image interpretation keys & image resolutionImage interpretation keys & image resolution
Image interpretation keys & image resolution
Pramoda Raj
 
functions of GIS
functions of GISfunctions of GIS
functions of GIS
Shawana Khan
 
GIS data structure
GIS data structureGIS data structure
GIS data structure
Thana Chirapiwat
 
Types of GIS Data
Types of GIS DataTypes of GIS Data
Types of GIS Data
Preeti Prajapati
 
Seminar on gis analysis functions
Seminar on gis analysis functionsSeminar on gis analysis functions
Seminar on gis analysis functions
Pramoda Raj
 
Image classification, remote sensing, P K MANI
Image classification, remote sensing, P K MANIImage classification, remote sensing, P K MANI
Image classification, remote sensing, P K MANI
P.K. Mani
 
georeference
georeferencegeoreference
georeference
Thana Chirapiwat
 
Coordinate systems
Coordinate systemsCoordinate systems
Coordinate systems
Reham Maher El-Safarini
 
GIS Data Types
GIS Data TypesGIS Data Types
GIS Data Types
John Reiser
 
Introduction to ArcGIS
Introduction to ArcGISIntroduction to ArcGIS
Introduction to ArcGIS
Kate Dougherty
 
Remote Sensing Platforms and Its types
Remote Sensing Platforms and Its typesRemote Sensing Platforms and Its types
Remote Sensing Platforms and Its types
Senthamizhan M
 

What's hot (20)

Geo referencing by Mashhood Arif
Geo referencing by Mashhood ArifGeo referencing by Mashhood Arif
Geo referencing by Mashhood Arif
 
Application of GIS (Geographical information system)
Application of GIS (Geographical information system)Application of GIS (Geographical information system)
Application of GIS (Geographical information system)
 
Introduction to GIS systems
Introduction to GIS systemsIntroduction to GIS systems
Introduction to GIS systems
 
Vector data model
Vector data model Vector data model
Vector data model
 
DATA in GIS and DATA Query
DATA in GIS and DATA QueryDATA in GIS and DATA Query
DATA in GIS and DATA Query
 
gis
gisgis
gis
 
Digital image processing
Digital image processingDigital image processing
Digital image processing
 
Introduction to GIS
Introduction to GISIntroduction to GIS
Introduction to GIS
 
Image interpretation keys & image resolution
Image interpretation keys & image resolutionImage interpretation keys & image resolution
Image interpretation keys & image resolution
 
functions of GIS
functions of GISfunctions of GIS
functions of GIS
 
GIS data structure
GIS data structureGIS data structure
GIS data structure
 
Types of GIS Data
Types of GIS DataTypes of GIS Data
Types of GIS Data
 
Seminar on gis analysis functions
Seminar on gis analysis functionsSeminar on gis analysis functions
Seminar on gis analysis functions
 
Image classification, remote sensing, P K MANI
Image classification, remote sensing, P K MANIImage classification, remote sensing, P K MANI
Image classification, remote sensing, P K MANI
 
Digital terrain model
Digital terrain modelDigital terrain model
Digital terrain model
 
georeference
georeferencegeoreference
georeference
 
Coordinate systems
Coordinate systemsCoordinate systems
Coordinate systems
 
GIS Data Types
GIS Data TypesGIS Data Types
GIS Data Types
 
Introduction to ArcGIS
Introduction to ArcGISIntroduction to ArcGIS
Introduction to ArcGIS
 
Remote Sensing Platforms and Its types
Remote Sensing Platforms and Its typesRemote Sensing Platforms and Its types
Remote Sensing Platforms and Its types
 

Similar to Raster data and Vector data

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
 
TYBSC IT PGIS Unit II Chapter I Data Management and Processing Systems
TYBSC IT PGIS Unit II Chapter I Data Management and Processing SystemsTYBSC IT PGIS Unit II Chapter I Data Management and Processing Systems
TYBSC IT PGIS Unit II Chapter I Data Management and Processing Systems
Arti Parab Academics
 
Four data models in GIS
Four data models in GISFour data models in GIS
Four data models in GIS
Prof. A.Balasubramanian
 
Data input and transformation
Data input and transformationData input and transformation
Data input and transformation
Mohsin Siddique
 
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
 
UNIT - III GIS DATA STRUCTURES (1).ppt
UNIT - III GIS DATA STRUCTURES (1).pptUNIT - III GIS DATA STRUCTURES (1).ppt
UNIT - III GIS DATA STRUCTURES (1).ppt
RamMishra65
 
Topology in GIS
Topology in GISTopology in GIS
Topology in GIS
Rohit Kumar
 
Día 3
Día 3Día 3
introduction to geographical information system
introduction to geographical information systemintroduction to geographical information system
introduction to geographical information system
DrVenkateswarluGogan1
 
Unit 4 Data Editing.pptx
Unit 4 Data Editing.pptxUnit 4 Data Editing.pptx
Unit 4 Data Editing.pptx
e20ag004
 
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
 
Geographical Information System (GIS)
Geographical Information System (GIS)Geographical Information System (GIS)
Geographical Information System (GIS)
Malla Reddy University
 
Lecture-8-The-GIS-Database-Part-1.ppt
Lecture-8-The-GIS-Database-Part-1.pptLecture-8-The-GIS-Database-Part-1.ppt
Lecture-8-The-GIS-Database-Part-1.ppt
Prabin Pandit
 
Terminology and Basic Questions About GIS
Terminology and Basic Questions About GISTerminology and Basic Questions About GIS
Terminology and Basic Questions About GISMrinmoy Majumder
 
Geographic information system
Geographic information systemGeographic information system
Geographic information system
Kamrul Islam Karim
 
Geographic information system (gis)
Geographic information system (gis)Geographic information system (gis)
Geographic information system (gis)
Vandana Verma
 
Vector data model _Topology _Tin.pptx
Vector data model _Topology _Tin.pptxVector data model _Topology _Tin.pptx
Vector data model _Topology _Tin.pptx
Rajshahi University, Bangladesh
 
Assignment vector raster
Assignment vector rasterAssignment vector raster
Assignment vector rasterfredsk2006
 
Geoinformatics.pptx
Geoinformatics.pptxGeoinformatics.pptx
Geoinformatics.pptx
jatinbagale2610
 

Similar to Raster data and Vector data (20)

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
 
TYBSC IT PGIS Unit II Chapter I Data Management and Processing Systems
TYBSC IT PGIS Unit II Chapter I Data Management and Processing SystemsTYBSC IT PGIS Unit II Chapter I Data Management and Processing Systems
TYBSC IT PGIS Unit II Chapter I Data Management and Processing Systems
 
Four data models in GIS
Four data models in GISFour data models in GIS
Four data models in GIS
 
Data input and transformation
Data input and transformationData input and transformation
Data input and transformation
 
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
 
UNIT - III GIS DATA STRUCTURES (1).ppt
UNIT - III GIS DATA STRUCTURES (1).pptUNIT - III GIS DATA STRUCTURES (1).ppt
UNIT - III GIS DATA STRUCTURES (1).ppt
 
Topology in GIS
Topology in GISTopology in GIS
Topology in GIS
 
Día 3
Día 3Día 3
Día 3
 
introduction to geographical information system
introduction to geographical information systemintroduction to geographical information system
introduction to geographical information system
 
microclimate
microclimatemicroclimate
microclimate
 
Unit 4 Data Editing.pptx
Unit 4 Data Editing.pptxUnit 4 Data Editing.pptx
Unit 4 Data Editing.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
 
Geographical Information System (GIS)
Geographical Information System (GIS)Geographical Information System (GIS)
Geographical Information System (GIS)
 
Lecture-8-The-GIS-Database-Part-1.ppt
Lecture-8-The-GIS-Database-Part-1.pptLecture-8-The-GIS-Database-Part-1.ppt
Lecture-8-The-GIS-Database-Part-1.ppt
 
Terminology and Basic Questions About GIS
Terminology and Basic Questions About GISTerminology and Basic Questions About GIS
Terminology and Basic Questions About GIS
 
Geographic information system
Geographic information systemGeographic information system
Geographic information system
 
Geographic information system (gis)
Geographic information system (gis)Geographic information system (gis)
Geographic information system (gis)
 
Vector data model _Topology _Tin.pptx
Vector data model _Topology _Tin.pptxVector data model _Topology _Tin.pptx
Vector data model _Topology _Tin.pptx
 
Assignment vector raster
Assignment vector rasterAssignment vector raster
Assignment vector raster
 
Geoinformatics.pptx
Geoinformatics.pptxGeoinformatics.pptx
Geoinformatics.pptx
 

More from Reham Maher El-Safarini

Ux
Ux Ux
Global threat-landscape report by fortinet.
Global threat-landscape report by fortinet.Global threat-landscape report by fortinet.
Global threat-landscape report by fortinet.
Reham Maher El-Safarini
 
Dynamics AX/ X++
Dynamics AX/ X++Dynamics AX/ X++
Dynamics AX/ X++
Reham Maher El-Safarini
 
Microsoft sql-and-the-gdpr
Microsoft sql-and-the-gdprMicrosoft sql-and-the-gdpr
Microsoft sql-and-the-gdpr
Reham Maher El-Safarini
 
AWS Cloud economics
AWS Cloud economicsAWS Cloud economics
AWS Cloud economics
Reham Maher El-Safarini
 
Cloud skills development
Cloud skills developmentCloud skills development
Cloud skills development
Reham Maher El-Safarini
 
AWS cloud adoption framework (caf)
AWS cloud adoption framework (caf)AWS cloud adoption framework (caf)
AWS cloud adoption framework (caf)
Reham Maher El-Safarini
 
Application and database migration workshop
Application and database migration workshopApplication and database migration workshop
Application and database migration workshop
Reham Maher El-Safarini
 
Containers on AWS
Containers on AWSContainers on AWS
Containers on AWS
Reham Maher El-Safarini
 
Security and governance with aws control tower and aws organizations
Security and governance with aws control tower and aws organizationsSecurity and governance with aws control tower and aws organizations
Security and governance with aws control tower and aws organizations
Reham Maher El-Safarini
 
Digital transformation on aws
Digital transformation on awsDigital transformation on aws
Digital transformation on aws
Reham Maher El-Safarini
 
Security in the cloud
Security in the cloudSecurity in the cloud
Security in the cloud
Reham Maher El-Safarini
 
2. migration, disaster recovery and business continuity in the cloud
2. migration, disaster recovery and business continuity in the cloud2. migration, disaster recovery and business continuity in the cloud
2. migration, disaster recovery and business continuity in the cloud
Reham Maher El-Safarini
 
1. aws overview
1. aws overview1. aws overview
1. aws overview
Reham Maher El-Safarini
 
Pgp
PgpPgp
ssl for securing
ssl for securingssl for securing
ssl for securing
Reham Maher El-Safarini
 
03 unity 3_d_part_2
03 unity 3_d_part_203 unity 3_d_part_2
03 unity 3_d_part_2
Reham Maher El-Safarini
 
01 unity 3_d_introduction
01 unity 3_d_introduction01 unity 3_d_introduction
01 unity 3_d_introduction
Reham Maher El-Safarini
 
unity basics
unity basicsunity basics

More from Reham Maher El-Safarini (20)

Ux
Ux Ux
Ux
 
Global threat-landscape report by fortinet.
Global threat-landscape report by fortinet.Global threat-landscape report by fortinet.
Global threat-landscape report by fortinet.
 
Dynamics AX/ X++
Dynamics AX/ X++Dynamics AX/ X++
Dynamics AX/ X++
 
Microsoft sql-and-the-gdpr
Microsoft sql-and-the-gdprMicrosoft sql-and-the-gdpr
Microsoft sql-and-the-gdpr
 
AWS Cloud economics
AWS Cloud economicsAWS Cloud economics
AWS Cloud economics
 
Cloud skills development
Cloud skills developmentCloud skills development
Cloud skills development
 
AWS cloud adoption framework (caf)
AWS cloud adoption framework (caf)AWS cloud adoption framework (caf)
AWS cloud adoption framework (caf)
 
Application and database migration workshop
Application and database migration workshopApplication and database migration workshop
Application and database migration workshop
 
Containers on AWS
Containers on AWSContainers on AWS
Containers on AWS
 
Security and governance with aws control tower and aws organizations
Security and governance with aws control tower and aws organizationsSecurity and governance with aws control tower and aws organizations
Security and governance with aws control tower and aws organizations
 
Digital transformation on aws
Digital transformation on awsDigital transformation on aws
Digital transformation on aws
 
Security in the cloud
Security in the cloudSecurity in the cloud
Security in the cloud
 
2. migration, disaster recovery and business continuity in the cloud
2. migration, disaster recovery and business continuity in the cloud2. migration, disaster recovery and business continuity in the cloud
2. migration, disaster recovery and business continuity in the cloud
 
1. aws overview
1. aws overview1. aws overview
1. aws overview
 
Pgp
PgpPgp
Pgp
 
ssl for securing
ssl for securingssl for securing
ssl for securing
 
03 unity 3_d_part_2
03 unity 3_d_part_203 unity 3_d_part_2
03 unity 3_d_part_2
 
02 unity 3_d_part_1
02 unity 3_d_part_102 unity 3_d_part_1
02 unity 3_d_part_1
 
01 unity 3_d_introduction
01 unity 3_d_introduction01 unity 3_d_introduction
01 unity 3_d_introduction
 
unity basics
unity basicsunity basics
unity basics
 

Recently uploaded

Ch03-Managing the Object-Oriented Information Systems Project a.pdf
Ch03-Managing the Object-Oriented Information Systems Project a.pdfCh03-Managing the Object-Oriented Information Systems Project a.pdf
Ch03-Managing the Object-Oriented Information Systems Project a.pdf
haila53
 
一比一原版(CU毕业证)卡尔顿大学毕业证成绩单
一比一原版(CU毕业证)卡尔顿大学毕业证成绩单一比一原版(CU毕业证)卡尔顿大学毕业证成绩单
一比一原版(CU毕业证)卡尔顿大学毕业证成绩单
yhkoc
 
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单
ewymefz
 
Criminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdfCriminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdf
Criminal IP
 
社内勉強会資料_LLM Agents                              .
社内勉強会資料_LLM Agents                              .社内勉強会資料_LLM Agents                              .
社内勉強会資料_LLM Agents                              .
NABLAS株式会社
 
Tabula.io Cheatsheet: automate your data workflows
Tabula.io Cheatsheet: automate your data workflowsTabula.io Cheatsheet: automate your data workflows
Tabula.io Cheatsheet: automate your data workflows
alex933524
 
standardisation of garbhpala offhgfffghh
standardisation of garbhpala offhgfffghhstandardisation of garbhpala offhgfffghh
standardisation of garbhpala offhgfffghh
ArpitMalhotra16
 
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
ewymefz
 
一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单
一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单
一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单
nscud
 
Criminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdfCriminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdf
Criminal IP
 
SOCRadar Germany 2024 Threat Landscape Report
SOCRadar Germany 2024 Threat Landscape ReportSOCRadar Germany 2024 Threat Landscape Report
SOCRadar Germany 2024 Threat Landscape Report
SOCRadar
 
Business update Q1 2024 Lar España Real Estate SOCIMI
Business update Q1 2024 Lar España Real Estate SOCIMIBusiness update Q1 2024 Lar España Real Estate SOCIMI
Business update Q1 2024 Lar España Real Estate SOCIMI
AlejandraGmez176757
 
一比一原版(YU毕业证)约克大学毕业证成绩单
一比一原版(YU毕业证)约克大学毕业证成绩单一比一原版(YU毕业证)约克大学毕业证成绩单
一比一原版(YU毕业证)约克大学毕业证成绩单
enxupq
 
Innovative Methods in Media and Communication Research by Sebastian Kubitschk...
Innovative Methods in Media and Communication Research by Sebastian Kubitschk...Innovative Methods in Media and Communication Research by Sebastian Kubitschk...
Innovative Methods in Media and Communication Research by Sebastian Kubitschk...
correoyaya
 
一比一原版(TWU毕业证)西三一大学毕业证成绩单
一比一原版(TWU毕业证)西三一大学毕业证成绩单一比一原版(TWU毕业证)西三一大学毕业证成绩单
一比一原版(TWU毕业证)西三一大学毕业证成绩单
ocavb
 
FP Growth Algorithm and its Applications
FP Growth Algorithm and its ApplicationsFP Growth Algorithm and its Applications
FP Growth Algorithm and its Applications
MaleehaSheikh2
 
Investigate & Recover / StarCompliance.io / Crypto_Crimes
Investigate & Recover / StarCompliance.io / Crypto_CrimesInvestigate & Recover / StarCompliance.io / Crypto_Crimes
Investigate & Recover / StarCompliance.io / Crypto_Crimes
StarCompliance.io
 
Jpolillo Amazon PPC - Bid Optimization Sample
Jpolillo Amazon PPC - Bid Optimization SampleJpolillo Amazon PPC - Bid Optimization Sample
Jpolillo Amazon PPC - Bid Optimization Sample
James Polillo
 
Q1’2024 Update: MYCI’s Leap Year Rebound
Q1’2024 Update: MYCI’s Leap Year ReboundQ1’2024 Update: MYCI’s Leap Year Rebound
Q1’2024 Update: MYCI’s Leap Year Rebound
Oppotus
 
Sample_Global Non-invasive Prenatal Testing (NIPT) Market, 2019-2030.pdf
Sample_Global Non-invasive Prenatal Testing (NIPT) Market, 2019-2030.pdfSample_Global Non-invasive Prenatal Testing (NIPT) Market, 2019-2030.pdf
Sample_Global Non-invasive Prenatal Testing (NIPT) Market, 2019-2030.pdf
Linda486226
 

Recently uploaded (20)

Ch03-Managing the Object-Oriented Information Systems Project a.pdf
Ch03-Managing the Object-Oriented Information Systems Project a.pdfCh03-Managing the Object-Oriented Information Systems Project a.pdf
Ch03-Managing the Object-Oriented Information Systems Project a.pdf
 
一比一原版(CU毕业证)卡尔顿大学毕业证成绩单
一比一原版(CU毕业证)卡尔顿大学毕业证成绩单一比一原版(CU毕业证)卡尔顿大学毕业证成绩单
一比一原版(CU毕业证)卡尔顿大学毕业证成绩单
 
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单
 
Criminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdfCriminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdf
 
社内勉強会資料_LLM Agents                              .
社内勉強会資料_LLM Agents                              .社内勉強会資料_LLM Agents                              .
社内勉強会資料_LLM Agents                              .
 
Tabula.io Cheatsheet: automate your data workflows
Tabula.io Cheatsheet: automate your data workflowsTabula.io Cheatsheet: automate your data workflows
Tabula.io Cheatsheet: automate your data workflows
 
standardisation of garbhpala offhgfffghh
standardisation of garbhpala offhgfffghhstandardisation of garbhpala offhgfffghh
standardisation of garbhpala offhgfffghh
 
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
 
一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单
一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单
一比一原版(CBU毕业证)不列颠海角大学毕业证成绩单
 
Criminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdfCriminal IP - Threat Hunting Webinar.pdf
Criminal IP - Threat Hunting Webinar.pdf
 
SOCRadar Germany 2024 Threat Landscape Report
SOCRadar Germany 2024 Threat Landscape ReportSOCRadar Germany 2024 Threat Landscape Report
SOCRadar Germany 2024 Threat Landscape Report
 
Business update Q1 2024 Lar España Real Estate SOCIMI
Business update Q1 2024 Lar España Real Estate SOCIMIBusiness update Q1 2024 Lar España Real Estate SOCIMI
Business update Q1 2024 Lar España Real Estate SOCIMI
 
一比一原版(YU毕业证)约克大学毕业证成绩单
一比一原版(YU毕业证)约克大学毕业证成绩单一比一原版(YU毕业证)约克大学毕业证成绩单
一比一原版(YU毕业证)约克大学毕业证成绩单
 
Innovative Methods in Media and Communication Research by Sebastian Kubitschk...
Innovative Methods in Media and Communication Research by Sebastian Kubitschk...Innovative Methods in Media and Communication Research by Sebastian Kubitschk...
Innovative Methods in Media and Communication Research by Sebastian Kubitschk...
 
一比一原版(TWU毕业证)西三一大学毕业证成绩单
一比一原版(TWU毕业证)西三一大学毕业证成绩单一比一原版(TWU毕业证)西三一大学毕业证成绩单
一比一原版(TWU毕业证)西三一大学毕业证成绩单
 
FP Growth Algorithm and its Applications
FP Growth Algorithm and its ApplicationsFP Growth Algorithm and its Applications
FP Growth Algorithm and its Applications
 
Investigate & Recover / StarCompliance.io / Crypto_Crimes
Investigate & Recover / StarCompliance.io / Crypto_CrimesInvestigate & Recover / StarCompliance.io / Crypto_Crimes
Investigate & Recover / StarCompliance.io / Crypto_Crimes
 
Jpolillo Amazon PPC - Bid Optimization Sample
Jpolillo Amazon PPC - Bid Optimization SampleJpolillo Amazon PPC - Bid Optimization Sample
Jpolillo Amazon PPC - Bid Optimization Sample
 
Q1’2024 Update: MYCI’s Leap Year Rebound
Q1’2024 Update: MYCI’s Leap Year ReboundQ1’2024 Update: MYCI’s Leap Year Rebound
Q1’2024 Update: MYCI’s Leap Year Rebound
 
Sample_Global Non-invasive Prenatal Testing (NIPT) Market, 2019-2030.pdf
Sample_Global Non-invasive Prenatal Testing (NIPT) Market, 2019-2030.pdfSample_Global Non-invasive Prenatal Testing (NIPT) Market, 2019-2030.pdf
Sample_Global Non-invasive Prenatal Testing (NIPT) Market, 2019-2030.pdf
 

Raster data and Vector data

  • 1.
  • 2.  OVERVIEW: One of the most important topic in GIS(Geographic information system), which is types of data. In this presentation, we will introduce types of Geographic data in order to define them and differentiate between them. Their characteristics and the usage of each one. Their definition and how they is stored and used in geographic database, also their format. 2
  • 3.  WHAT IS DATA MODELING? As well as, we know the importance of data and how the representation of data should be understood in order achieve better results. The definition from GIS perspective, will be divided into three sections:  Data model: In information theory, a description of the rules by which data is defined, organized, queried, and updated within an information system (usually a database management system). In ArcGIS, a set of database design specifications for objects in a GIS application. A data model describes the thematic layers used in the application (for example, hamburger stands, roads, and counties); their spatial representation (for example, point, line, or polygon); their attributes; their integrity rules and relationships (for example, counties must nest within states); their cartographic portrayal; and their metadata requirements. 3
  • 4.  WHAT IS DATA MODELING? – CONT.  Vector data model: A representation of the world using points, lines, and polygons. Vector models are useful for storing data that has discrete boundaries, such as country borders, land parcels, and streets. 4
  • 5.  WHAT IS DATA MODELING? – CONT.  Raster data model A representation of the world as a surface divided into a regular grid of cells. Raster models are useful for storing data that varies continuously, as in an aerial photograph, a satellite image, a surface of chemical concentrations, or an elevation surface 5
  • 6. DATA FORMAT:  Shape-file: A shape-file stores non-topological geometry and attribute information for the spatial features in a data set. The geometry for a feature is stored as a shape comprising a set of vector coordinates. Because shape-files do not have the processing overhead of a topological data structure, they have advantages over other data sources such as faster drawing speed and edit ability. Shape-files handle single features that overlap or that are noncontiguous. They also typically require less disk space and are easier to read and write. Shape-files can support point, line, and area features. Area features are represented as closed loop, double-digitized polygons. Attributes are held in a dBASE® format file. Each attribute record has a one-to-one relationship with the associated shape record. 6 VECTOR DATA FORMATS
  • 7.  CHARACTERISTICS: Characteristic Raster Vector Data structure Usually simple Usually complex Storage requirements large for most data sets without compression small for most data sets Coordinate conversion may be slow due to data volumes, and may require resampling. simple Analysis easy for continuous data, simple for many layer combinations. preferred for network analyses, many other spatial operations more complex. Positional precision floor set by cell size. limited only by quality of positional measurements. Accessibility easy to modify or program, due to simple data structure. often complex. Display and output good for images, but discrete features may show “stair-step” edges. map-like, with continuous curves, poor for images 7
  • 8. DATA FORMAT-CONT.  Coverage: A coverage is a geo-relational data model that stores vector data—it contains both the spatial (location) and attribute (descriptive) data for geographic features. Coverages use a set of feature classes to represent geographic features. Each feature class stores a set of points, lines (arcs), polygons, or annotation (text). Coverages can have topology, which determines the relationships between features. A coverage is stored as a directory within which each feature class is stored as a set of files. For example, a coverage appears in ArcCatalog with the icons as shown below. In this example, you can see that the streams coverage is a line coverage containing an arc (line) file, annotation for the line, and a tic file. There are also two versions of coverage files. 8
  • 9. DATA FORMAT-CONT.  GeoDatabase: Geodatabases have a comprehensive information model for representing and managing geographic information. This comprehensive information model is implemented as a series of tables holding feature classes, raster datasets, and attributes. In addition, advanced GIS data objects add GIS behavior; rules for managing spatial integrity; and tools for working with numerous spatial relationships of the core features, raster, and attributes. 9
  • 10. DATA FORMAT-CONT. CAD files: AutoCAD and MicroStation each use a proprietary file-based vector format. Both formats are capable of supporting 2D and 3D information. 10
  • 11. DATA FORMAT-CONT.  Grids Grids are an ESRI file format used to store both discrete features such as buildings, roads, and parcels, and continuous phenomena such as elevation, temperature, and precipitation. Recall that the basic unit of the raster data model is the cell. Cells store information about what things are like at a particular location on the earth's surface. Depending on the type of data being stored, cell values can be either integers (whole numbers) or floating points (numbers with decimals). There are two types of grids: one stores integers and the other stores floating points. A discrete grid contains cells whose values are integers, often code numbers for a particular category. Cells can have the same value in a discrete grid. For example, in a discrete grid of land use, each land use type is coded by a different integer, but many cells may have the same code. Discrete grids have an attribute table that stores the cell values and their associated attributes. A continuous grid is used to represent continuous phenomena; its cell values are floating points. Each cell in a continuous grid can have a different floating point value. For example, in a continuous grid representing elevation, one cell might store an elevation value of 564.3 meters, while the cell to the left might store an elevation value of 565.1 meters. Unlike discrete grids, continuous grids don't have an attribute table. 11 Raster Data Formats:
  • 12. DATA FORMAT-CONT. The term "image" is a collective term for rasters whose cells, or pixels, store brightness values of reflected visible light or other types of electromagnetic radiation, such as emitted heat (infrared) or ultraviolet (UV). Aerial photos, satellite images, and scanned paper maps are examples of images commonly used in a GIS. Images can be displayed as layers in a map or they can be used as attributes for vector features. For example, a real estate company might include photos of available houses as an attribute of a homes layer. To be displayed as a layer, however, images must be referenced to real-world locations. For example, an aerial photo as it comes from the camera is just a static picture, like a picture of a house. There's no information about what part of the world the photo has captured, and the photo may contain distortion and scale variations caused by the angle of the camera. To display properly with other map layers, the aerial photo must be assigned a coordinate system and some of its pixels must be linked to known geographic coordinates. 12 Images
  • 13. DATA FORMAT-CONT. 13 Figure 1.0 Now, we can make conclusion according to data type as mentioned through the presentation, we all knew that and image is a set of pixels with columns and rows defined by RGB, as shown at right hand side in figure 1.0, or could be satellite imagery, while the vector data is presented either by point, line or polygon.
  • 14. SOURCES OF DATA: As well as all we know that gathering data is important, the data should be meaningful, accurate, to the point, so when collecting real time GIS data, or to store data, should be from trusted resources. Where to get data? 1. From internet. 2. GeoServer. 3. Remote Sensing. 4. Scanned photos. 5. Digital orthophotos. 6. Collector for ArcGIS. 7. Point data samples from surveys. List of GIS data sources. 14
  • 15. ADVANTAGES & DISADVANTAGES:  Advantages : 1. Good representation of reality 2. More efficient data storage 3. Topology can be described in a network 4. Accurate graphics  Disadvantages : 1. Complex data structures. 2. Simulation may be difficult. 3. Some spatial analysis operations are difficult or impossible to perform. 15  Vector Data
  • 16. ADVANTAGES & DISADVANTAGES - CONT.:  Advantages : 1. Simple data structure. 2. Easy overlay. 3. Various kinds of spatial analysis. 4. Uniform size and shape. 5. Cheaper technology.  Disadvantages : 1. Large amount of data. 2. Less “pretty”. 3. Projection transformation is difficult. 4. Different scales between layers can be a nightmare. 5. May lose information due to generalization. 16  Raster Data
  • 17. 17