SlideShare a Scribd company logo
1 of 21
Download to read offline
Part 5 Geometric networks
Dr. IBRAHIM BATHIS K
https://www.linkedin.com/in/dribrahimbathisk/
https://www.linkedin.com/in/dribrahimbathisk/
Directed flow (geometric networks)
 utility networks such as sewer and water systems; rivers and streams
 Elements on the network have no choice in travel decision. Flow direction is
determined by the network characteristics alone.
 Referred to as geometric or utility networks by ESRI
 Available with ArcEditor level of ArcGIS
Undirected flow
 Transportation networks such as streets
 Elements on the network make their own travel decisions. Flow direction not
determined solely by network.
 Available thru Network Analyst extension
Networks are of two types
https://www.linkedin.com/in/dribrahimbathisk/
Geometric Networks
 River networks and utility networks-like electrical, gas, sewer, and water
lines-allow travel on edges in only one direction at a time.
 The agent in the network-for instance, the oil flowing in a pipeline-
can't choose which direction to travel; rather, the path it takes is
determined by external forces: gravity, electromagnetism, water pressure,
and so on.
 An engineer can control the flow of the agent by controlling how
external forces act on the agent.
 A geometric network is a set of connected edges and junctions, along
with connectivity rules, that are used to represent and model the
behavior of a common network infrastructure in the real world.
 Geodatabase feature classes are used as the data sources to define the
geometric network.
https://www.linkedin.com/in/dribrahimbathisk/
Network datasets
 Transportation networks-like street, pedestrian, and railroad networks-can allow
travel on edges in both directions.
 The agent on the network-for instance, a truck driver traveling on roads-is
generally free to decide the direction of traversal as well as the destination.
 Network datasets are good for modelling undirected networks because they can
allow flow in any direction.
The geometric network is ideal for utilities and network dataset/network analyst for
transportation networks.
 The main difference is that geometric networks have the concept of "flow". i.e.
something moving along the network in a defined way.
 So you can perform tracing upstream/downstream. It does not have concepts such as
turn restrictions, turn delays, street name for directions, etc.
https://www.linkedin.com/in/dribrahimbathisk/
https://www.linkedin.com/in/dribrahimbathisk/
https://www.linkedin.com/in/dribrahimbathisk/
Analysis Application
Calculate the shortest path between two
points.
Various kinds of utility companies use this as a
method of inspecting the logical consistency of a
network and verifying connectivity between two
points.
Find all connected or disconnected
network elements.
Electric companies can see which part of the network
is disconnected and use that information to figure out
how to reconnect it.
Find loops or circuits in the network. An electrical short circuit can be discovered.
Determine flow direction of edges
when sources or sinks are set.
Managers or engineers can see the direction of flow
along edges, and ArcGIS can use the flow directions
to perform flow-specific network analyses.
Trace network elements upstream or
downstream from a point.
Water utilities can determine which valves to shut off
when a pipe bursts.
Calculate the shortest path upstream
from one point to another.
Environmental monitoring stations can hone in on a
source of pollution in streams.
Find all network elements upstream
from many points and determine which
elements are common to them all.
Electric utility companies can use the phone calls of
customers experiencing an outage to locate suspect
transformers or downed lines.
https://www.linkedin.com/in/dribrahimbathisk/
Geometric Networks
Edges
 An edge is a feature which has a length through which some commodity flows.
Edges are created from line feature classes in a feature dataset and correspond to
edge elements in a logical network.
 Examples of edges: water mains, electrical transmission lines, gas pipelines,
telephone lines, etc...
 Simple – Simple edges are always connected to exactly two junctions, one at
each end.
 An example of a simple edge would be a water lateral in a water network. The
water lateral connects at one end to a junction along the main distribution line
and, at the other end, to a service point junction (such as a tap or pump).
 Simple edges have no mid-span connectivity. If a new junction is snapped mid-
span on a simple edge, thereby establishing connectivity, then that simple edge is
physically split into two features.
https://www.linkedin.com/in/dribrahimbathisk/
Geometric Networks
Complex Edges
 Complex edges are always connected to at least two junctions at their endpoints
but can be connected to additional junctions along their length.
 An example of a complex edge would be a water main in a water network. The
