SlideShare uma empresa Scribd logo
1 de 17
 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

Mais conteúdo relacionado

Mais procurados

Spatial analysis and modeling
Spatial analysis and modelingSpatial analysis and modeling
Spatial analysis and modeling
Tolasa_F
 
Spatial vs non spatial
Spatial vs non spatialSpatial vs non spatial
Spatial vs non spatial
Sumant Diwakar
 

Mais procurados (20)

Image interpretation keys & image resolution
Image interpretation keys & image resolutionImage interpretation keys & image resolution
Image interpretation keys & image resolution
 
5 spatial data editing
5 spatial data editing5 spatial data editing
5 spatial data editing
 
Projections and coordinate system
Projections and coordinate systemProjections and coordinate system
Projections and coordinate system
 
GIS data structure
GIS data structureGIS data structure
GIS data structure
 
GIS Data Types
GIS Data TypesGIS Data Types
GIS Data Types
 
Vector data model
Vector data model Vector data model
Vector data model
 
Spatial analysis and modeling
Spatial analysis and modelingSpatial analysis and modeling
Spatial analysis and modeling
 
Seminar on gis analysis functions
Seminar on gis analysis functionsSeminar on gis analysis functions
Seminar on gis analysis functions
 
Introduction to GIS
Introduction to GISIntroduction to GIS
Introduction to GIS
 
Four data models in GIS
Four data models in GISFour data models in GIS
Four data models in GIS
 
Gis Geographical Information System Fundamentals
Gis Geographical Information System FundamentalsGis Geographical Information System Fundamentals
Gis Geographical Information System Fundamentals
 
Spatial vs non spatial
Spatial vs non spatialSpatial vs non spatial
Spatial vs non spatial
 
GIS data analysis
GIS data analysisGIS data analysis
GIS data analysis
 
Coordinate systems, datum & map projections
Coordinate systems, datum & map projectionsCoordinate systems, datum & map projections
Coordinate systems, datum & map projections
 
Gis functions
Gis functionsGis functions
Gis functions
 
Principle of aerial photography and types.ppt
Principle of aerial photography and types.pptPrinciple of aerial photography and types.ppt
Principle of aerial photography and types.ppt
 
Application of GIS (Geographical information system)
Application of GIS (Geographical information system)Application of GIS (Geographical information system)
Application of GIS (Geographical information system)
 
Digital Elevation Model (DEM)
Digital Elevation Model (DEM)Digital Elevation Model (DEM)
Digital Elevation Model (DEM)
 
Spatial Data Model
Spatial Data ModelSpatial Data Model
Spatial Data Model
 
Raster data model
Raster data modelRaster data model
Raster data model
 

Semelhante a Raster data and Vector data

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
 
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 GIS
Mrinmoy Majumder
 
Assignment vector raster
Assignment vector rasterAssignment vector raster
Assignment vector raster
fredsk2006
 

Semelhante a 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
 
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
 
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)
 
Components of gis
Components of gisComponents of gis
Components of 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
 
ADVANCE DATABASE MANAGEMENT SYSTEM CONCEPTS & ARCHITECTURE by vikas jagtap
ADVANCE DATABASE MANAGEMENT SYSTEM CONCEPTS & ARCHITECTURE by vikas jagtapADVANCE DATABASE MANAGEMENT SYSTEM CONCEPTS & ARCHITECTURE by vikas jagtap
ADVANCE DATABASE MANAGEMENT SYSTEM CONCEPTS & ARCHITECTURE by vikas jagtap
 

Mais de Reham Maher El-Safarini

Mais de 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
 

Último

Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
ZurliaSoop
 
如何办理英国诺森比亚大学毕业证(NU毕业证书)成绩单原件一模一样
如何办理英国诺森比亚大学毕业证(NU毕业证书)成绩单原件一模一样如何办理英国诺森比亚大学毕业证(NU毕业证书)成绩单原件一模一样
如何办理英国诺森比亚大学毕业证(NU毕业证书)成绩单原件一模一样
wsppdmt
 
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get CytotecAbortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Riyadh +966572737505 get cytotec
 
Jual Cytotec Asli Obat Aborsi No. 1 Paling Manjur
Jual Cytotec Asli Obat Aborsi No. 1 Paling ManjurJual Cytotec Asli Obat Aborsi No. 1 Paling Manjur
Jual Cytotec Asli Obat Aborsi No. 1 Paling Manjur
ptikerjasaptiker
 
