SlideShare a Scribd company logo
Spatial Analysis & Modeling
GIS for Spatial Planning
Training for Ministry of Transport
Mozambique
Maputo, Mozambique
2-13 July 2018
Geoinformation and Sectoral Statistics Section
 Spatial Analysis and Modeling Concepts
 Surface Models
 Surface Modeling Operations
2
Content
 Spatial analysis is the technique to analyze data in terms of
location
 Find out patterns, identify relationships among features,
plan efficient routes, perform site selection, model or
predict values based on discrete sample observations, etc.
 Relationships: proximity, overlap, intersection, visibility,
accessibility, etc.
 Detect patterns: hotspots, outliers, clusters, change over
time
Spatial Analysis & Modeling Concepts
 Predict values: given a set of measured points
across an area you can determine the estimated
values in unmeasured locations
 Using spatial analysis, you can combine
information from many independent sources and
derive a new set of information by applying a large,
rich, and sophisticated set of spatial operators or
geo-processing tools
4
Spatial Analysis & Modeling Concepts
 Why Spatial modeling: finding relationships among
geographic features to understand and address any
particular problem
 Spatial modeling allows you to derive new data from values
of existing data layers and to predict what might happen
and where
 Modeling often involve developing specialized workflows
through programming, creating scripts and automated
workflows, lets you efficiently query and process large
amounts of data and implement more complex algorithms.
Spatial Analysis & Modeling Concepts
6
 Models help you understand, describe, and predict how things
work in the real world
 Spatial modeling, modeling spatial problems, involve two types
of models:
 Representation models – represent the objects in the landscape
 Process models – simulate the processes in the landscape
Spatial Analysis & Modeling Concepts
7
Vector model
Raster model
Spatial Analysis & Modeling Concepts
Spatial Analysis
 Using an elevation surface, for example, you can
derive information and identify features that were
not readily apparent in the original surface,
 contours, angle of slope, steepest downslope direction
(aspect), shaded relief (hillshade), and visible areas
(viewsheds)
 model the flow of water across Earth’s surface,
deriving runoff characteristics, understanding
drainage systems, and creating watersheds
Spatial Analysis & Modeling Concepts
 Surface Models: DSM, DEM, DTM
 Digital Surface Model (DSM) surface model which captures
the natural and built features on the Earth’s surface
 DSM is generated using LiDAR system, which sends pulses of
light to the ground and when the pulse of light bounces
off/back its target and returns to the sensor, it gives the range
(a variable distance) to the Earth
 LiDAR delivers a massive point cloud filled of varying elevation
values (Height can come from the top of buildings, tree
canopy, power lines, other built and natural features)
 DSM is useful in 3D modeling for telecommunications, urban
planning and aviation (objects extrude from the earth,
particularly useful in these application to identify obstructions)
Surface Models
10
Surface Models
DSM
 Digital Elevation Model (DEM) is a digital model or 3D
representation of a terrain’s surface, created from DEM is
bare-earth raster grid, which filters out vegetation and man
made features terrain elevation data
 DEM is bare-earth raster grid, which filters out vegetation and
man made features
 non-ground points such as bridges and roads, built (power
lines, buildings and towers), and natural (trees and other
vegetation types) are not included in DEM
 Digital Elevation Model (DEM) is frequently used and simplest
form of digital representation of topography
Surface Models
12
 DEM is used to determine
terrain attributes such as
elevation, slope and aspect
 Terrain features such as
drainage basins and
watersheds, drainage
networks and channel can
be identified from DEMs.
 Widely used in hydrologic
modeling, and geologic
analysis, soil mapping
Surface Models
13
Surface Models
 A Digital Terrain Model (DTM) is a vector data set composed
of regularly spaced points and natural features such as ridges
and breaklines.
 DTMs are typically
created through stereo
photogrammetry
 From these regularly-