main water distribution line is a single complex edge with multiple lateral lines
connected to junctions along its length. The water main is not split at the junction
where each lateral connects to the main.
 Complex edges have mid-span connectivity. If a new junction is snapped mid-
span on a complex edge, that complex edge remains a single feature. Snapping
the junction does cause the complex edge to be split logically—for example, if it
corresponded to one edge element in the logical network before the junction was
connected, it now corresponds to two edge elements.
 Complex edges correspond to one or more edge elements in the logical network.
https://www.linkedin.com/in/dribrahimbathisk/
Geometric Networks
https://www.linkedin.com/in/dribrahimbathisk/
Geometric Networks
Junctions
 A junction is a feature that allows two or more edges to connect and
facilitates the transfer of flow between edges. Junctions are created from
point feature classes in a feature dataset and correspond to junction
elements in the logical network.
 Examples of junctions: fuses, switches, service taps, valves, etc...
 User defined junctions ‐ Created based on point feature classes,
correspond to a single junction element in the logical network.
 Orphan junctions ‐ Will be inserted at the endpoint of any edge at which
a junction does not already exist, maintains network integrity
 If a point from a point feature class is not available to serve as a junction
https://www.linkedin.com/in/dribrahimbathisk/
Geometric Networks
Sources and Sinks
 Any of the features in the geometric dataset can take on the role of a source
(where a commodity flows from) or a sink (where a commodity terminates).
 These roles are used to define flow in the network.
 For example, the flow of electricity in an electrical network is from the power
generation station to the customers.
 the flow of water may be from a pump station to a customer or from customers
to a treatment plant
https://www.linkedin.com/in/dribrahimbathisk/
Network weights
 A weight can be used to represent the cost of traversing an element in the
logical network.
 Any number of attributes, for example lengths, capacity or slope.
 A network can have any number of weights associated with it. Each feature
class in the network may have some, all, or none of these weights associated
with its attributes.
 A network weight can be associated with only one attribute or with multiple
feature classes. For example, a weight called Diameter can be associated with
the attribute Diameter in the water main feature class and as well as with the
attribute Pipe_dia in the water lateral feature class.
 A network weight value of zero is reserved and is assigned to all orphan
junctions.
 Also, if a weight is not associated with any attributes of a feature class, then
the weight values for all network elements corresponding to that feature class
will be zero.
https://www.linkedin.com/in/dribrahimbathisk/
https://www.linkedin.com/in/dribrahimbathisk/
GISC 6382  UT‐Dallas Briggs 15
Network Analysis
• Network Traces
– Tracing upstream and downstream
– Finding path
– Finding common ancestor
– Find connected
• Flags are use to define locations for tracing: 3 step process
– Place the flags
– Choose a trace task
– Solve the trace
https://www.linkedin.com/in/dribrahimbathisk/
GISC 6382  UT‐Dallas Briggs 16
Tracing upstream and downstream
• Upstream trace
• Downstream trace
https://www.linkedin.com/in/dribrahimbathisk/
GISC 6382  UT‐Dallas Briggs 17
Finding Path
• Find the best path between two flags
– Upstream, downstream, connected
– From first flag to second flag
• Flags are placed on any feature
https://www.linkedin.com/in/dribrahimbathisk/
GISC 6382  UT‐Dallas Briggs 18
Finding common ancestor
• Piece of upstream network common to all
flags
– Which electric line is common to all house?
https://www.linkedin.com/in/dribrahimbathisk/
Finding connected features
• Finding features connected to a flag
• Commonly used for isolating features
– Disable layer(s) (e.g. Valves)
– Set Trace to Ends Property
– Place a flag on the feature you want to isolate
– Trace back to the disable layer
https://www.linkedin.com/in/dribrahimbathisk/
Finding Indeterminate Flow
• Use the Find Loops analysis
No Cycle (switch open) Cycle (switch closed)
https://www.linkedin.com/in/dribrahimbathisk/
References
• http://desktop.arcgis.com/en/arcmap/10.3/manage‐
data/geometric‐networks/what‐are‐geometric‐networks‐.htm
• http://desktop.arcgis.com/en/arcmap/10.3/manage‐
data/geodatabases/exercise‐5‐building‐a‐geometric‐
network.htm
• http://webhelp.esri.com/arcgisdesktop/9.2/index.cfm?TopicN
ame=What%20is%20a%20geometric%20network%3F
• http://desktop.arcgis.com/en/arcmap/10.3/manage‐
data/geometric‐networks/what‐are‐geometric‐networks‐.htm
• http://resources.esri.com/help/9.3/arcgisengine/dotnet/3b9a
f327‐e71d‐4c65‐b140‐ae19078355fa.htm
https://www.linkedin.com/in/dribrahimbathisk/

