Key Arc 8 additions to the network dialogue Review L&T Chapter 5 pages 175-183, 206-211 Zeiler Chapter 8 Aspects of ESRI network –geometric network the.

Slides:



Advertisements
Similar presentations
Geometric Networks in ArcGIS
Advertisements

Bentley Water and Wastewater 2004 Edition. Rule-based annotation Cell placement with annotation Bulk assignment of attribute to like elements Automatic.
Geographic Information Systems GIS Data Models. 1. Components of Geographic Data Spatial locations Attributes Topology Time.
Geographic Information Systems
Hydro Networks in GIS Network model Flow on Networks Hydrologic networks Linear referencing on networks Some slides in this presentation were prepared.
CEE 795 Water Resources Modeling and GIS Learning Objectives: Describe a Network model Identify Flow in a network model Develop a hydrologic network Perform.
WFM 6202: Remote Sensing and GIS in Water Management © Dr. Akm Saiful IslamDr. Akm Saiful Islam WFM 6202: Remote Sensing and GIS in Water Management Akm.
From portions of Chapter 8, 9, 10, &11. Real world is complex. GIS is used model reality. The GIS models then enable us to ask questions of the data by.
Geometric Networks Francisco Olivera, Ph.D., P.E. Srikanth Koka Department of Civil Engineering Texas A&M University.
Isoparametric Elements
Graph & BFS.
Graphs CS-240/341. Graphs Used for representing many-to-many relationships –can take two forms directed (digraph) - a finite set of elements called vertices.
Graph & BFS Lecture 22 COMP171 Fall Graph & BFS / Slide 2 Graphs * Extremely useful tool in modeling problems * Consist of: n Vertices n Edges D.
Geographic Information Systems
Building a stream network for the 12 th Hydrologic region using ArcInfo CVEN 689 Prepared by: Héctor Olmos.
Geographic Information Systems : Data Types, Sources and the ArcView Program.
What is GIS Geographic Information Systems –System capable of capturing, storing, analyzing, and displaying geographical data identified according to.
Using ESRI ArcGIS 9.3 Spatial Adjustment
Department of Geography and Urban Studies, Temple University GUS 0265/0465 Applications in GIS/Geographic Data Analysis Lecture 3: Network Data Models.
Distance Indexing on Road Networks A summary Andrew Chiang CS 4440.
Network and Dynamic Segmentation Chapter 16. Introduction A network consists of connected linear features. Dynamic segmentation is a data model that is.
Hydro Networks in GIS Network model Flow on Networks Hydrologic networks Linear referencing on networks Some slides in this presentation were prepared.
Multimodal Analysis Using Network Analyst. Outline Summarizing accessibility Summarizing accessibility Adding transportation modes to a network Adding.
Preparing Data for Analysis and Analyzing Spatial Data/ Geoprocessing Class 11 GISG 110.
Applied Cartography and Introduction to GIS GEOG 2017 EL
Copyright © 2006 by Maribeth H. Price 14-1 Chapter 14 Analyzing Networks.
Basic Electric Circuits. A series connection has a single path from the battery, through each circuit element in turn, then back to the battery. Resistors.
Module 5 – Networks and Decision Mathematics Chapter 24 – Directed Graphs.
–combines elements of computer science –database design –software design geography –map projections –geographic reasoning mathematics –mathematical topology.
8. Geographic Data Modeling. Outline Definitions Data models / modeling GIS data models – Topology.
Nyhoff, ADTs, Data Structures and Problem Solving with C++, Second Edition, © 2005 Pearson Education, Inc. All rights reserved Graphs.
Attributed Visualization of Collaborative Workspaces Mao Lin Huang, Quang Vinh Nguyen and Tom Hintz Faculty of Information Technology University of Technology,
LRMS Rev C The Location Reference Message Specification (LRMS) Rev B (MDI) is a Counterpart to SAE J2374 Both documents cover similar content - Spatial.
CGSnet Network for Wastewater An Explanation of Network Topology and Feature Mapping As Applied to Wastewater Infrastructure.
UML and Object Modeling Elements
Multimodal Analysis Using Network Analyst. Outline Summarizing accessibility Summarizing accessibility Adding transportation modes to a network Adding.
Time Dependent Transportation Network Models Petko Bakalov, Erik Hoel, Wee-Liang Heng # Environmental Systems Research Institute (ESRI)
Introduction to Geographic Information Systems
Graphs. Graph Definitions A graph G is denoted by G = (V, E) where  V is the set of vertices or nodes of the graph  E is the set of edges or arcs connecting.
ArcHydro Groundwater Data Model Build off from the ArcHydro surface water data model to create a logical connection between surface water and groundwater.
Summary of Changes from NHDinARC to NHDinGEO. Reach Application Several changes have taken place in the application of reaches in the NHDinGEO implementation.
Arc Hydro Copyright © 2003 ESRI. All rights reserved. 3-1 Arc Hydro Tools  Arc Hydro tools  Key concepts  Global delineation – scaling issues  Tools.
Chapter 25 : Electric circuits
GIS Project1 Physical Structure of GDB Geodatabase Feature datasets Object classes, subtypes Features classes, subtypes Relationship classes Geometric.
Lecture 20. Graphs and network models 1. Recap Binary search tree is a special binary tree which is designed to make the search of elements or keys in.
Physical Structure of GDB
Network Analyst. Network A network is a system of linear features that has the appropriate attributes for the flow of objects. A network is typically.
Geographic Information Systems GIS Data Databases.
Chapter 9 Network Analysis.
Graphing Linear Relations and Functions
Key Concepts from Exercise 4
Physical Structure of GDB
Physical Structure of GDB
Geographic Information Systems
Introduction to Networks
GTECH 709 GIS Data Formats GIS data formats
Hydro Networks in GIS Review of key concepts in Ex 4
Fast Transportation Network Traversal with Hyperedges
Hydro Networks in GIS Network model Flow on Networks
Hydro Networks in GIS Network model Flow on Networks
Graphs Chapter 11 Objectives Upon completion you will be able to:
URBDP 422 Urban and Regional Geo-Spatial Analysis
The Arc-Node Data Model
Network Models 7-1.
Networks in GIS Network model Flow on Networks Hydrologic networks
Attribute Assistant’s Top 10 Rules
Networks in GIS Network model Flow on Networks Hydrologic networks
Geographic Information Systems
Presentation transcript:

Key Arc 8 additions to the network dialogue Review L&T Chapter 5 pages , Zeiler Chapter 8 Aspects of ESRI network –geometric network the “actual” mapped thing consisting of features with geographic aspects etc –logical network graph (L&T 176) showing relationships of connectivity –components –edge and junction

Edges (basics) geometric manifestation –typically single geometric element (polyline) connecting two nodes –members of feature class logical manifestation –pointers to geometric features possibly from many different feature classes ID Geometry Attributes Element ID Feature class ID Feature ID ID Geometry Attributes Feature class 1 Feature class 2

Junctions (basics) geometric manifestation –point features same geographic locations as nodes that are ends of some (not all) linear features linear feature “end” nodes are NOT automatically junction features logical manifestation –intersections, ends of edges –table of pointers to point features ID Geometry Attributes Point feature class 1 Point feature class 2 Element ID Feature class ID Feature ID

Features to logical elements Water Main feature line class Service Line feature line class ID Geometry Attributes Service Tap (point) feature class Meter feature (point) class ID Fea class ID Fea ID Junction Features Edge Element Junction Adj Jun Adj Edges Connectivity

Junctions and edges There need not be any one-to- one relationship with a node in the geometric network and a junction in the logical one Appropriate nodes in a geometric network will need to be designated as junctions Nodes junctions

Simple vs complex edges A simple edge has a one to one correlation between the network feature and the logical network element Main 2 S 1 S2 Me 1 Me 2 T 2 T 1 Water Main feature line class Service Line feature line class ID Geometry Attributes Service Tap (point) feature class Meter feature (point) class

Splitting simple edges To manage as simple features will need to break signal main into three features Water Main feature line class ID Geometry Attributes ID Fea class ID Fea ID Ma 1 Ma 2 Ma 3 S 1 S2 Me 1 Me 2 T 2 T 1 Ma 1 Ma 2 Ma 3 ID Geometry Attributes S 1 S 2 Service Tap feature class Edge elements

Splitting complex edges To manage a complex edge the single feature can have junctions placed along edge w/out actually breaking feature Water Main feature line class ID Geometry Attributes ID Fea class Fea Sub ID ID ID 1 Main Main Main Ser Ser 2 1 Main 1 S 1 S2 Me 1 Me 2 T 2 T 1 Main 1 ID Geometry Attributes S 1 S 2 Service Tap feature class Edge elements

Complex junctions Complex junctions reflect situations such as an electrical switch where the “inside” of the geometric feature actually has capabilities to “redirect” flows through network Geometry stays constant but network logical structure changes States of switch can be reflected in different logical network structures Geometric

Network flows Flows are reflected in a flow column in the logical network Flows are defined as “with” or “against” the digitized direction of the element ID Fea class Fea Sub Flow ID ID ID 1 Main 1 1 Against 2 Main 1 2 With 3 Main 1 3 With 4 Main 2 1 Against 5 Main 2 2 With Edge elements w/ flows Overall direction of flow Arrows reflect direction element was digitzed M1 M2 M3 M4 M5

Source and sink An individual node geometry may actually serve the role of a source or a sink in the logical network –sources spring in river water tank water well electrical generating station house sewer outflow –sinks water meter on house electrical meter waste water treatment plant A column “Ancillary Role” is added to junction table in logical network –entries in column ‘source,” “sink” or blank

Weights In the current release of Arc 8 weights can be applied to both edge and junction features weights can be viewed as the cost (time etc.) to traverse an edge or junction. some limitations –apparently Arc 8 DOES NOT support turn tables –nor does it support allocation applications