space and contour lines,
you can interpolate a
DTM into a DEM
 Surface modeling operations include:
 Contour
 Slope
 Aspect
 Hillshade
 Viewshed
 Visibility
 Cut Fill
 Interpolation
Surface Modeling Operations
Aspect (Spatial Analyst)
 Derives aspect from a raster surface. The aspect identifies the
downslope direction of the maximum rate of change in value from each
cell to its neighbors.
 Aspect can be thought of as the slope direction. The values of the
output raster will be the compass direction of the aspect.
 Aspect is expressed in positive degrees from 0 to 359.9, measured
clockwise from north.
15
Surface Modeling Operations
Slope (Spatial Analyst)
 Identifies the slope (gradient, or rate of maximum change in z-value)
from each cell of a raster surface.
16
Surface Modeling Operations
Contour (Spatial Analyst)
 Contours represent points having equal heights/ elevations with respect
to a particular datum such as Mean Sea Level (MSL)
17
Surface Modeling Operations
 Topographic maps, shape of
a landscape represented with
contour lines
 A way to describe three-
dimensional landscapes in
two dimensions
Contour (Spatial Analyst)
 Contour tool: Creates a line feature class of contours (isolines) from a
raster surface.
 A base contour is used; e.g. to create contours every 10 meters, starting
at 5 meters
 5 is the base contour, and 10 is the contour interval. values to be
contoured 5, 15, 25, 35, 45, …
18
Surface Modeling Operations
19
Surface Modeling Operations
Hillshade (Spatial Analyst)
 Hillshade tool: Creates a shaded relief from a surface raster by considering
the illumination source angle and shadows.
 The hillshade raster has an integer value of 0 to 255, o representing
Viewshed (Spatial Analyst)
 Determines the raster surface locations visible to a set of observer
features
 Useful in application like telecommunication
20
Surface Modeling Operations
 Spatial interpolation is used to take known values and
interpolate them into a surface, deriving new estimated
surface values
 Elevation points interpolated to generate DEM
 Contour lines interpolated to generate DEM
 Using interpolation methods, users can create surfaces
from sampled locations without having to visit every
location of a study area, saving time and effort.
Surface Modeling Operations
Interpolation(Spatial Analyst)
 Interpolation is creating a surface based on a sample of
values with the domain
 Different techniques for interpolation:
 IDW (Inverse Distance Weighting)
 Kriging
 Natural Neighbor
 Spline
22
Surface Modeling Operations
 IDW: Interpolates a raster surface from points using an
inverse distance weighted (IDW) technique
 Values for nearby points tend to be more similar
 IDW weights the value of each point by its distance to the
cell being analyzed and averages the values
 It assumes that unknown value is influenced more by nearby
points than far away points
23
Surface Modeling Operations
 Spline: Interpolates a raster surface from points using a two-
dimensional minimum curvature spline technique.
 It fits a curve through the sample data and assigns values to
other locations based on their location on the curve
 Regularized Method: results in a smoother surface that
smoother areas of abruptly changing values
 Tension Method: results in a rougher surface that more closely
adheres to abrupt changes in sample points
24
Surface Modeling Operations
 Kriging Method: Interpolates a raster surface from points using
kriging.
 Like IDW interpolation, Kriging forms weights from surrounding
measured values to predict values at unmeasured locations.
 IDW uses a simple algorithm based on distance
 Kriging weights come from a semi-variogram that is developed by
looking at the spatial structure of the data
 Predictions are made for locations in the study area based on the
semi-variogram and the spatial arrangement of measured values that
are nearby
 Semi-variograms measure the strength of statistical correlation as a
function of distance; they quantify spatial autocorrelation
 Kriging associates probability with each prediction
25
Surface Modeling Operations
Raster Calculator (Spatial Analyst)
 Builds and executes a single Map Algebra expression using
Python syntax in a calculator-like interface.
26
Surface Modeling Operations
THANK YOU!
denekewa@Un.org

More Related Content

