Physical Structure of GDB

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.
KEYS TO SUCCESS DATA PREPARATION AND ORGANIZATION
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.
Network Analyst Lecture 4. What is network? A network is a system of interconnected elements, such as edges (lines) and connecting junctions (points),
Smoothing Linework June 2012, Planetary Mappers Meeting.
Geometric Networks Francisco Olivera, Ph.D., P.E. Srikanth Koka Department of Civil Engineering Texas A&M University.
Key Arc 8 additions to the network dialogue Review L&T Chapter 5 pages , Zeiler Chapter 8 Aspects of ESRI network –geometric network the.
UP206A: Introduction to GIS. » The ArcGIS Network Analyst extension allows you to build a network dataset and perform analysis on a network dataset »
Copyright © 2005 Bruce Kessler All Rights Reserved Ch. 2 GeoDatabase Basics Laying the foundations.
Building a stream network for the 12 th Hydrologic region using ArcInfo CVEN 689 Prepared by: Héctor Olmos.
ArcCatalog and Geodatabases
ArcGIS Extensions Expanding the Use of ArcGIS
Advanced Editing: Rules-Based Topology in ArcEditor.
Spatial Statistics UP206A: Introduction to GIS. Central Feature.
By Christy Jacobs Walk Distance Maps & Analysis Using Network Analyst by Christy Jacobs.
Esri UC 2014 | Technical Workshop | Data Alignment and Management in ArcMap Lisa Stanners, Sean Jones.
Hydro Networks in GIS Network model Flow on Networks Hydrologic networks Linear referencing on networks Some slides in this presentation were prepared.
University of California , San Diego (UCSD)
NHD Flow Check. NHDFlowcheck is a utility for geometric network creation and validation of an NHD Flowline feature class that exists in a NHD dataset.
Multimodal Analysis Using Network Analyst. Outline Summarizing accessibility Summarizing accessibility Adding transportation modes to a network Adding.
Copyright © 2006 by Maribeth H. Price 14-1 Chapter 14 Analyzing Networks.
Using the Utility Network Analyst with the National Hydrography Dataset Indiana GIS Local Resolution NHD Applications for Surveyors ISPLS State Conference.
GEODATABASE Lower Adirondack GIS Users Group Meeting March 2, 2005 Lower Adirondack GIS Users Group Meeting March 2, 2005.
How does a community maintain a storm
Geodatabase – An Introduction
Introduction In ArcGIS, there are three basic data structures:
Geodatabase Relationships & Relationship Classes GIS 458 Spring 2006 Larry Clamp.
8. Geographic Data Modeling. Outline Definitions Data models / modeling GIS data models – Topology.
NHD Products and Applications InterMountain GIS 2014 NHD Workshop April 7, 2014.
Data Structures & GeoDatabase. Introduction You have been using GDBs from nearly the start of the course Why? Because I think that most of the time you.
L9 – The GIS Database Part 2. Relational Databases The relational database model was defined by E.F. Codd. This is the most common database design due.
Advanced Editing: Rules-Based Topology in ArcEditor
Geographic Data in GIS. Components of geographic data Three general components to geographic information Three general components to geographic information.
UP206A: Introduction to GIS. » The ArcGIS Network Analyst extension allows you to build a network dataset and perform analysis on a network dataset.
UML and Object Modeling Elements
Data Alignment and Management in ArcMap
Importing Features (1d & 2d). Click on Hydrography.
Integrating Geographic Information Systems and Vehicle Operations Hal Bowman ESRI, Inc.
URBDP 422 Urban and Regional Geo-Spatial Analysis Network Analysis Team Work Time VIII February 25, 2014.
Geodatabase Kyung Hee University Geography Jinmu Choi 1.
GIS Project1 Physical Structure of GDB Geodatabase Feature datasets Object classes, subtypes Features classes, subtypes Relationship classes Geometric.
Introduction to Geodatabases
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.
Relationship Class What is a Relationship Class (3)
Chapter 9 Network Analysis.
Key Concepts from Exercise 4
Physical Structure of GDB
Physical Structure of GDB
Chapter 14 Geodatabases.
Physical Structure of GDB
Physical Structure of GDB
GIS for managing public utilities in the City of Frisco – A demonstration by Usha Eleswarapu.
A Network Model for the Utility Domain
Introduction to Networks
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
Geodatabase – An Introduction
ArcCatalog and Geodatabases
Lower Adirondack GIS Users Group Meeting March 2, 2005
Geometric Network Toolset
Networks in GIS Network model Flow on Networks Hydrologic networks
ArcCatalog and Geodatabases
Attribute Assistant’s Top 10 Rules
Networks in GIS Network model Flow on Networks Hydrologic networks
ArcCatalog and Geodatabases
The Geodatabase : An Introduction
Presentation transcript:

Physical Structure of GDB Geodatabase Feature datasets Spatial Reference Object classes, subtypes Features classes, subtypes Raster datasets Rasters Relationship classes Geometric networks TIN datasets nodes, edges, faces Planar topologies Locators Domains Addresses, X.Y location ZIP Codes, Place names Validation rules GIS Project

Modeling with Networks Geography, KHU, Jinmu Choi Overview on Network Model (3) Network Models (4) Connectivity in Networks (3) Types of Feature Classes in Network (4) Elements for Network Analysis (7) Building Networks (6) Summary and Next… GIS Project

What is a Network? Networks describe a connected graph of GIS objects that can be traversed Important for modeling pathways and navigation Transportation, pipelines, utilities, hydrology, and many other network-based applications Street features represent edges that connect at their endpoints (called junctions) Turns model the movement for traveling from one edge to another GIS Project