More Related Content

What's hot

Network Analysis in ArcGIS
Network Analysis in ArcGISNetwork Analysis in ArcGIS
Network Analysis in ArcGISJohn Reiser
 
Photogrammetry -Types of Photographs
Photogrammetry -Types of Photographs Photogrammetry -Types of Photographs
Photogrammetry -Types of Photographs prasenjit bhowmick
 
QUERY AND NETWORK ANALYSIS IN GIS
QUERY AND NETWORK ANALYSIS IN GISQUERY AND NETWORK ANALYSIS IN GIS
QUERY AND NETWORK ANALYSIS IN GISDEVANG KAPADIA
 
raster data model
raster data modelraster data model
raster data modelRiya Gupta
 
Remote sensing and digital image processing
Remote sensing and digital image processingRemote sensing and digital image processing
Remote sensing and digital image processingDocumentStory
 
Digital Image Processing and gis software systems
Digital Image Processing and gis software systemsDigital Image Processing and gis software systems
Digital Image Processing and gis software systemsNirmal Kumar
 
5 spatial data editing
5 spatial data editing5 spatial data editing
5 spatial data editinganita bodke
 
Surface Analysis in GIS
Surface Analysis in GISSurface Analysis in GIS
Surface Analysis in GISRituSaha3
 
Raster data model
Raster data modelRaster data model
Raster data modelPramoda Raj
 
Terminology and Basic Questions About GIS
Terminology and Basic Questions About GISTerminology and Basic Questions About GIS
Terminology and Basic Questions About GISMrinmoy Majumder
 
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 SystemsArti Parab Academics
 
GIS and Decision Making, Literature Review
GIS and Decision Making, Literature ReviewGIS and Decision Making, Literature Review
GIS and Decision Making, Literature Reviewagungwah
 
Spatial Database and Database Management System
Spatial Database and Database Management SystemSpatial Database and Database Management System
Spatial Database and Database Management SystemLal Mohammad
 

What's hot (20)

Network Analysis in ArcGIS
Network Analysis in ArcGISNetwork Analysis in ArcGIS
Network Analysis in ArcGIS
 
Introduction to GIS
Introduction to GISIntroduction to GIS
Introduction to GIS
 
Photogrammetry -Types of Photographs
Photogrammetry -Types of Photographs Photogrammetry -Types of Photographs
Photogrammetry -Types of Photographs
 
QUERY AND NETWORK ANALYSIS IN GIS
QUERY AND NETWORK ANALYSIS IN GISQUERY AND NETWORK ANALYSIS IN GIS
QUERY AND NETWORK ANALYSIS IN GIS
 
Gis functions
Gis functionsGis functions
Gis functions
 
raster data model
raster data modelraster data model
raster data model
 
Remote sensing and digital image processing
Remote sensing and digital image processingRemote sensing and digital image processing
Remote sensing and digital image processing
 
Raster data and Vector data
Raster data and Vector dataRaster data and Vector data
Raster data and Vector data
 
Digital Image Processing and gis software systems
Digital Image Processing and gis software systemsDigital Image Processing and gis software systems
Digital Image Processing and gis software systems
 
5 spatial data editing
5 spatial data editing5 spatial data editing
5 spatial data editing
 
GIS - Topology
GIS - Topology GIS - Topology
GIS - Topology
 
Arc gis tutorial and gis traning manual
Arc gis tutorial and gis traning manualArc gis tutorial and gis traning manual
Arc gis tutorial and gis traning manual
 
Surface Analysis in GIS
Surface Analysis in GISSurface Analysis in GIS
Surface Analysis in GIS
 
Raster data model
Raster data modelRaster data model
Raster data model
 
