Database Development for Load-Restricted Zone in Texas

Slides:



Advertisements
Similar presentations
GIS-Based Rail Line Asset Viewer
Advertisements

1 Richard Butgereit Information Management Section Head Florida Division of Emergency Management US National.
Department of Geography and Urban Studies, Temple University GUS 0265/0465 Applications in GIS/Geographic Data Analysis Lecture 4: Network Operations.
Overview of Routes, Linear Referencing Systems, & Dynamic Segmentation MTC GIS Users Group Meeting February 27, 2003.
Lecture 16: Data input 1: Digitizing and Geocoding By Austin Troy University of Vermont Using GIS-- Introduction to GIS.
So What is GIS??? “A collection of computer hardware, software and procedures that are used to organize, manage, analyze and display.
Fundamentals of GIS Materials by Austin Troy © 2008 Lecture 18: Data Input: Geocoding and Digitizing By Austin Troy University of Vermont NR 143.
Barry Biediger Utah Automated Geographic Reference Center (AGRC) October 28, 2004 Database Issues.
Object-Based Vector Data Model
Network and Dynamic Segmentation Chapter 16. Introduction A network consists of connected linear features. Dynamic segmentation is a data model that is.
Civil Engineering Applications of GIS. Reg Souleyrette, Ph.D., P.E. Eric R. Green, GISP, PE, MSCE Tony Fields, GIS Analyst.
Washington Metropolitan Area Transit Authority Voliya Arakkal Sr.GIS Analyst GIS in Public Transportation Conference September 15, 2011 Linear Referencing.
Authors: James Rineer, RTI International (presenter) Anne Marie Miller, RTI International (presenter) Michael Plastino, US EPA, Office of Water Thomas.
GIS technologies and Web Mapping Services
Creating a GIS Based Traffic Control Planning Tool for the Dallas District Andrew Karl Dr. Maidment CE 394K.3 GIS in Water Resources Term Project Due:
Feasibility Study of Integrating WVDOT LRS Centerline With Statewide Addressing And Mapping Data.
Environmental Information System Framework for Pantex Plant
Introduction In ArcGIS, there are three basic data structures:
Wendy Welch ADAPTING THE ARC HYDRO DATA MODEL AND TOOLS TO A HYDROGEOLOGIC FRAMEWORK KITSAP PENINSULA, KITSAP, MASON AND PIERCE COUNTIES, WASHINGTON.
Please submit your homework to Wednesday’s section.
1. Strategies & Technologies for Enterprise Data Management Joe Pugh Enterprise Data Management January 24,
SAN FRANCISCO COUNTY TRANSPORTATION AUTHORITY DTA Anyway: Code Base & Network Development Lisa Zorn DTA Peer Review Panel Meeting July 25 th, 2012.
Seattle Monorail Impact Project A GIS Study on Impacts of the New Seattle Monorail By: Wiley Coffin, Kyle Crass, Kyle Freeman, Ken Hunziker, Tony Marti.
Tennessee Statewide Model Subarea Model Development and Analysis Tennessee Model Users Group Meeting October 24, 2007 Presented by: Dean Munn Senior Transportation.
Linear Referencing Dynamic Segmentation and Caltrans’ Implementation.
Southeast Michigan Council of Governments. Brian D. Mohr, Li-yang Feng, and Tom Bruff Southeast Michigan Council of Governments 11 th TRB Applications.
Geographic Data in GIS. Components of geographic data Three general components to geographic information Three general components to geographic information.
An Overview of the Chester County Local Linear Referencing System (LRS)
Designing a Query Tool for Time Series Data in ArcGIS Hydro Data Model By Reem Jihan Zoun.
JAD Session Testing. 2 Types of Tests  Unit Testing  Sub-system Testing  System Integration Testing  Performance Testing  Acceptance Testing  Beta.
Co-sponsored by the MIT Libraries and IS&T GIS Lab website: Advanced ArcGIS.
NCTCOG Status Report: Multi-Year Network Coding And Integrated Databases Ken Cervenka, P.E., AICP North Central Texas Council Of Governments For AMPO Travel.
Introduction to Geographic Information Systems Fall 2013 (INF 385T-28620) Dr. David Arctur Research Fellow, Adjunct Faculty University of Texas at Austin.
Natura 2000 System Alberto Telletxea Bilbomática under EEA Contractor.
Water Quality in the Edwards Aquifer Katrina E. Mabin CE 394K GIS in Water Resources Dr. D. R. Maidment.
Integration of PASER & GIS WLIA March 4, 2004 Presentation Outline Road Centerlines –Overview –Creating –Attribute –Uses –Paser Geocoding Process –Overview.
Preparing VDOT’s GIS data for the Implementation of Bentley Superload Brian Young – GIS Technical Lead (ARS) Paul Bucher – Quality Assurance Officer Jean.
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.
Introduction GIS often represent spatial information with a two-dimensional x,y coordinate system. Some data linearly measured. In order to use the information.
Introduction Most samples in Household Travel Surveys (HTS) complete via web Geocoding is an important element in HTS collection Online geocoding services.
Esri Roads and Highways: An Introduction to Roadway Reporter
WVDOT Geospatial Transportation Information
Development of Linear Measure Tool using Application Framework
GRID, Reports, & Applications
E-911 Atlas Dubuque County, Iowa.
Hazards Planning and Risk Management
Spatial Data Processing
Midwestern District ITE 2017 Conference
Integrating Survey data into a geographic information system
Classes: ESRI Building Geodatabases I &2
Instructor: Dr. Francisco Olivera CONCLUSIONS AND RECOMMENDATIONS
GIS Lecture: Selection
Our Goal: Build a FDOT Linear Reference System(LRS) on the TeleAtlas Street Network. The LRS would enable FDOT data (RCI, Work Program, Crash data) to.
Automating and Validating Edits
2020 Census Local Update of Census Addresses Operation (LUCA)
Our Goal: Build a FDOT Linear Reference System(LRS) on the TeleAtlas Street Network. The LRS would enable FDOT data (RCI, Work Program, Crash data) to.
Environmental Network Number of non-TCA Records
Esri Roads and Highways: Data Loading
Report by West Virginia Department of Transportation
Development of a Hydrologic Model for the Wichita Falls District
GIS Lecture: Data Tables
Esri Highway Data Maintenance Solutions: An Introduction
Network Analyst – Automating Workflows with Geoprocessing
Linear Referencing Systems
Wildfire Evacuation Analysis in the Travis County WUI
Kimberly Sparks, GISP and Evan O’Keefe
ArcCatalog and Geodatabases
Esri Roads and Highways An Introduction
Presentation transcript:

Database Development for Load-Restricted Zone in Texas By Pithon Vithayasricharoen

Objectives To develop a procedure for projecting the load-restricted zones on a road map of Texas To understand Linear Referencing and Dynamic Segmentation in ArcGIS To perform a pilot test on the road system in Travis County in order to verify the effectiveness of the developed procedure

What is Load-Restricted Zone? Sections of the transportation facilities legally posted to restrict excessive loading

Linear Referencing Using x,y,m coordinate system. Each point along a linear feature has a measure value (m value)

Dynamic Segmentation Allows multiple sets of attributes to be associated with any portion of a linear feature. Consists of 2 components Routes Route Events A unique identifier (Highway Name) Measure Values (M Values) Point Events Line Events

Data Sources The Street Network Shapefile of Travis County from BTS web site Load-Restricted Zone Database from TxDOT Milepoint Reference Marker Database from CTR

Create the Routes Requirement A unique identifier A measurement system

Aggregate features

Export Shapefile to Geodatabase Enable the Measure Values (M Values) of TravisRoad Feature Class Contains M Values is set to Yes

M Values at Each Vertex M Values are NaN (Not a Number)

Assign M Values VBA Script Code IMSegmentation Important Interface for Dynamic Segmentation in ArcGIS SetAndInterpolateMsBetween Method for interpolating M values between minimum and the maximum M Values

M Values Populated by VBA Script Code

Route Events (Load-Restricted Zone) 7.813 0.040 – 0.040 = 0.00 1.984 + 1.206 = 3.19 9999 1.984 5.969 0.040 0558 0562 0556 3.984 0.000 0000 0560

Create the Route Events Table Using VB Code Access Both Database Create the Route Events Table in Ms Access Create the Route Events Table for each county

Add Route Event Table in ArcGIS

Results

Future Work Perform the Dynamic Segmentation for every county in the State of Texas Develop the GIS-integrated database for Load-Restricted Zone of the highway network in the State of Texas

Acknowledgment Dr. David R. Maidment Dr. Zhanmin Zhang Venkatesh Merwade Uarporn Nopmongcol

Questions ?