Similar to 3-1_geo Spatial analysis_spatial_modeling.pptx

Geospatial Applications in Civil Engineering
Geospatial Applications in Civil EngineeringGeospatial Applications in Civil Engineering
Geospatial Applications in Civil EngineeringSriharsha Rangineni
 
Interpolation 2013
Interpolation 2013Interpolation 2013
Interpolation 2013Atiqa khan
 
A STUDY AND ANALYSIS OF DIFFERENT EDGE DETECTION TECHNIQUES
A STUDY AND ANALYSIS OF DIFFERENT EDGE DETECTION TECHNIQUESA STUDY AND ANALYSIS OF DIFFERENT EDGE DETECTION TECHNIQUES
A STUDY AND ANALYSIS OF DIFFERENT EDGE DETECTION TECHNIQUEScscpconf
 
Surface Representations using GIS AND Topographical Mapping
Surface Representations using GIS AND Topographical MappingSurface Representations using GIS AND Topographical Mapping
Surface Representations using GIS AND Topographical MappingNAXA-Developers
 
Contour Line Tracing Algorithm for Digital Topographic Maps
Contour Line Tracing Algorithm for Digital Topographic MapsContour Line Tracing Algorithm for Digital Topographic Maps
Contour Line Tracing Algorithm for Digital Topographic MapsCSCJournals
 
Estimating the Crest Lines on Polygonal Mesh Models by an Automatic Threshold
Estimating the Crest Lines on Polygonal Mesh Models by an Automatic ThresholdEstimating the Crest Lines on Polygonal Mesh Models by an Automatic Threshold
Estimating the Crest Lines on Polygonal Mesh Models by an Automatic ThresholdAIRCC Publishing Corporation
 
IMPROVEMENTS OF THE ANALYSIS OF HUMAN ACTIVITY USING ACCELERATION RECORD OF E...
IMPROVEMENTS OF THE ANALYSIS OF HUMAN ACTIVITY USING ACCELERATION RECORD OF E...IMPROVEMENTS OF THE ANALYSIS OF HUMAN ACTIVITY USING ACCELERATION RECORD OF E...
IMPROVEMENTS OF THE ANALYSIS OF HUMAN ACTIVITY USING ACCELERATION RECORD OF E...sipij
 
ESTIMATING THE CREST LINES ON POLYGONAL MESH MODELS BY AN AUTOMATIC THRESHOLD
ESTIMATING THE CREST LINES ON POLYGONAL MESH MODELS BY AN AUTOMATIC THRESHOLDESTIMATING THE CREST LINES ON POLYGONAL MESH MODELS BY AN AUTOMATIC THRESHOLD
ESTIMATING THE CREST LINES ON POLYGONAL MESH MODELS BY AN AUTOMATIC THRESHOLDijcsit
 
Immersive 3 d visualization of remote sensing data
Immersive 3 d visualization of remote sensing dataImmersive 3 d visualization of remote sensing data
Immersive 3 d visualization of remote sensing datasipij
 
3d vision.pptxvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
3d vision.pptxvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv3d vision.pptxvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
3d vision.pptxvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvshesnasuneer
 
EFFECTIVE INTEREST REGION ESTIMATION MODEL TO REPRESENT CORNERS FOR IMAGE
EFFECTIVE INTEREST REGION ESTIMATION MODEL TO REPRESENT CORNERS FOR IMAGE EFFECTIVE INTEREST REGION ESTIMATION MODEL TO REPRESENT CORNERS FOR IMAGE
EFFECTIVE INTEREST REGION ESTIMATION MODEL TO REPRESENT CORNERS FOR IMAGE sipij
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)ijceronline
 

Similar to 3-1_geo Spatial analysis_spatial_modeling.pptx (20)

A step towards interactive displays of digital elevation models
A step towards interactive displays of digital elevation modelsA step towards interactive displays of digital elevation models
A step towards interactive displays of digital elevation models
 