Why Network? Editing networks is easy Network features can represent complex parts of a network, such as switches A suite of simple and advanced network analysis solvers is built into ArcGIS, ready to use Networks can be versioned GIS Project

Solving Problems To define and analyze the flow of resources to answer Which streams will be affected by a proposed dam? (allocation problems) Which areas will be affected by a water main repair? (allocation problems) What is the quickest route between two points in the network? (routing problems) Tracing, spatial Interaction using gravity model GIS Project

Network Models Network types: Geometric network: edge and junction features with coordinate values Logical network: edge and junction tables without coordinate values A geometric network is the representation of geographic features that comprise a network A logical network is a pure graph of junction and edge elements GIS Project

Geometric Network Model Lateral Service Main Feed Valve Geometric Network A collection of features comprise a connected system of edges and junctions Nonplanarity: A bridge over a road Network feature classes Simple or complex junction feature Simple or complex edge feature Characteristics To establish relationships Behaviors: preserve connectivity and update network elements GIS Project

Logical Network Model A collection of edges and junctions To store the connectivity information Not a feature, just element Network features are associated with logical network elements Logical network elements are automatically updated when the network features are edited GIS Project

Example: Network models Geometric Network Logical Network Junction element table Feature Class Feature id Element ID Cities Major rails 1 j1 id geometry id geometry j1 r1 1 j2 1 j2 r2 1 j3 2 j3 1 j4 3 Truck routes j4 id geometry Edge element table t1 Feature Class Feature id Element ID 2 r1 10 2 r2 11 r2 j1 j2 j3 j4 r1 t1 3 t1 12 Connectivity table Junction Adjacent junction and edge 2, 10 1 2, 12 2 0, 10 1, 12 3, 11 3 2, 11 GIS Project

Geometry and Connectivity Geometric network contains features and geometry Logical network contains elements and connectivity Connectivity is established via geometric coincidence GIS Project

Connectivity Rules Network connectivity rules constrain the type of network features Not all edges can connect to all junctions : edge – junction rule Not all edges can connect to other edges through a specified junction: edge – edge rule To maintain the integrity of the network features in a geometric network Using validation, you can check the errors based on the connectivity rules GIS Project

Basic Rule Type Edge-junction rule Edge-junction cardinality Meter cannot be connected to High voltage Switch only accept between two and four lines Service tap Yes meter switch Yes No transmission main meter switch No Edge-edge rule Default junction type Only reducer can connect edges Transformer can be automatically inserted Yes 28 kV 14 kV No transformer GIS Project

Simple Feature Classes A simple edge feature is associated with a single line in a logical network: line or curve A simple junction feature is a feature associated with a single node in a logical network: Point 1:1 1:1 Simple edge Simple junction GIS Project

Complex Feature Classes A complex edge feature is associated with any number of edges in a logical network: Chain A complex junction feature is associated with a collection of junctions and edges in a logical network: a set of points and lines 1:M PMH- 7 1:M Complex edge Complex junction GIS Project

Complex Edge Features Ideal single main can be broken into multiple edges to model flow GIS Project

Complex Junction Features For modeling networks within networks A switch cabinet in an electrical network GIS Project

Network Flow Two operational context of network Utility network: no will Transportation network: its own will Elements to determine network flow or travel Sources and sinks Disabled features Weights Indeterminate flow Uninitialized flow GIS Project

Sources and Sinks In a utility network, sources and sinks are used to determine flow direction Sources: a flow starts Sinks: a flow terminate If they are set to use, an individual junctions can be specified either a source or sink GIS Project

Disabled Features and Weights All features in a network have an enabled /disabled status Disabled: nothing flows into or out of it Weights are the attributes of edges and junctions Storing travel costs Stored in a logical network GIS Project

Indeterminate or Uninitialized Flow Indeterminate flow Sources, sinks, disabled features do not give enough information Flow direction cannot be established Uninitialized flow Isolated flow because the edges are disconnected from the rest of networks GIS Project

Elements in Analysis Solvers: network analysis program Tracing solver, shortest path solver… Tracing: a solver to follow a flow in a network until some condition is met Need Flags and Barriers Upstream trace, downstream trace, isolation trace, and path trace Weights for transportation analysis Shortest path solver uses various weights to calculate traveling cost GIS Project

Flow Analysis on a Network Flags: a location on a network to represent a multitude of real-world objects Start point of tracing, locations of valves, locations of services… (EdgeFlags and JunctionFlags) Barriers: temporarily disabled elements in a network Start an edit session in Editor toobar Use Utility Network Analyst Generate Flow using Flow button GIS Project

Transportation Analysis Start an edit session in Editor toolbar Use Network Analyst Show/Hide Analysis Window Create Network Location Move Solve Direction Window GIS Project

Creating Geometric Network State ArcCatalog Right Click Feature Dataset Select New/ Geometric Newtork… GIS Project

Geometric Network Wizard Step by step wizard… Build a geometric network from existing features GIS Project

Network Wizard (cont.) Select feature classes for a geometric network Enabled values GIS Project

Network Wizard (cont.) Complex or Simple edges Snapping GIS Project

Network Wizard (cont.) Sources and Sinks Weights GIS Project

Network Wizard (cont.) Summary & Creating… Network in GDB GIS Project

Summary Overview on Network Model Network Models Geometric or Logical Network Models Connectivity in Netowrks Edge-junction and edge-edge rules Types of Feature Classes in Network Simple or complex edges and junctions Elements for Network Analysis Flow using sources and sinks Solvers, NetFlags, Barriers, Tracing, Weights… Building Networks GIS Project

Next… Lab: Simple analysis with networks Finding Locations Read Modeling Our World Ch 11 GIS Project