Terminology and Basic Questions About GIS
Terminology and Basic Questions About GISTerminology and Basic Questions About GIS
Terminology and Basic Questions About GIS
 
Gis in transportation
Gis in transportationGis in transportation
Gis in transportation
 
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
 
GIS PPT
GIS PPTGIS PPT
GIS PPT
 
GIS and Decision Making, Literature Review
GIS and Decision Making, Literature ReviewGIS and Decision Making, Literature Review
GIS and Decision Making, Literature Review
 
Spatial Database and Database Management System
Spatial Database and Database Management SystemSpatial Database and Database Management System
Spatial Database and Database Management System
 

Similar to Network analysis in gis , part 5 geometric network

IRJET- Survey on Implementation of Graph Theory in Routing Protocols of Wired...
IRJET- Survey on Implementation of Graph Theory in Routing Protocols of Wired...IRJET- Survey on Implementation of Graph Theory in Routing Protocols of Wired...
IRJET- Survey on Implementation of Graph Theory in Routing Protocols of Wired...IRJET Journal
 
ArcGIS Schematics: Dealing with Connectivity
ArcGIS Schematics: Dealing with ConnectivityArcGIS Schematics: Dealing with Connectivity
ArcGIS Schematics: Dealing with ConnectivityEsri
 
Final Year Project Report. (Management of Smart Electricity Grids)
Final Year Project Report. (Management of Smart Electricity Grids)Final Year Project Report. (Management of Smart Electricity Grids)
Final Year Project Report. (Management of Smart Electricity Grids)Jatin Pherwani
 
Network analysis in gis , part 4 transportation networks
Network analysis in gis , part 4 transportation networksNetwork analysis in gis , part 4 transportation networks
Network analysis in gis , part 4 transportation networksDepartment of Applied Geology
 
A Survey on the Mobile Sink Hierarchical Routing Protocols in the Wireless Se...
A Survey on the Mobile Sink Hierarchical Routing Protocols in the Wireless Se...A Survey on the Mobile Sink Hierarchical Routing Protocols in the Wireless Se...
A Survey on the Mobile Sink Hierarchical Routing Protocols in the Wireless Se...Eswar Publications
 
Optimal Placement of Distributed Generation on Radial Distribution System for...
Optimal Placement of Distributed Generation on Radial Distribution System for...Optimal Placement of Distributed Generation on Radial Distribution System for...
Optimal Placement of Distributed Generation on Radial Distribution System for...IJMER
 
Understanding Networking Devices – A Brief Introduction | TechLinu.com
Understanding Networking Devices – A Brief Introduction | TechLinu.comUnderstanding Networking Devices – A Brief Introduction | TechLinu.com
Understanding Networking Devices – A Brief Introduction | TechLinu.comTechLinu.com
 
Hub, switch, router, bridge & and repeater
Hub, switch, router, bridge & and repeaterHub, switch, router, bridge & and repeater
Hub, switch, router, bridge & and repeaterMaksudujjaman
 
Link Prediction And Link Establishment Based On Network Nodes Life Time In Mo...
Link Prediction And Link Establishment Based On Network Nodes Life Time In Mo...Link Prediction And Link Establishment Based On Network Nodes Life Time In Mo...
Link Prediction And Link Establishment Based On Network Nodes Life Time In Mo...inventionjournals
 
Influence of Clustering on the Performance of MobileAd Hoc Networks (MANETs)
Influence of Clustering on the Performance of MobileAd Hoc Networks (MANETs)Influence of Clustering on the Performance of MobileAd Hoc Networks (MANETs)
Influence of Clustering on the Performance of MobileAd Hoc Networks (MANETs)Narendra Singh Yadav
 
Energy Consumption in Ad Hoc Network With Agents Minimizing the Number of Hop...
Energy Consumption in Ad Hoc Network With Agents Minimizing the Number of Hop...Energy Consumption in Ad Hoc Network With Agents Minimizing the Number of Hop...
Energy Consumption in Ad Hoc Network With Agents Minimizing the Number of Hop...CSCJournals
 
Study of Network Devices
Study of Network DevicesStudy of Network Devices
Study of Network DevicesSM. Aurnob
 

Similar to Network analysis in gis , part 5 geometric network (20)