Digital Elevation Model (DEM)
Digital Elevation Model (DEM)Digital Elevation Model (DEM)
Digital Elevation Model (DEM)
 
Geospatial Applications in Civil Engineering
Geospatial Applications in Civil EngineeringGeospatial Applications in Civil Engineering
Geospatial Applications in Civil Engineering
 
1.pptx
1.pptx1.pptx
1.pptx
 
C012271015
C012271015C012271015
C012271015
 
Interpolation 2013
Interpolation 2013Interpolation 2013
Interpolation 2013
 
A STUDY AND ANALYSIS OF DIFFERENT EDGE DETECTION TECHNIQUES
A STUDY AND ANALYSIS OF DIFFERENT EDGE DETECTION TECHNIQUESA STUDY AND ANALYSIS OF DIFFERENT EDGE DETECTION TECHNIQUES
A STUDY AND ANALYSIS OF DIFFERENT EDGE DETECTION TECHNIQUES
 
Surface Representations using GIS AND Topographical Mapping
Surface Representations using GIS AND Topographical MappingSurface Representations using GIS AND Topographical Mapping
Surface Representations using GIS AND Topographical Mapping
 
Graphics
GraphicsGraphics
Graphics
 
Contour Line Tracing Algorithm for Digital Topographic Maps
Contour Line Tracing Algorithm for Digital Topographic MapsContour Line Tracing Algorithm for Digital Topographic Maps
Contour Line Tracing Algorithm for Digital Topographic Maps
 
Estimating the Crest Lines on Polygonal Mesh Models by an Automatic Threshold
Estimating the Crest Lines on Polygonal Mesh Models by an Automatic ThresholdEstimating the Crest Lines on Polygonal Mesh Models by an Automatic Threshold
Estimating the Crest Lines on Polygonal Mesh Models by an Automatic Threshold
 
IMPROVEMENTS OF THE ANALYSIS OF HUMAN ACTIVITY USING ACCELERATION RECORD OF E...
IMPROVEMENTS OF THE ANALYSIS OF HUMAN ACTIVITY USING ACCELERATION RECORD OF E...IMPROVEMENTS OF THE ANALYSIS OF HUMAN ACTIVITY USING ACCELERATION RECORD OF E...
IMPROVEMENTS OF THE ANALYSIS OF HUMAN ACTIVITY USING ACCELERATION RECORD OF E...
 
ESTIMATING THE CREST LINES ON POLYGONAL MESH MODELS BY AN AUTOMATIC THRESHOLD
ESTIMATING THE CREST LINES ON POLYGONAL MESH MODELS BY AN AUTOMATIC THRESHOLDESTIMATING THE CREST LINES ON POLYGONAL MESH MODELS BY AN AUTOMATIC THRESHOLD
ESTIMATING THE CREST LINES ON POLYGONAL MESH MODELS BY AN AUTOMATIC THRESHOLD
 
Immersive 3 d visualization of remote sensing data
Immersive 3 d visualization of remote sensing dataImmersive 3 d visualization of remote sensing data
Immersive 3 d visualization of remote sensing data
 
3d vision.pptxvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
3d vision.pptxvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv3d vision.pptxvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
3d vision.pptxvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
 
GIS Dictionary
GIS Dictionary GIS Dictionary
GIS Dictionary
 
EFFECTIVE INTEREST REGION ESTIMATION MODEL TO REPRESENT CORNERS FOR IMAGE
EFFECTIVE INTEREST REGION ESTIMATION MODEL TO REPRESENT CORNERS FOR IMAGE EFFECTIVE INTEREST REGION ESTIMATION MODEL TO REPRESENT CORNERS FOR IMAGE
EFFECTIVE INTEREST REGION ESTIMATION MODEL TO REPRESENT CORNERS FOR IMAGE
 