Top profile Call Girls In Begusarai [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In Begusarai [ 7014168258 ] Call Me For Genuine Models...Top profile Call Girls In Begusarai [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In Begusarai [ 7014168258 ] Call Me For Genuine Models...
nirzagarg
 
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
gajnagarg
 
怎样办理圣路易斯大学毕业证(SLU毕业证书)成绩单学校原版复制
怎样办理圣路易斯大学毕业证(SLU毕业证书)成绩单学校原版复制怎样办理圣路易斯大学毕业证(SLU毕业证书)成绩单学校原版复制
怎样办理圣路易斯大学毕业证(SLU毕业证书)成绩单学校原版复制
vexqp
 
PLE-statistics document for primary schs
PLE-statistics document for primary schsPLE-statistics document for primary schs
PLE-statistics document for primary schs
cnajjemba
 
怎样办理圣地亚哥州立大学毕业证(SDSU毕业证书)成绩单学校原版复制
怎样办理圣地亚哥州立大学毕业证(SDSU毕业证书)成绩单学校原版复制怎样办理圣地亚哥州立大学毕业证(SDSU毕业证书)成绩单学校原版复制
怎样办理圣地亚哥州立大学毕业证(SDSU毕业证书)成绩单学校原版复制
vexqp
 
怎样办理纽约州立大学宾汉姆顿分校毕业证(SUNY-Bin毕业证书)成绩单学校原版复制
怎样办理纽约州立大学宾汉姆顿分校毕业证(SUNY-Bin毕业证书)成绩单学校原版复制怎样办理纽约州立大学宾汉姆顿分校毕业证(SUNY-Bin毕业证书)成绩单学校原版复制
怎样办理纽约州立大学宾汉姆顿分校毕业证(SUNY-Bin毕业证书)成绩单学校原版复制
vexqp
 
怎样办理伦敦大学城市学院毕业证(CITY毕业证书)成绩单学校原版复制
怎样办理伦敦大学城市学院毕业证(CITY毕业证书)成绩单学校原版复制怎样办理伦敦大学城市学院毕业证(CITY毕业证书)成绩单学校原版复制
怎样办理伦敦大学城市学院毕业证(CITY毕业证书)成绩单学校原版复制
vexqp
 

Último (20)

Ranking and Scoring Exercises for Research
Ranking and Scoring Exercises for ResearchRanking and Scoring Exercises for Research
Ranking and Scoring Exercises for Research
 
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
如何办理英国诺森比亚大学毕业证(NU毕业证书)成绩单原件一模一样
如何办理英国诺森比亚大学毕业证(NU毕业证书)成绩单原件一模一样如何办理英国诺森比亚大学毕业证(NU毕业证书)成绩单原件一模一样
如何办理英国诺森比亚大学毕业证(NU毕业证书)成绩单原件一模一样
 
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get CytotecAbortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
 
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
 
Switzerland Constitution 2002.pdf.........
Switzerland Constitution 2002.pdf.........Switzerland Constitution 2002.pdf.........
Switzerland Constitution 2002.pdf.........
 
Jual Cytotec Asli Obat Aborsi No. 1 Paling Manjur
Jual Cytotec Asli Obat Aborsi No. 1 Paling ManjurJual Cytotec Asli Obat Aborsi No. 1 Paling Manjur
Jual Cytotec Asli Obat Aborsi No. 1 Paling Manjur
 
Capstone in Interprofessional Informatic // IMPACT OF COVID 19 ON EDUCATION
Capstone in Interprofessional Informatic  // IMPACT OF COVID 19 ON EDUCATIONCapstone in Interprofessional Informatic  // IMPACT OF COVID 19 ON EDUCATION
Capstone in Interprofessional Informatic // IMPACT OF COVID 19 ON EDUCATION
 
Top profile Call Girls In Begusarai [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In Begusarai [ 7014168258 ] Call Me For Genuine Models...Top profile Call Girls In Begusarai [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In Begusarai [ 7014168258 ] Call Me For Genuine Models...
 
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
 
Dubai Call Girls Peeing O525547819 Call Girls Dubai
Dubai Call Girls Peeing O525547819 Call Girls DubaiDubai Call Girls Peeing O525547819 Call Girls Dubai
Dubai Call Girls Peeing O525547819 Call Girls Dubai
 
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
 
怎样办理圣路易斯大学毕业证(SLU毕业证书)成绩单学校原版复制
怎样办理圣路易斯大学毕业证(SLU毕业证书)成绩单学校原版复制怎样办理圣路易斯大学毕业证(SLU毕业证书)成绩单学校原版复制
怎样办理圣路易斯大学毕业证(SLU毕业证书)成绩单学校原版复制
 
PLE-statistics document for primary schs
PLE-statistics document for primary schsPLE-statistics document for primary schs
PLE-statistics document for primary schs
 
怎样办理圣地亚哥州立大学毕业证(SDSU毕业证书)成绩单学校原版复制
怎样办理圣地亚哥州立大学毕业证(SDSU毕业证书)成绩单学校原版复制怎样办理圣地亚哥州立大学毕业证(SDSU毕业证书)成绩单学校原版复制
怎样办理圣地亚哥州立大学毕业证(SDSU毕业证书)成绩单学校原版复制
 
怎样办理纽约州立大学宾汉姆顿分校毕业证(SUNY-Bin毕业证书)成绩单学校原版复制
怎样办理纽约州立大学宾汉姆顿分校毕业证(SUNY-Bin毕业证书)成绩单学校原版复制怎样办理纽约州立大学宾汉姆顿分校毕业证(SUNY-Bin毕业证书)成绩单学校原版复制
怎样办理纽约州立大学宾汉姆顿分校毕业证(SUNY-Bin毕业证书)成绩单学校原版复制
 
怎样办理伦敦大学城市学院毕业证(CITY毕业证书)成绩单学校原版复制
怎样办理伦敦大学城市学院毕业证(CITY毕业证书)成绩单学校原版复制怎样办理伦敦大学城市学院毕业证(CITY毕业证书)成绩单学校原版复制
怎样办理伦敦大学城市学院毕业证(CITY毕业证书)成绩单学校原版复制
 
Predicting HDB Resale Prices - Conducting Linear Regression Analysis With Orange
Predicting HDB Resale Prices - Conducting Linear Regression Analysis With OrangePredicting HDB Resale Prices - Conducting Linear Regression Analysis With Orange
Predicting HDB Resale Prices - Conducting Linear Regression Analysis With Orange
 
Data Analyst Tasks to do the internship.pdf
Data Analyst Tasks to do the internship.pdfData Analyst Tasks to do the internship.pdf
Data Analyst Tasks to do the internship.pdf
 
The-boAt-Story-Navigating-the-Waves-of-Innovation.pptx
The-boAt-Story-Navigating-the-Waves-of-Innovation.pptxThe-boAt-Story-Navigating-the-Waves-of-Innovation.pptx
The-boAt-Story-Navigating-the-Waves-of-Innovation.pptx
 

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