IRJET- Survey on Implementation of Graph Theory in Routing Protocols of Wired...
IRJET- Survey on Implementation of Graph Theory in Routing Protocols of Wired...IRJET- Survey on Implementation of Graph Theory in Routing Protocols of Wired...
IRJET- Survey on Implementation of Graph Theory in Routing Protocols of Wired...
 
ArcGIS Schematics: Dealing with Connectivity
ArcGIS Schematics: Dealing with ConnectivityArcGIS Schematics: Dealing with Connectivity
ArcGIS Schematics: Dealing with Connectivity
 
Final Year Project Report. (Management of Smart Electricity Grids)
Final Year Project Report. (Management of Smart Electricity Grids)Final Year Project Report. (Management of Smart Electricity Grids)
Final Year Project Report. (Management of Smart Electricity Grids)
 
Network analysis in gis , part 4 transportation networks
Network analysis in gis , part 4 transportation networksNetwork analysis in gis , part 4 transportation networks
Network analysis in gis , part 4 transportation networks
 
A Survey on the Mobile Sink Hierarchical Routing Protocols in the Wireless Se...
A Survey on the Mobile Sink Hierarchical Routing Protocols in the Wireless Se...A Survey on the Mobile Sink Hierarchical Routing Protocols in the Wireless Se...
A Survey on the Mobile Sink Hierarchical Routing Protocols in the Wireless Se...
 
Networking devices
Networking devicesNetworking devices
Networking devices
 
Optimal Placement of Distributed Generation on Radial Distribution System for...
Optimal Placement of Distributed Generation on Radial Distribution System for...Optimal Placement of Distributed Generation on Radial Distribution System for...
Optimal Placement of Distributed Generation on Radial Distribution System for...
 
Understanding Networking Devices – A Brief Introduction | TechLinu.com
Understanding Networking Devices – A Brief Introduction | TechLinu.comUnderstanding Networking Devices – A Brief Introduction | TechLinu.com
Understanding Networking Devices – A Brief Introduction | TechLinu.com
 
Review of road network
Review of road networkReview of road network
Review of road network
 
Review of road network
Review of road networkReview of road network
Review of road network
 
Review of road network
Review of road networkReview of road network
Review of road network
 
Hub, switch, router, bridge & and repeater
Hub, switch, router, bridge & and repeaterHub, switch, router, bridge & and repeater
Hub, switch, router, bridge & and repeater
 
Link Prediction And Link Establishment Based On Network Nodes Life Time In Mo...
Link Prediction And Link Establishment Based On Network Nodes Life Time In Mo...Link Prediction And Link Establishment Based On Network Nodes Life Time In Mo...
Link Prediction And Link Establishment Based On Network Nodes Life Time In Mo...
 
Network Layer
Network LayerNetwork Layer
Network Layer
 
RoutingMetrics_PHD_2006
RoutingMetrics_PHD_2006RoutingMetrics_PHD_2006
RoutingMetrics_PHD_2006
 
Influence of Clustering on the Performance of MobileAd Hoc Networks (MANETs)
Influence of Clustering on the Performance of MobileAd Hoc Networks (MANETs)Influence of Clustering on the Performance of MobileAd Hoc Networks (MANETs)
Influence of Clustering on the Performance of MobileAd Hoc Networks (MANETs)
 
Network layer (Unit 3) part1.pdf
Network  layer (Unit 3) part1.pdfNetwork  layer (Unit 3) part1.pdf
Network layer (Unit 3) part1.pdf
 
Energy Consumption in Ad Hoc Network With Agents Minimizing the Number of Hop...
Energy Consumption in Ad Hoc Network With Agents Minimizing the Number of Hop...Energy Consumption in Ad Hoc Network With Agents Minimizing the Number of Hop...
Energy Consumption in Ad Hoc Network With Agents Minimizing the Number of Hop...
 
Dynamic routing
Dynamic routingDynamic routing
Dynamic routing
 
Study of Network Devices
Study of Network DevicesStudy of Network Devices
Study of Network Devices
 

Recently uploaded

Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfUmakantAnnand
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docxPoojaSen20
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 

Recently uploaded (20)

Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.Compdf
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docx
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 