Our 1st Seminar
Our 1st SeminarOur 1st Seminar
Our 1st Seminar
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
Photogrammetry 1.
Photogrammetry 1.Photogrammetry 1.
Photogrammetry 1.
 

More from Ashwini Rao

digitalcartography in gis-200627114438 (1).pdf
digitalcartography in gis-200627114438 (1).pdfdigitalcartography in gis-200627114438 (1).pdf
digitalcartography in gis-200627114438 (1).pdfAshwini Rao
 
Introduction to Structured Query Language (SQL).ppt
Introduction to Structured Query Language (SQL).pptIntroduction to Structured Query Language (SQL).ppt
Introduction to Structured Query Language (SQL).pptAshwini Rao
 
documents.pub_erdas-imagine-58b93d882adab.pptx
documents.pub_erdas-imagine-58b93d882adab.pptxdocuments.pub_erdas-imagine-58b93d882adab.pptx
documents.pub_erdas-imagine-58b93d882adab.pptxAshwini Rao
 
health and hygiene [Autosaved].pptx
health and hygiene [Autosaved].pptxhealth and hygiene [Autosaved].pptx
health and hygiene [Autosaved].pptxAshwini Rao
 
CS1Lesson15-Inheritance.pptx
CS1Lesson15-Inheritance.pptxCS1Lesson15-Inheritance.pptx
CS1Lesson15-Inheritance.pptxAshwini Rao
 

More from Ashwini Rao (11)

digitalcartography in gis-200627114438 (1).pdf
digitalcartography in gis-200627114438 (1).pdfdigitalcartography in gis-200627114438 (1).pdf
digitalcartography in gis-200627114438 (1).pdf
 
Introduction to Structured Query Language (SQL).ppt
Introduction to Structured Query Language (SQL).pptIntroduction to Structured Query Language (SQL).ppt
Introduction to Structured Query Language (SQL).ppt
 
ch3.ppt
ch3.pptch3.ppt
ch3.ppt
 
documents.pub_erdas-imagine-58b93d882adab.pptx
documents.pub_erdas-imagine-58b93d882adab.pptxdocuments.pub_erdas-imagine-58b93d882adab.pptx
documents.pub_erdas-imagine-58b93d882adab.pptx
 
health and hygiene [Autosaved].pptx
health and hygiene [Autosaved].pptxhealth and hygiene [Autosaved].pptx
health and hygiene [Autosaved].pptx
 
lec-gps (2).ppt
lec-gps (2).pptlec-gps (2).ppt
lec-gps (2).ppt
 
lecture10.ppt
lecture10.pptlecture10.ppt
lecture10.ppt
 
CS1Lesson15-Inheritance.pptx
CS1Lesson15-Inheritance.pptxCS1Lesson15-Inheritance.pptx
CS1Lesson15-Inheritance.pptx
 
Intro_GIS.ppt
Intro_GIS.pptIntro_GIS.ppt
Intro_GIS.ppt
 
GPS-1.ppt
GPS-1.pptGPS-1.ppt
GPS-1.ppt
 
Basics of C.ppt
Basics of C.pptBasics of C.ppt
Basics of C.ppt
 

Recently uploaded

NLC-2024-Orientation-for-RO-SDO (1).pptx
NLC-2024-Orientation-for-RO-SDO (1).pptxNLC-2024-Orientation-for-RO-SDO (1).pptx
NLC-2024-Orientation-for-RO-SDO (1).pptxssuserbdd3e8
 
Benefits and Challenges of Using Open Educational Resources
Benefits and Challenges of Using Open Educational ResourcesBenefits and Challenges of Using Open Educational Resources
Benefits and Challenges of Using Open Educational Resourcesdimpy50
 
Basic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersBasic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersPedroFerreira53928
 
Fish and Chips - have they had their chips
Fish and Chips - have they had their chipsFish and Chips - have they had their chips
Fish and Chips - have they had their chipsGeoBlogs
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345beazzy04
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxPavel ( NSTU)
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfkaushalkr1407
 
Industrial Training Report- AKTU Industrial Training Report
Industrial Training Report- AKTU Industrial Training ReportIndustrial Training Report- AKTU Industrial Training Report
Industrial Training Report- AKTU Industrial Training ReportAvinash Rai
 
The Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve ThomasonThe Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve ThomasonSteve Thomason
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxRaedMohamed3
 
Solid waste management & Types of Basic civil Engineering notes by DJ Sir.pptx
Solid waste management & Types of Basic civil Engineering notes by DJ Sir.pptxSolid waste management & Types of Basic civil Engineering notes by DJ Sir.pptx
Solid waste management & Types of Basic civil Engineering notes by DJ Sir.pptxDenish Jangid
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaasiemaillard
 
UNIT – IV_PCI Complaints: Complaints and evaluation of complaints, Handling o...
UNIT – IV_PCI Complaints: Complaints and evaluation of complaints, Handling o...UNIT – IV_PCI Complaints: Complaints and evaluation of complaints, Handling o...
UNIT – IV_PCI Complaints: Complaints and evaluation of complaints, Handling o...Sayali Powar
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...Jisc
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationDelapenabediema
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxJisc
 
How to Break the cycle of negative Thoughts
How to Break the cycle of negative ThoughtsHow to Break the cycle of negative Thoughts
How to Break the cycle of negative ThoughtsCol Mukteshwar Prasad
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfTamralipta Mahavidyalaya
 

Recently uploaded (20)

Introduction to Quality Improvement Essentials
Introduction to Quality Improvement EssentialsIntroduction to Quality Improvement Essentials
Introduction to Quality Improvement Essentials
 
NLC-2024-Orientation-for-RO-SDO (1).pptx
NLC-2024-Orientation-for-RO-SDO (1).pptxNLC-2024-Orientation-for-RO-SDO (1).pptx
NLC-2024-Orientation-for-RO-SDO (1).pptx
 
Benefits and Challenges of Using Open Educational Resources
Benefits and Challenges of Using Open Educational ResourcesBenefits and Challenges of Using Open Educational Resources
Benefits and Challenges of Using Open Educational Resources
 
Basic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersBasic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumers
 
Fish and Chips - have they had their chips
Fish and Chips - have they had their chipsFish and Chips - have they had their chips
Fish and Chips - have they had their chips
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
 
Industrial Training Report- AKTU Industrial Training Report
Industrial Training Report- AKTU Industrial Training ReportIndustrial Training Report- AKTU Industrial Training Report
Industrial Training Report- AKTU Industrial Training Report
 
The Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve ThomasonThe Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve Thomason
 
NCERT Solutions Power Sharing Class 10 Notes pdf
NCERT Solutions Power Sharing Class 10 Notes pdfNCERT Solutions Power Sharing Class 10 Notes pdf
NCERT Solutions Power Sharing Class 10 Notes pdf
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
 
Solid waste management & Types of Basic civil Engineering notes by DJ Sir.pptx
Solid waste management & Types of Basic civil Engineering notes by DJ Sir.pptxSolid waste management & Types of Basic civil Engineering notes by DJ Sir.pptx
Solid waste management & Types of Basic civil Engineering notes by DJ Sir.pptx
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 
UNIT – IV_PCI Complaints: Complaints and evaluation of complaints, Handling o...
UNIT – IV_PCI Complaints: Complaints and evaluation of complaints, Handling o...UNIT – IV_PCI Complaints: Complaints and evaluation of complaints, Handling o...
UNIT – IV_PCI Complaints: Complaints and evaluation of complaints, Handling o...
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
 
How to Break the cycle of negative Thoughts
How to Break the cycle of negative ThoughtsHow to Break the cycle of negative Thoughts
How to Break the cycle of negative Thoughts
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
 