Network analysis in gis , part 5 geometric network

  • 1. Part 5 Geometric networks Dr. IBRAHIM BATHIS K https://www.linkedin.com/in/dribrahimbathisk/ https://www.linkedin.com/in/dribrahimbathisk/
  • 2. Directed flow (geometric networks)  utility networks such as sewer and water systems; rivers and streams  Elements on the network have no choice in travel decision. Flow direction is determined by the network characteristics alone.  Referred to as geometric or utility networks by ESRI  Available with ArcEditor level of ArcGIS Undirected flow  Transportation networks such as streets  Elements on the network make their own travel decisions. Flow direction not determined solely by network.  Available thru Network Analyst extension Networks are of two types https://www.linkedin.com/in/dribrahimbathisk/
  • 3. Geometric Networks  River networks and utility networks-like electrical, gas, sewer, and water lines-allow travel on edges in only one direction at a time.  The agent in the network-for instance, the oil flowing in a pipeline- can't choose which direction to travel; rather, the path it takes is determined by external forces: gravity, electromagnetism, water pressure, and so on.  An engineer can control the flow of the agent by controlling how external forces act on the agent.  A geometric network is a set of connected edges and junctions, along with connectivity rules, that are used to represent and model the behavior of a common network infrastructure in the real world.  Geodatabase feature classes are used as the data sources to define the geometric network. https://www.linkedin.com/in/dribrahimbathisk/
  • 4. Network datasets  Transportation networks-like street, pedestrian, and railroad networks-can allow travel on edges in both directions.  The agent on the network-for instance, a truck driver traveling on roads-is generally free to decide the direction of traversal as well as the destination.  Network datasets are good for modelling undirected networks because they can allow flow in any direction. The geometric network is ideal for utilities and network dataset/network analyst for transportation networks.  The main difference is that geometric networks have the concept of "flow". i.e. something moving along the network in a defined way.  So you can perform tracing upstream/downstream. It does not have concepts such as turn restrictions, turn delays, street name for directions, etc. https://www.linkedin.com/in/dribrahimbathisk/
  • 7. Analysis Application Calculate the shortest path between two points. Various kinds of utility companies use this as a method of inspecting the logical consistency of a network and verifying connectivity between two points. Find all connected or disconnected network elements. Electric companies can see which part of the network is disconnected and use that information to figure out how to reconnect it. Find loops or circuits in the network. An electrical short circuit can be discovered. Determine flow direction of edges when sources or sinks are set. Managers or engineers can see the direction of flow along edges, and ArcGIS can use the flow directions to perform flow-specific network analyses. Trace network elements upstream or downstream from a point. Water utilities can determine which valves to shut off when a pipe bursts. Calculate the shortest path upstream from one point to another. Environmental monitoring stations can hone in on a source of pollution in streams. Find all network elements upstream from many points and determine which elements are common to them all. Electric utility companies can use the phone calls of customers experiencing an outage to locate suspect transformers or downed lines. https://www.linkedin.com/in/dribrahimbathisk/
  • 8. Geometric Networks Edges  An edge is a feature which has a length through which some commodity flows. Edges are created from line feature classes in a feature dataset and correspond to edge elements in a logical network.  Examples of edges: water mains, electrical transmission lines, gas pipelines, telephone lines, etc...  Simple – Simple edges are always connected to exactly two junctions, one at each end.  An example of a simple edge would be a water lateral in a water network. The water lateral connects at one end to a junction along the main distribution line and, at the other end, to a service point junction (such as a tap or pump).  Simple edges have no mid-span connectivity. If a new junction is snapped mid- span on a simple edge, thereby establishing connectivity, then that simple edge is physically split into two features. https://www.linkedin.com/in/dribrahimbathisk/
  • 9. Geometric Networks Complex Edges  Complex edges are always connected to at least two junctions at their endpoints but can be connected to additional junctions along their length.  An example of a complex edge would be a water main in a water network. The main water distribution line is a single complex edge with multiple lateral lines connected to junctions along its length. The water main is not split at the junction where each lateral connects to the main.  Complex edges have mid-span connectivity. If a new junction is snapped mid- span on a complex edge, that complex edge remains a single feature. Snapping the junction does cause the complex edge to be split logically—for example, if it corresponded to one edge element in the logical network before the junction was connected, it now corresponds to two edge elements.  Complex edges correspond to one or more edge elements in the logical network. https://www.linkedin.com/in/dribrahimbathisk/
  • 11. Geometric Networks Junctions  A junction is a feature that allows two or more edges to connect and facilitates the transfer of flow between edges. Junctions are created from point feature classes in a feature dataset and correspond to junction elements in the logical network.  Examples of junctions: fuses, switches, service taps, valves, etc...  User defined junctions ‐ Created based on point feature classes, correspond to a single junction element in the logical network.  Orphan junctions ‐ Will be inserted at the endpoint of any edge at which a junction does not already exist, maintains network integrity  If a point from a point feature class is not available to serve as a junction https://www.linkedin.com/in/dribrahimbathisk/
  • 12. Geometric Networks Sources and Sinks  Any of the features in the geometric dataset can take on the role of a source (where a commodity flows from) or a sink (where a commodity terminates).  These roles are used to define flow in the network.  For example, the flow of electricity in an electrical network is from the power generation station to the customers.  the flow of water may be from a pump station to a customer or from customers to a treatment plant https://www.linkedin.com/in/dribrahimbathisk/
  • 13. Network weights  A weight can be used to represent the cost of traversing an element in the logical network.  Any number of attributes, for example lengths, capacity or slope.  A network can have any number of weights associated with it. Each feature class in the network may have some, all, or none of these weights associated with its attributes.  A network weight can be associated with only one attribute or with multiple feature classes. For example, a weight called Diameter can be associated with the attribute Diameter in the water main feature class and as well as with the attribute Pipe_dia in the water lateral feature class.  A network weight value of zero is reserved and is assigned to all orphan junctions.  Also, if a weight is not associated with any attributes of a feature class, then the weight values for all network elements corresponding to that feature class will be zero. https://www.linkedin.com/in/dribrahimbathisk/
  • 15. GISC 6382  UT‐Dallas Briggs 15 Network Analysis • Network Traces – Tracing upstream and downstream – Finding path – Finding common ancestor – Find connected • Flags are use to define locations for tracing: 3 step process – Place the flags – Choose a trace task – Solve the trace https://www.linkedin.com/in/dribrahimbathisk/
  • 16. GISC 6382  UT‐Dallas Briggs 16 Tracing upstream and downstream • Upstream trace • Downstream trace https://www.linkedin.com/in/dribrahimbathisk/
  • 17. GISC 6382  UT‐Dallas Briggs 17 Finding Path • Find the best path between two flags – Upstream, downstream, connected – From first flag to second flag • Flags are placed on any feature https://www.linkedin.com/in/dribrahimbathisk/
  • 18. GISC 6382  UT‐Dallas Briggs 18 Finding common ancestor • Piece of upstream network common to all flags – Which electric line is common to all house? https://www.linkedin.com/in/dribrahimbathisk/
  • 19. Finding connected features • Finding features connected to a flag • Commonly used for isolating features – Disable layer(s) (e.g. Valves) – Set Trace to Ends Property – Place a flag on the feature you want to isolate – Trace back to the disable layer https://www.linkedin.com/in/dribrahimbathisk/
  • 20. Finding Indeterminate Flow • Use the Find Loops analysis No Cycle (switch open) Cycle (switch closed) https://www.linkedin.com/in/dribrahimbathisk/
  • 21. References • http://desktop.arcgis.com/en/arcmap/10.3/manage‐ data/geometric‐networks/what‐are‐geometric‐networks‐.htm • http://desktop.arcgis.com/en/arcmap/10.3/manage‐ data/geodatabases/exercise‐5‐building‐a‐geometric‐ network.htm • http://webhelp.esri.com/arcgisdesktop/9.2/index.cfm?TopicN ame=What%20is%20a%20geometric%20network%3F • http://desktop.arcgis.com/en/arcmap/10.3/manage‐ data/geometric‐networks/what‐are‐geometric‐networks‐.htm • http://resources.esri.com/help/9.3/arcgisengine/dotnet/3b9a f327‐e71d‐4c65‐b140‐ae19078355fa.htm https://www.linkedin.com/in/dribrahimbathisk/