3-1_geo Spatial analysis_spatial_modeling.pptx

  • 1. Spatial Analysis & Modeling GIS for Spatial Planning Training for Ministry of Transport Mozambique Maputo, Mozambique 2-13 July 2018 Geoinformation and Sectoral Statistics Section
  • 2.  Spatial Analysis and Modeling Concepts  Surface Models  Surface Modeling Operations 2 Content
  • 3.  Spatial analysis is the technique to analyze data in terms of location  Find out patterns, identify relationships among features, plan efficient routes, perform site selection, model or predict values based on discrete sample observations, etc.  Relationships: proximity, overlap, intersection, visibility, accessibility, etc.  Detect patterns: hotspots, outliers, clusters, change over time Spatial Analysis & Modeling Concepts
  • 4.  Predict values: given a set of measured points across an area you can determine the estimated values in unmeasured locations  Using spatial analysis, you can combine information from many independent sources and derive a new set of information by applying a large, rich, and sophisticated set of spatial operators or geo-processing tools 4 Spatial Analysis & Modeling Concepts
  • 5.  Why Spatial modeling: finding relationships among geographic features to understand and address any particular problem  Spatial modeling allows you to derive new data from values of existing data layers and to predict what might happen and where  Modeling often involve developing specialized workflows through programming, creating scripts and automated workflows, lets you efficiently query and process large amounts of data and implement more complex algorithms. Spatial Analysis & Modeling Concepts
  • 6. 6  Models help you understand, describe, and predict how things work in the real world  Spatial modeling, modeling spatial problems, involve two types of models:  Representation models – represent the objects in the landscape  Process models – simulate the processes in the landscape Spatial Analysis & Modeling Concepts
  • 7. 7 Vector model Raster model Spatial Analysis & Modeling Concepts Spatial Analysis
  • 8.  Using an elevation surface, for example, you can derive information and identify features that were not readily apparent in the original surface,  contours, angle of slope, steepest downslope direction (aspect), shaded relief (hillshade), and visible areas (viewsheds)  model the flow of water across Earth’s surface, deriving runoff characteristics, understanding drainage systems, and creating watersheds Spatial Analysis & Modeling Concepts
  • 9.  Surface Models: DSM, DEM, DTM  Digital Surface Model (DSM) surface model which captures the natural and built features on the Earth’s surface  DSM is generated using LiDAR system, which sends pulses of light to the ground and when the pulse of light bounces off/back its target and returns to the sensor, it gives the range (a variable distance) to the Earth  LiDAR delivers a massive point cloud filled of varying elevation values (Height can come from the top of buildings, tree canopy, power lines, other built and natural features)  DSM is useful in 3D modeling for telecommunications, urban planning and aviation (objects extrude from the earth, particularly useful in these application to identify obstructions) Surface Models
  • 11.  Digital Elevation Model (DEM) is a digital model or 3D representation of a terrain’s surface, created from DEM is bare-earth raster grid, which filters out vegetation and man made features terrain elevation data  DEM is bare-earth raster grid, which filters out vegetation and man made features  non-ground points such as bridges and roads, built (power lines, buildings and towers), and natural (trees and other vegetation types) are not included in DEM  Digital Elevation Model (DEM) is frequently used and simplest form of digital representation of topography Surface Models
  • 12. 12  DEM is used to determine terrain attributes such as elevation, slope and aspect  Terrain features such as drainage basins and watersheds, drainage networks and channel can be identified from DEMs.  Widely used in hydrologic modeling, and geologic analysis, soil mapping Surface Models
  • 13. 13 Surface Models  A Digital Terrain Model (DTM) is a vector data set composed of regularly spaced points and natural features such as ridges and breaklines.  DTMs are typically created through stereo photogrammetry  From these regularly- space and contour lines, you can interpolate a DTM into a DEM
  • 14.  Surface modeling operations include:  Contour  Slope  Aspect  Hillshade  Viewshed  Visibility  Cut Fill  Interpolation Surface Modeling Operations
  • 15. Aspect (Spatial Analyst)  Derives aspect from a raster surface. The aspect identifies the downslope direction of the maximum rate of change in value from each cell to its neighbors.  Aspect can be thought of as the slope direction. The values of the output raster will be the compass direction of the aspect.  Aspect is expressed in positive degrees from 0 to 359.9, measured clockwise from north. 15 Surface Modeling Operations
  • 16. Slope (Spatial Analyst)  Identifies the slope (gradient, or rate of maximum change in z-value) from each cell of a raster surface. 16 Surface Modeling Operations
  • 17. Contour (Spatial Analyst)  Contours represent points having equal heights/ elevations with respect to a particular datum such as Mean Sea Level (MSL) 17 Surface Modeling Operations  Topographic maps, shape of a landscape represented with contour lines  A way to describe three- dimensional landscapes in two dimensions
  • 18. Contour (Spatial Analyst)  Contour tool: Creates a line feature class of contours (isolines) from a raster surface.  A base contour is used; e.g. to create contours every 10 meters, starting at 5 meters  5 is the base contour, and 10 is the contour interval. values to be contoured 5, 15, 25, 35, 45, … 18 Surface Modeling Operations
  • 19. 19 Surface Modeling Operations Hillshade (Spatial Analyst)  Hillshade tool: Creates a shaded relief from a surface raster by considering the illumination source angle and shadows.  The hillshade raster has an integer value of 0 to 255, o representing
  • 20. Viewshed (Spatial Analyst)  Determines the raster surface locations visible to a set of observer features  Useful in application like telecommunication 20 Surface Modeling Operations
  • 21.  Spatial interpolation is used to take known values and interpolate them into a surface, deriving new estimated surface values  Elevation points interpolated to generate DEM  Contour lines interpolated to generate DEM  Using interpolation methods, users can create surfaces from sampled locations without having to visit every location of a study area, saving time and effort. Surface Modeling Operations
  • 22. Interpolation(Spatial Analyst)  Interpolation is creating a surface based on a sample of values with the domain  Different techniques for interpolation:  IDW (Inverse Distance Weighting)  Kriging  Natural Neighbor  Spline 22 Surface Modeling Operations
  • 23.  IDW: Interpolates a raster surface from points using an inverse distance weighted (IDW) technique  Values for nearby points tend to be more similar  IDW weights the value of each point by its distance to the cell being analyzed and averages the values  It assumes that unknown value is influenced more by nearby points than far away points 23 Surface Modeling Operations
  • 24.  Spline: Interpolates a raster surface from points using a two- dimensional minimum curvature spline technique.  It fits a curve through the sample data and assigns values to other locations based on their location on the curve  Regularized Method: results in a smoother surface that smoother areas of abruptly changing values  Tension Method: results in a rougher surface that more closely adheres to abrupt changes in sample points 24 Surface Modeling Operations
  • 25.  Kriging Method: Interpolates a raster surface from points using kriging.  Like IDW interpolation, Kriging forms weights from surrounding measured values to predict values at unmeasured locations.  IDW uses a simple algorithm based on distance  Kriging weights come from a semi-variogram that is developed by looking at the spatial structure of the data  Predictions are made for locations in the study area based on the semi-variogram and the spatial arrangement of measured values that are nearby  Semi-variograms measure the strength of statistical correlation as a function of distance; they quantify spatial autocorrelation  Kriging associates probability with each prediction 25 Surface Modeling Operations
  • 26. Raster Calculator (Spatial Analyst)  Builds and executes a single Map Algebra expression using Python syntax in a calculator-like interface. 26 Surface Modeling Operations

Editor's Notes

  1. When contour lines are close together, elevation is changing rapidly over an area, meaning the slope is steep, cliff When contour lines are far apart, elevation is changing gradually, meaning the slope is gentle Contour lines also form concentric circles, indicationg hill or mountain