Introduction to Cube: Cube Base, Scenario Analysis, Editing, Mapping, and Scripting

Size: px
Start display at page:

Download "Introduction to Cube: Cube Base, Scenario Analysis, Editing, Mapping, and Scripting"

Transcription

1 Introduction to Cube: Cube Base, Scenario Analysis, Editing, Mapping, and Scripting

2 Objectives for Participants General Technical 2

3 Agenda/Training Contents Lesson 1: Lesson 2: Lesson 3: Lesson 4: Lesson 5: Lesson 6: Lesson 7: Lesson 8: Lesson 9: Lesson 10: 3

4 Typical Uses of Transportation Planning Models Systems planning Corridor and sub-area studies Strategic planning

5 Typical Transportation Planning Model Elements Inputs: Processes: Outputs:

6 Lesson 2: Four-Step Modeling Process 6

7 The Four-Step Modeling Process Trip Generation Trip Distribution Mode Choice Network Assignment

8 Typical Four-Step Travel Demand Model Highway Network Socioeconomic Data Transit Network Highway Path Building and Toll Estimation 1 Trip Generation Transit Path Building and Fare Estimation 2 Trip Distribution 3 Mode Split Transit Assignment 4 Highway Assignment Potential Feedback to Convergence 8

9 Zonal Data Data structure: Boundaries: Attributes:

10 Network data

11 Highway Networks Data structure: Centroids: Functional classification or facility types: Other attributes: Distances:

12 Intersection Data Only required if performing intersectionconstrained highway traffic assignment Calculate capacity for each turn at nodes Intersection types and models: Turning movements (flows and delays)

13 Public Transport (PT) Data Defined in relation to underlying transportation infrastructure network Public Transport lines: Non-transit legs: System: modes, operators, fares, users

14 Network Window Visualization Environments GIS Window

15 Answers the question: Step 1: Trip Generation Productions and attractions are a function of socio-economic attributes of zone, 150 HH 500 EMP 1300 trips Categories of trips: Typical model forms:

16 Cross-Classification Trip Chaining 16

17 Concepts underlying trip purpose I-I E-I E-E 17

18 Typical Trip Purposes Home-Based Work: Home-Based Non-Work: Non-Home Based: External Trips: 18

19 Trip Generation - Scripts FILEI ZDATI[x] Zonal variables are referenced in script as Zi.x.variable FILEI LOOKUPI[x] Lookup tables contain production and attraction rates FILEO PAO[x] Output file contains productions and attractions to be used in the distribution phase PARAMETERS zones=num ; defines the number of zones ILOOP Phase COMP P[num]= ; num refers to a particular user class COMP A[num]= ADJUST Phase COMP P[num][zone]= ; zone=0 produces the total of the array BALANCE.. 19

20 Example: 4-purpose Trip Generation ; E-I trip data file FILEI ZDATI[2] = "C:\TrainingModel\Model\EITRIPS.DBF" ; land use data file FILEI ZDATI[1] = "{Zones}" ; DBF: Z=zone field name ; TXT: Z=zone field location, var=field location, var=field location... ZONES = 25 IF (I<=16) ; calculate productions by purpose P[1] = 0.74*zi.1.hh1+1.67*zi.1.hh2+2.01*zi.1.hh3+2.58*zi.1.hh4 P[2] = 2.00*zi.1.hh1+4.10*zi.1.hh2+5.94*zi.1.hh3+7.89*zi.1.hh4 P[3] = 0.96*zi.1.hh1+1.82*zi.1.hh2+2.65*zi.1.hh3+3.13*zi.1.hh4 ; calculate attractions by purpose A[1] = 1.45*zi.1.total_emp A[2] = CmpNumRetNum(zi.1.areatype,'=',1,2.0,9.0)*zi.1.retail+1.7*zi.1.service+0.5*zi.1.other+0.9*zi.1.households A[3] = CmpNumRetNum(zi.1.areatype,'=',1,1.4,4.1)*zi.1.retail+1.2*zi.1.service+0.5*zi.1.other+0.5*zi.1.households ELSE P[4] = zi.2.eitrips ENDIF ; adjust zonal attractions so total attractions match total productions PHASE=ADJUST BALANCE, A2P=1,2, NHB=3 A[4]=(P[4][0]*(A[1]+A[2]+A[3])/(A[1][0]+A[2][0]+A[3][0])) ; output zonal productions and attractions FILEO PAO[1] = "{SCENARIO_DIR}\TRIPENDS.DBF", DBF=T, FORM=6.0, LIST=Z, P[1] P[2] P[3] P[4] A[1] A[2] A[3] A[4] 20

21 Answers the question Step 2: Trip Distribution D1 Function of activity concentrations and zone-tozone travel costs Process calibrated to match observed trip length distribution (e.g. from surveys) Typical forms: D4 D3 Origin D2

22 Trip Distribution I. Trip Generation Estimates II. Trip Distribution (Zones) Zone Production Attraction Zone 3 50 Attraction Zone Production 250 Attraction 20 Trips 5 Minutes Total Trips 15 Minutes 50 Trips remain as Intrazonal Trips Zone Attraction 22

23 Gravity Model 23

24 Trip Distribution Frequency NJRTM - 96 VALIDATION FREQUENCY DISTRIBUTION FOR HBW FREQUENCY (%) OBS. AVG. EST. AVG. (min.) (min.) TRAVEL TIME OBSERVED ESTIMATED Final model should replicate trips by time interval. This proves the model allocates trips properly 24

25 Desire Lines: Direction and Magnitude of Travel 25

26 Trip Distribution - Scripts GRAVITY Command: SETPA: 26

27 Example: 4-purpose Gravity Model LOOKUP, FILE = "C:\TrainingModel\MODEL\FFACTORS.DBF", INTERPOLATE=Y, NAME=FF, LOOKUP[1]=1,RESULT=2, LOOKUP[2]=1,RESULT=3, LOOKUP[3]=1,RESULT=4, LOOKUP[4]=1,RESULT=5 ; setup the working p's and a's SETPA P[1]=P1 A[1]=A1 SETPA P[2]=P2 A[2]=A2 SETPA P[3]=P3 A[3]=A3 SETPA P[4]=P4 A[4]=A4 ; get the los matrix into work matrix 10 MW[10] = MI.1.1 ; do 3 gravity models GRAVITY PURPOSE=1, LOS=MW[10], FFACTORS=FF GRAVITY PURPOSE=2, LOS=MW[10], FFACTORS=FF GRAVITY PURPOSE=3, LOS=MW[10], FFACTORS=FF GRAVITY PURPOSE=4, LOS=MW[10], FFACTORS=FF Source: NCHRP

28 Step 3: Mode Split (aka Mode Choice) Answers the question, Possible modes: The probability of selecting a given mode is a function of the relationship between the cost of competing modes Typical forms:

29 Nested Logit Model 29

30 Nested Logit Model Logsum Function 30

31 Typical Nested Logit Structure Total Person Trips Auto Mode Share Transit Mode Share Drive-Alone Mode Shared-Alone Mode Walk Access Auto Access HOV-2 Mode HOV-3 Mode HOV-4+ Mode 31

32 Mode Split Choice Modeling in Cube XCHOICE Command Choice Models that can be developed in Cube include: ) 32

33 Example: Absolute logit model for 3 modes

34 Time-of-Day Factoring (Intermediate Step) Answers the question, Trip Generation, Distribution, and Mode Split create in production-attraction format To translate from P/A into origin-destination format Time Segment 1 Time Segment S Time D Segment 1 D i D N D z 1 D i D O 1 T D z 1,1 1 T D 1,i i T D 1,z z O 1 T 1,1 T 1,i T O O 1,z i 1 T T i,1 1,1 T T i,i 1,i T T O i,z 1,z i T i,1 T i,i T i,z O O z i T T z,1 i,1 T T z,i i,i T T O z,z i,z z T z,1 T z,i T O z,z z T z,1 T z,i T z,z Time-of-day factors are simultaneously applied,

35 Time of Day Trip Allocation Figure -- Time-of-Day of Travel 6.00% 5.00% Starting Time of Trips 4.00% 3.00% 2.00% 1.00% 0.00% 00:00-00:29 01:30-01:59 03:00-03:29 04:30-04:59 06:00-06:29 07:30-07:59 09:00-09:29 10:30-10:59 12:00-12:29 13:30-13:59 15:00-15:29 16:30-16:59 18:00-18:29 19:30-19:59 21:00-21:29 22:30-22:59 Percent of Total Trips HBW HBNW NHB TOTAL 35

36 Time of Day Trip Distribution - Example 36

37 Example: Time of Day and Vehicle Trip Factoring

38 Step 4: Highway and Transit Assignment Answers the question Function of interaction between travel demand and transportation supply including congestion Equilibrium: Typical forms:

39 Highway Module Structure Phases multiple iterative loops Methods convex combinations 39

40 Highway Module Commands and Keywords PARAMETERS: LINKREAD functions: ILOOP functions: 40

41 Example: Single Matrix Equilibrium 41

42 Highway Select Link Analysis Select Link Map 42

43 Highway Turning Movement Estimation Highway Select Link Analysis 43

44 Lesson 3: Overview of Citilabs & Cube 44

45 CITILABS THE COMPANY Develops software for the modeling of transportation systems Offices Used in 2,500 cities on 6 continents in more than 80 countries

46 CITILABS THE COMPANY (cont d) Longstanding ESRI business partner Owners: Professional services/consulting

47 CUBE: PROFESSIONAL TRANSPORTATION MODELING SUITE System Interface Cube Base Demand Modeling Cube Voyager: Cube Land : Cube Cargo: Simulation Cube Avenue: Cube Dynasim: Cube Base Specialized Cube Cluster: Cube Analyst & Analyst Drive: Cube Cloud Application and sharing framework for transportation planning Cube Cloud Services

48 Other Citilabs Products Sugar Network Editor Accession Beta versions Turnkey Models and Tools GIS Web Apps

49 The Flow-Chart: Easy Model Development Famous for its flow-charting environment for designing and building transportation models. Modules are accessed through pull-down menus Dropped into a flow chart Data inputs and outputs linked by drag-and-drop.

50 Built for Scenario Testing Easy to use environment: Menus prompt user for inputs and parameters to test Integrated report and charting generators to assist in analysis

51 Flexibility The only system equipped with its own comprehensive scripting language for transportation modeling Create customized models without difficult programming languages Access many scripts through simple menu clicks Move custom scripts and add as point and click functions within Cube

52 Transportation GIS Built on ESRI Only modeling system that comes with a complete transportation GIS built on ESRI s market leading GIS technology. Store all data directly in ESRI s geodatabase format. No need to convert data back and forth between the GIS Department and the modeling team. ArcGIS Extension for network editing (Sugar)

53 Data Manager Toolbar buttons Add Data Create Geodatabase Build Network From Shape Import/Export Data Workspace

54 Cube GIS Window Node/Point Chart Graphics

55 New Features in Cube 6 Cube User Interface Components Cube GIS Welcome Screen New Text Editor Cube PT New Features New Functions and Commands as well Displayed by default after launch

56 Cube File Options Tools available to use now include:

57 Cube File Options (Cont d)

58 New Ribbon Interface Ribbon is designed to help quickly find commands that users need Commands organized in logical groups, collected together under tabs. Each tab is related to a type of activity such as: Some tabs are shown only when needed

59 Ribbon Customization Right You may drag commands onto and off ribbon, the Quick Access toolbar, etc

60 Docking Windows The side windows from Scenario Manager (scenario, data, application, keys..) are now fully:

61 Tabbed Window Interface Easy to select a needed window Tabs may also be dragged left and right to reorder Tabbed interface can be enabled in Options Can add special commands to Quick Access Toolbar

62 Application Manager Click for process templates New graphics with rounded corners, and color schemes. Application stays organized when changing resolution

63 Quick Access Bar Customization Click dropdown arrow to right of toolbar. Select to launch same customization interface used with Ribbon Alternately, right-click the Quick Access Toolbar

64 1 Tab Mode Toggle 1. Click More Buttons 2. Choose Tab Mode Toggle 3. Click Tab Mode Toggle 4. Choose a tab option 2 4 3

65 Network Window Toolbar Toolbar can float over interface Easy to customize

66 Cube - Bookmark this view Allows user to save network views And restore saved views

67 Cube Build Shortest Path User can specify additional criteria to find shortest path and Either display or save the paths to a text or database file

68 Cube Data Manager Data Manager allows between and within geo-databases

69 Cube GIS GIS Editor now allows post links and post nodes options

70 Cube GIS (cont d) GIS Windows are now fully dockable, collapsible with auto-hide functionality

71 Multi-bandwidth now available Cube GIS (cont d)

72 New Text Editor Smart autocomplete for commands and keys with new code assistant Column mode editing Search and replace with bookmark support Line numbers Use of markers by clicking to the right of line number Collapsible comment groups Zooming functionality Incorporation of tab Color themes

73 Updates to Public Transport (PT) Module PT Matrix Estimation is now supported with full features. PT Period-Based Keywords. Headway[p] used to be the only variable indexed by the HDWAYPERIOD parameter now you can also index:

74 Updates to PT Module (Cont d) PT Fares during path-building (in Enumeration phase) PT Drive Access generation enhancements tons of new options Some highlights:

75 New PT Keywords Enhanced Transit Route Enumeration Enhanced Drive-Access Generation Enhanced Fares along with BestPathOnly Enhanced Transit Line Keywords

76 Enhanced PT Drive-Access Generation Enhanced Drive-Access Generation Drive-Access Generation in 5.x Drive-Access Generation Examples in 5.x Drive-Access Generation in 6.x Enhanced Drive-Access Generation Example

77 Examples of PT Drive-Access Coding Aerial photograph for parking lot & transit stops

78 Examples of PT Drive-Access Coding Schematic diagram

79 PT Drive-Access Generation in 6.x Cube Voyager 6.0 has built upon features of existing Generate command to now consider:

80 PT Drive-Access Generation in 6.x (cont d)

81 Enhanced PT Fare Process in 6.x User may specify a simple fare structure while enumerating routes to enhance path building process. Cube Voyager 6.0 includes additional fare keywords along with BestPathOnly:

82 Enhanced PT Transit Line Keywords in 6.x

83 CUBE 6.1

84 PRODUCT COMPATIBILITY COMPATIBILITY UPDATES Cube is now compatible with ESRI ArcGIS 10.1/SP 1 and uses this as the default ArcGIS Engine Cube is also now compatible with Windows 8 & Server bit version of Cube is in Beta testing

85 USABILITY UPDATES USABILITY UPDATES

86 MODELING IMPROVEMENTS IMPROVEMENTS TO HIGHWAY MODELING Cube Base, Cube Voyager and Cube Avenue now support 1,000 volume sets! Bi-Conjugate Frank-Wolfe Assignment has a new SMOOTH parameter to reduce oscillation patterns at the tail of the curve. Update: currently in internal beta:

87 Cube 6 - The only system offering Cloud Computing

88 CUBE CLOUD CUBE CLOUD: BIG DATA At Cube Cloud store: Now available:

89 CUBE CLOUD CUBE CLOUD STORE: APPS Free apps provide access to commonly used analytic tools. Comes standard with Cube Cloud! Paid apps allow users to sell their models on the Cloud

90 CUBE CLOUD CUBE CLOUD STORE: RESOURCES

91 Cube 6: Moving Your Model to Cube Cloud TRAVEL MODEL Amazon s EC2 Cloud Computing Environment Model Developed with Cube P u b l i s h Model Run with Cube Cloud TRAVEL MODEL

92 Run Scenarios with a Simple Web-Interface

93 Make it Easy to Map Results

94 Make it Easy to Get Charts and Tables

95 Cube Cluster Distributed processing to increase operational speed Cube Cluster for your model can be managed in two ways:

96 Hours Nashville (Minimum # of Cores =8 ) Run Times (Hours) Cube Cluster Number of Cores % reduction vs. single core 7.3

97 MiniQuiz 1 The following programs are used to build a passenger travel demand model in Cube The following programs are used to built a meso-scopic simulation in Cube

Network Analysis with ArcGIS Online. Deelesh Mandloi Dmitry Kudinov

Network Analysis with ArcGIS Online. Deelesh Mandloi Dmitry Kudinov Deelesh Mandloi Dmitry Kudinov Introductions Who are we? - Network Analyst Product Engineers Who are you? - Network Analyst users? - ArcGIS Online users? - Trying to figure out what is ArcGIS Online? Slides

More information

Environmental Systems Research Institute

Environmental Systems Research Institute Introduction to ArcGIS ESRI Environmental Systems Research Institute Redlands, California 2 ESRI GIS Development Arc/Info (coverage model) Versions 1-7 from 1980 1999 Arc Macro Language (AML) ArcView (shapefile

More information

SUGAR ACCESS USER GUIDE

SUGAR ACCESS USER GUIDE SUGAR ACCESS USER GUIDE Contents WHAT WOULD YOU LIKE TO DO?... 3 WHAT IS SUGAR ACCESS?... 4 Sugar Launch Pad... 4 Sugar Network Editor... 4 INSTALLATION AND SETUP... 5 RUNNING YOUR FIRST ACCESSIBILITY

More information

(THIS IS AN OPTIONAL BUT WORTHWHILE EXERCISE)

(THIS IS AN OPTIONAL BUT WORTHWHILE EXERCISE) PART 2: Analysis in ArcGIS (THIS IS AN OPTIONAL BUT WORTHWHILE EXERCISE) Step 1: Start ArcCatalog and open a geodatabase If you have a shortcut icon for ArcCatalog on your desktop, double-click it to start

More information

Network Equilibrium Models: Varied and Ambitious

Network Equilibrium Models: Varied and Ambitious Network Equilibrium Models: Varied and Ambitious Michael Florian Center for Research on Transportation University of Montreal INFORMS, November 2005 1 The applications of network equilibrium models are

More information

The Geodatabase Working with Spatial Analyst. Calculating Elevation and Slope Values for Forested Roads, Streams, and Stands.

The Geodatabase Working with Spatial Analyst. Calculating Elevation and Slope Values for Forested Roads, Streams, and Stands. GIS LAB 7 The Geodatabase Working with Spatial Analyst. Calculating Elevation and Slope Values for Forested Roads, Streams, and Stands. This lab will ask you to work with the Spatial Analyst extension.

More information

Traffic Demand Forecast

Traffic Demand Forecast Chapter 5 Traffic Demand Forecast One of the important objectives of traffic demand forecast in a transportation master plan study is to examine the concepts and policies in proposed plans by numerically

More information

Changes in the Spatial Distribution of Mobile Source Emissions due to the Interactions between Land-use and Regional Transportation Systems

Changes in the Spatial Distribution of Mobile Source Emissions due to the Interactions between Land-use and Regional Transportation Systems Changes in the Spatial Distribution of Mobile Source Emissions due to the Interactions between Land-use and Regional Transportation Systems A Framework for Analysis Urban Transportation Center University

More information

Introduction to ArcMap

Introduction to ArcMap Introduction to ArcMap ArcMap ArcMap is a Map-centric GUI tool used to perform map-based tasks Mapping Create maps by working geographically and interactively Display and present Export or print Publish

More information

Transactions on Information and Communications Technologies vol 18, 1998 WIT Press, ISSN

Transactions on Information and Communications Technologies vol 18, 1998 WIT Press,   ISSN GIS in the process of road design N.C. Babic, D. Rebolj & L. Hanzic Civil Engineering Informatics Center, University ofmaribor, Faculty of Civil Engineering, Smetanova 17, 2000 Maribor, Slovenia. E-mail:

More information

A Review: Geographic Information Systems & ArcGIS Basics

A Review: Geographic Information Systems & ArcGIS Basics A Review: Geographic Information Systems & ArcGIS Basics Geographic Information Systems Geographic Information Science Why is GIS important and what drives it? Applications of GIS ESRI s ArcGIS: A Review

More information

GIS Functions and Integration. Tyler Pauley Associate Consultant

GIS Functions and Integration. Tyler Pauley Associate Consultant GIS Functions and Integration Tyler Pauley Associate Consultant Contents GIS in AgileAssets products Displaying data within AMS Symbolizing the map display Display on Bing Maps Demo- Displaying a map in

More information

Spatial Analysis using Vector GIS THE GOAL: PREPARATION:

Spatial Analysis using Vector GIS THE GOAL: PREPARATION: PLAN 512 GIS FOR PLANNERS Department of Urban and Environmental Planning University of Virginia Fall 2006 Prof. David L. Phillips Spatial Analysis using Vector GIS THE GOAL: This tutorial explores some

More information

A BASE SYSTEM FOR MICRO TRAFFIC SIMULATION USING THE GEOGRAPHICAL INFORMATION DATABASE

A BASE SYSTEM FOR MICRO TRAFFIC SIMULATION USING THE GEOGRAPHICAL INFORMATION DATABASE A BASE SYSTEM FOR MICRO TRAFFIC SIMULATION USING THE GEOGRAPHICAL INFORMATION DATABASE Yan LI Ritsumeikan Asia Pacific University E-mail: yanli@apu.ac.jp 1 INTRODUCTION In the recent years, with the rapid

More information

Tutorial. Getting started. Sample to Insight. March 31, 2016

Tutorial. Getting started. Sample to Insight. March 31, 2016 Getting started March 31, 2016 Sample to Insight CLC bio, a QIAGEN Company Silkeborgvej 2 Prismet 8000 Aarhus C Denmark Telephone: +45 70 22 32 44 www.clcbio.com support-clcbio@qiagen.com Getting started

More information

THE DEVELOPMENT OF ROAD ACCIDENT DATABASE MANAGEMENT SYSTEM FOR ROAD SAFETY ANALYSES AND IMPROVEMENT

THE DEVELOPMENT OF ROAD ACCIDENT DATABASE MANAGEMENT SYSTEM FOR ROAD SAFETY ANALYSES AND IMPROVEMENT THE DEVELOPMENT OF ROAD ACCIDENT DATABASE MANAGEMENT SYSTEM FOR ROAD SAFETY ANALYSES AND IMPROVEMENT By T. H. Law Radin Umar R. S. (Road Safety Research Center, Faculty of Engineering, University Putra

More information

Introduction to ArcGIS Server Development

Introduction to ArcGIS Server Development Introduction to ArcGIS Server Development Kevin Deege,, Rob Burke, Kelly Hutchins, and Sathya Prasad ESRI Developer Summit 2008 1 Schedule Introduction to ArcGIS Server Rob and Kevin Questions Break 2:15

More information

ArcGIS Online Routing and Network Analysis. Deelesh Mandloi Matt Crowder

ArcGIS Online Routing and Network Analysis. Deelesh Mandloi Matt Crowder ArcGIS Online Routing and Network Analysis Deelesh Mandloi Matt Crowder Introductions Who are we? - Members of the Network Analyst development team Who are you? - Network Analyst users? - ArcGIS Online

More information

Working with ArcGIS: Classification

Working with ArcGIS: Classification Working with ArcGIS: Classification 2 Abbreviations D-click R-click TOC Double Click Right Click Table of Content Introduction The benefit from the use of geographic information system (GIS) software is

More information

GIS Software. Evolution of GIS Software

GIS Software. Evolution of GIS Software GIS Software The geoprocessing engines of GIS Major functions Collect, store, mange, query, analyze and present Key terms Program collections of instructions to manipulate data Package integrated collection

More information

Map your way to deeper insights

Map your way to deeper insights Map your way to deeper insights Target, forecast and plan by geographic region Highlights Apply your data to pre-installed map templates and customize to meet your needs. Select from included map files

More information

This tutorial is intended to familiarize you with the Geomatica Toolbar and describe the basics of viewing data using Geomatica Focus.

This tutorial is intended to familiarize you with the Geomatica Toolbar and describe the basics of viewing data using Geomatica Focus. PCI GEOMATICS GEOMATICA QUICKSTART 1. Introduction This tutorial is intended to familiarize you with the Geomatica Toolbar and describe the basics of viewing data using Geomatica Focus. All data used in

More information

Lecture 2. Introduction to ESRI s ArcGIS Desktop and ArcMap

Lecture 2. Introduction to ESRI s ArcGIS Desktop and ArcMap Lecture 2 Introduction to ESRI s ArcGIS Desktop and ArcMap Outline ESRI What is ArcGIS? ArcGIS Desktop ArcMap Overview Views Layers Attribute Tables Help! Scale Tips and Tricks ESRI Environmental Systems

More information

Road Ahead: Linear Referencing and UPDM

Road Ahead: Linear Referencing and UPDM Road Ahead: Linear Referencing and UPDM Esri European Petroleum GIS Conference November 7, 2014 Congress Centre, London Your Work Making a Difference ArcGIS Is Evolving Your GIS Is Becoming Part of an

More information

M E R C E R W I N WA L K T H R O U G H

M E R C E R W I N WA L K T H R O U G H H E A L T H W E A L T H C A R E E R WA L K T H R O U G H C L I E N T S O L U T I O N S T E A M T A B L E O F C O N T E N T 1. Login to the Tool 2 2. Published reports... 7 3. Select Results Criteria...

More information

Trip Distribution Modeling Milos N. Mladenovic Assistant Professor Department of Built Environment

Trip Distribution Modeling Milos N. Mladenovic Assistant Professor Department of Built Environment Trip Distribution Modeling Milos N. Mladenovic Assistant Professor Department of Built Environment 25.04.2017 Course Outline Forecasting overview and data management Trip generation modeling Trip distribution

More information

How GIS based Visualizations Support Land Use and Transportation Modeling

How GIS based Visualizations Support Land Use and Transportation Modeling How GIS based Visualizations Support Land Use and Transportation Modeling ESRI International Users Conference San Diego, CA - July 23, 2015 Prepared by: Troy Hightower Introduction This presentation will

More information

SBCAG Travel Model Upgrade Project 3rd Model TAC Meeting. Jim Lam, Stewart Berry, Srini Sundaram, Caliper Corporation December.

SBCAG Travel Model Upgrade Project 3rd Model TAC Meeting. Jim Lam, Stewart Berry, Srini Sundaram, Caliper Corporation December. SBCAG Travel Model Upgrade Project 3rd Model TAC Meeting Jim Lam, Stewart Berry, Srini Sundaram, Caliper Corporation December. 7, 2011 1 Outline Model TAZs Highway and Transit Networks Land Use Database

More information

ST-Links. SpatialKit. Version 3.0.x. For ArcMap. ArcMap Extension for Directly Connecting to Spatial Databases. ST-Links Corporation.

ST-Links. SpatialKit. Version 3.0.x. For ArcMap. ArcMap Extension for Directly Connecting to Spatial Databases. ST-Links Corporation. ST-Links SpatialKit For ArcMap Version 3.0.x ArcMap Extension for Directly Connecting to Spatial Databases ST-Links Corporation www.st-links.com 2012 Contents Introduction... 3 Installation... 3 Database

More information

TRANSPORTATION MODELING

TRANSPORTATION MODELING TRANSPORTATION MODELING Modeling Concept Model Tools and media to reflect and simple a measured reality. Types of Model Physical Model Map and Chart Model Statistics and mathematical Models MODEL? Physical

More information

GIS Workshop UCLS_Fall Forum 2014 Sowmya Selvarajan, PhD TABLE OF CONTENTS

GIS Workshop UCLS_Fall Forum 2014 Sowmya Selvarajan, PhD TABLE OF CONTENTS TABLE OF CONTENTS TITLE PAGE NO. 1. ArcGIS Basics I 2 a. Open and Save a Map Document 2 b. Work with Map Layers 2 c. Navigate in a Map Document 4 d. Measure Distances 4 2. ArcGIS Basics II 5 a. Work with

More information

Portal for ArcGIS: An Introduction. Catherine Hynes and Derek Law

Portal for ArcGIS: An Introduction. Catherine Hynes and Derek Law Portal for ArcGIS: An Introduction Catherine Hynes and Derek Law Agenda Web GIS pattern Product overview Installation and deployment Configuration options Security options and groups Portal for ArcGIS

More information

The Church Demographic Specialists

The Church Demographic Specialists The Church Demographic Specialists Easy-to-Use Features Map-driven, Web-based Software An Integrated Suite of Information and Query Tools Providing An Insightful Window into the Communities You Serve Key

More information

Appendix B. Land Use and Traffic Modeling Documentation

Appendix B. Land Use and Traffic Modeling Documentation Appendix B Land Use and Traffic Modeling Documentation Technical Memorandum Planning Level Traffic for Northridge Sub-Area Study Office of Statewide Planning and Research Modeling & Forecasting Section

More information

In this exercise we will learn how to use the analysis tools in ArcGIS with vector and raster data to further examine potential building sites.

In this exercise we will learn how to use the analysis tools in ArcGIS with vector and raster data to further examine potential building sites. GIS Level 2 In the Introduction to GIS workshop we filtered data and visually examined it to determine where to potentially build a new mixed use facility. In order to get a low interest loan, the building

More information

CIV3703 Transport Engineering. Module 2 Transport Modelling

CIV3703 Transport Engineering. Module 2 Transport Modelling CIV3703 Transport Engineering Module Transport Modelling Objectives Upon successful completion of this module you should be able to: carry out trip generation calculations using linear regression and category

More information

Chapter 1. GIS Fundamentals

Chapter 1. GIS Fundamentals 1. GIS Overview Chapter 1. GIS Fundamentals GIS refers to three integrated parts. Geographic: Of the real world; the spatial realities, the geography. Information: Data and information; their meaning and

More information

Adding point data. Account not required

Adding point data. Account not required Adding point data Find patterns in mountains of data You begin to get a strong sense of what maps can do from this lesson. The image shows a total of 58,000 airline routes on one map. The Web Mercator

More information

Introduction to Coastal GIS

Introduction to Coastal GIS Introduction to Coastal GIS Event was held on Tues, 1/8/13 - Thurs, 1/10/13 Time: 9:00 am to 5:00 pm Location: Roger Williams University, Bristol, RI Audience: The intended audiences for this course are

More information

ArcGIS 9 ArcGIS StreetMap Tutorial

ArcGIS 9 ArcGIS StreetMap Tutorial ArcGIS 9 ArcGIS StreetMap Tutorial Copyright 2001 2008 ESRI All Rights Reserved. Printed in the United States of America. The information contained in this document is the exclusive property of ESRI. This

More information

TIMEZERO PROFESIONAL V3.2

TIMEZERO PROFESIONAL V3.2 TIMEZERO PROFESIONAL V3.2 Main New Features TIMEZERO PROFESIONAL V3.2-1 - WASSP G3 (S3 and F3) Compatibility:... - 3 - Misc. Features:... - 7 - TIMEZERO PROFESIONAL V3.2-2 - TIMEZERO Professional (with

More information

ArcGIS for Desktop. ArcGIS for Desktop is the primary authoring tool for the ArcGIS platform.

ArcGIS for Desktop. ArcGIS for Desktop is the primary authoring tool for the ArcGIS platform. ArcGIS for Desktop ArcGIS for Desktop ArcGIS for Desktop is the primary authoring tool for the ArcGIS platform. Beyond showing your data as points on a map, ArcGIS for Desktop gives you the power to manage

More information

PDF-4+ Tools and Searches

PDF-4+ Tools and Searches PDF-4+ Tools and Searches PDF-4+ 2018 The PDF-4+ 2018 database is powered by our integrated search display software. PDF-4+ 2018 boasts 72 search selections coupled with 125 display fields resulting in

More information

Leveraging Web GIS: An Introduction to the ArcGIS portal

Leveraging Web GIS: An Introduction to the ArcGIS portal Leveraging Web GIS: An Introduction to the ArcGIS portal Derek Law Product Management DLaw@esri.com Agenda Web GIS pattern Product overview Installation and deployment Configuration options Security options

More information

Appendix B Microsoft Office Specialist exam objectives maps

Appendix B Microsoft Office Specialist exam objectives maps B 1 Appendix B Microsoft Office Specialist exam objectives maps This appendix covers these additional topics: A Excel 2003 Specialist exam objectives with references to corresponding material in Course

More information

Preparing Spatial Data

Preparing Spatial Data 13 CHAPTER 2 Preparing Spatial Data Assessing Your Spatial Data Needs 13 Assessing Your Attribute Data 13 Determining Your Spatial Data Requirements 14 Locating a Source of Spatial Data 14 Performing Common

More information

Geo-enabling a Transactional Real Estate Management System A case study from the Minnesota Dept. of Transportation

Geo-enabling a Transactional Real Estate Management System A case study from the Minnesota Dept. of Transportation Geo-enabling a Transactional Real Estate Management System A case study from the Minnesota Dept. of Transportation Michael Terner Executive Vice President Co-author and Project Manager Andy Buck Overview

More information

DATA SCIENCE SIMPLIFIED USING ARCGIS API FOR PYTHON

DATA SCIENCE SIMPLIFIED USING ARCGIS API FOR PYTHON DATA SCIENCE SIMPLIFIED USING ARCGIS API FOR PYTHON LEAD CONSULTANT, INFOSYS LIMITED SEZ Survey No. 41 (pt) 50 (pt), Singapore Township PO, Ghatkesar Mandal, Hyderabad, Telengana 500088 Word Limit of the

More information

Watershed Modeling Orange County Hydrology Using GIS Data

Watershed Modeling Orange County Hydrology Using GIS Data v. 10.0 WMS 10.0 Tutorial Watershed Modeling Orange County Hydrology Using GIS Data Learn how to delineate sub-basins and compute soil losses for Orange County (California) hydrologic modeling Objectives

More information

Outline. Chapter 1. A history of products. What is ArcGIS? What is GIS? Some GIS applications Introducing the ArcGIS products How does GIS work?

Outline. Chapter 1. A history of products. What is ArcGIS? What is GIS? Some GIS applications Introducing the ArcGIS products How does GIS work? Outline Chapter 1 Introducing ArcGIS What is GIS? Some GIS applications Introducing the ArcGIS products How does GIS work? Basic data formats The ArcCatalog interface 1-1 1-2 A history of products Arc/Info

More information

ArcGIS for Local Government

ArcGIS for Local Government Wednesday, June 29th ArcGIS for Local Government Dan Rose, GIS Analyst WaterOne IT/GIS Agenda / Talking Points What is the LGIM? WaterOne s GIS and LGIM background Our geodatabase redesign Our strategies

More information

Visitor Flows Model for Queensland a new approach

Visitor Flows Model for Queensland a new approach Visitor Flows Model for Queensland a new approach Jason. van Paassen 1, Mark. Olsen 2 1 Parsons Brinckerhoff Australia Pty Ltd, Brisbane, QLD, Australia 2 Tourism Queensland, Brisbane, QLD, Australia 1

More information

Geometric Algorithms in GIS

Geometric Algorithms in GIS Geometric Algorithms in GIS GIS Software Dr. M. Gavrilova GIS System What is a GIS system? A system containing spatially referenced data that can be analyzed and converted to new information for a specific

More information

User Guide. Affirmatively Furthering Fair Housing Data and Mapping Tool. U.S. Department of Housing and Urban Development

User Guide. Affirmatively Furthering Fair Housing Data and Mapping Tool. U.S. Department of Housing and Urban Development User Guide Affirmatively Furthering Fair Housing Data and Mapping Tool U.S. Department of Housing and Urban Development December, 2015 1 Table of Contents 1. Getting Started... 5 1.1 Software Version...

More information

Esri UC2013. Technical Workshop.

Esri UC2013. Technical Workshop. Esri International User Conference San Diego, California Technical Workshops July 9, 2013 CAD: Introduction to using CAD Data in ArcGIS Jeff Reinhart & Phil Sanchez Agenda Overview of ArcGIS CAD Support

More information

USING GIS IN WATER SUPPLY AND SEWER MODELLING AND MANAGEMENT

USING GIS IN WATER SUPPLY AND SEWER MODELLING AND MANAGEMENT USING GIS IN WATER SUPPLY AND SEWER MODELLING AND MANAGEMENT HENRIETTE TAMAŠAUSKAS*, L.C. LARSEN, O. MARK DHI Water and Environment, Agern Allé 5 2970 Hørsholm, Denmark *Corresponding author, e-mail: htt@dhigroup.com

More information

Data Structures & Database Queries in GIS

Data Structures & Database Queries in GIS Data Structures & Database Queries in GIS Objective In this lab we will show you how to use ArcGIS for analysis of digital elevation models (DEM s), in relationship to Rocky Mountain bighorn sheep (Ovis

More information

Quick Reference Manual. Ver. 1.3

Quick Reference Manual. Ver. 1.3 Quick Reference Manual Ver. 1.3 1 EXASITE Voyage EXSITE Voyage is a web-based communication tool designed to support the following users; Ship operators who utilize Optimum Ship Routing (OSR) service in

More information

Lecture 9: Geocoding & Network Analysis

Lecture 9: Geocoding & Network Analysis Massachusetts Institute of Technology - Department of Urban Studies and Planning 11.520: A Workshop on Geographic Information Systems 11.188: Urban Planning and Social Science Laboratory Lecture 9: Geocoding

More information

Child Opportunity Index Mapping

Child Opportunity Index Mapping Child Opportunity Index Mapping A partnership project of How to Use and Interpret the Child Opportunity Index Maps How to Use the Child Opportunity Index Maps Getting Started: How to Find and Open a Child

More information

Google Maps and Beyond

Google Maps and Beyond Google Maps and Beyond Aaron Paul First American Title apaul@firstam.com 2015 APRA Symposium Association of Professional Reserve Analysts May 2 nd, 2015 Google Maps and Beyond - Overview Business case

More information

v Prerequisite Tutorials GSSHA WMS Basics Watershed Delineation using DEMs and 2D Grid Generation Time minutes

v Prerequisite Tutorials GSSHA WMS Basics Watershed Delineation using DEMs and 2D Grid Generation Time minutes v. 10.1 WMS 10.1 Tutorial GSSHA WMS Basics Creating Feature Objects and Mapping Attributes to the 2D Grid Populate hydrologic parameters in a GSSHA model using land use and soil data Objectives This tutorial

More information

Chem 1 Kinetics. Objectives. Concepts

Chem 1 Kinetics. Objectives. Concepts Chem 1 Kinetics Objectives 1. Learn some basic ideas in chemical kinetics. 2. Understand how the computer visualizations can be used to benefit the learning process. 3. Understand how the computer models

More information

ArcGIS Web Tools, Templates, and Solutions for Defence & Intelligence. Renee Bernstein Esri Solutions Engineer

ArcGIS Web Tools, Templates, and Solutions for Defence & Intelligence. Renee Bernstein Esri Solutions Engineer ArcGIS Web Tools, Templates, and Solutions for Defence & Intelligence Renee Bernstein Esri Solutions Engineer ArcGIS Solutions Includes 450+ Industry Focused Apps and Capabilities Organized by 9 Primary

More information

Welcome! Power BI User Group (PUG) Copenhagen

Welcome! Power BI User Group (PUG) Copenhagen Welcome! Power BI User Group (PUG) Copenhagen Making Maps in Power BI Andrea Martorana Tusa BI Specialist Welcome to Making maps in Power BI Who am I? First name: Andrea. Last name: Martorana Tusa. Italian,

More information

Typical information required from the data collection can be grouped into four categories, enumerated as below.

Typical information required from the data collection can be grouped into four categories, enumerated as below. Chapter 6 Data Collection 6.1 Overview The four-stage modeling, an important tool for forecasting future demand and performance of a transportation system, was developed for evaluating large-scale infrastructure

More information

Welcome to NR502 GIS Applications in Natural Resources. You can take this course for 1 or 2 credits. There is also an option for 3 credits.

Welcome to NR502 GIS Applications in Natural Resources. You can take this course for 1 or 2 credits. There is also an option for 3 credits. Welcome to NR502 GIS Applications in Natural Resources. You can take this course for 1 or 2 credits. There is also an option for 3 credits. The 1st credit consists of a series of readings, demonstration,

More information

APPENDIX IV MODELLING

APPENDIX IV MODELLING APPENDIX IV MODELLING Kingston Transportation Master Plan Final Report, July 2004 Appendix IV: Modelling i TABLE OF CONTENTS Page 1.0 INTRODUCTION... 1 2.0 OBJECTIVE... 1 3.0 URBAN TRANSPORTATION MODELLING

More information

Task 1: Open ArcMap and activate the Spatial Analyst extension.

Task 1: Open ArcMap and activate the Spatial Analyst extension. Exercise 10 Spatial Analyst The following steps describe the general process that you will follow to complete the exercise. Specific steps will be provided later in the step-by-step instructions component

More information

PDF-4+ Tools and Searches

PDF-4+ Tools and Searches PDF-4+ Tools and Searches PDF-4+ 2019 The PDF-4+ 2019 database is powered by our integrated search display software. PDF-4+ 2019 boasts 74 search selections coupled with 126 display fields resulting in

More information

Among various open-source GIS programs, QGIS can be the best suitable option which can be used across partners for reasons outlined below.

Among various open-source GIS programs, QGIS can be the best suitable option which can be used across partners for reasons outlined below. Comparison of Geographic Information Systems (GIS) software As of January 2018, WHO has reached an agreement with ESRI (an international supplier of GIS software) for an unlimited use of ArcGIS Desktop

More information

NMR Predictor. Introduction

NMR Predictor. Introduction NMR Predictor This manual gives a walk-through on how to use the NMR Predictor: Introduction NMR Predictor QuickHelp NMR Predictor Overview Chemical features GUI features Usage Menu system File menu Edit

More information

Travel Time Calculation With GIS in Rail Station Location Optimization

Travel Time Calculation With GIS in Rail Station Location Optimization Travel Time Calculation With GIS in Rail Station Location Optimization Topic Scope: Transit II: Bus and Rail Stop Information and Analysis Paper: # UC8 by Sutapa Samanta Doctoral Student Department of

More information

PDF-2 Tools and Searches

PDF-2 Tools and Searches PDF-2 Tools and Searches PDF-2 2019 The PDF-2 2019 database is powered by our integrated search display software. PDF-2 2019 boasts 69 search selections coupled with 53 display fields resulting in a nearly

More information

Data Collection. Lecture Notes in Transportation Systems Engineering. Prof. Tom V. Mathew. 1 Overview 1

Data Collection. Lecture Notes in Transportation Systems Engineering. Prof. Tom V. Mathew. 1 Overview 1 Data Collection Lecture Notes in Transportation Systems Engineering Prof. Tom V. Mathew Contents 1 Overview 1 2 Survey design 2 2.1 Information needed................................. 2 2.2 Study area.....................................

More information

Oakland County Parks and Recreation GIS Implementation Plan

Oakland County Parks and Recreation GIS Implementation Plan Oakland County Parks and Recreation GIS Implementation Plan TABLE OF CONTENTS 1.0 Introduction... 3 1.1 What is GIS? 1.2 Purpose 1.3 Background 2.0 Software... 4 2.1 ArcGIS Desktop 2.2 ArcGIS Explorer

More information

California Urban Infill Trip Generation Study. Jim Daisa, P.E.

California Urban Infill Trip Generation Study. Jim Daisa, P.E. California Urban Infill Trip Generation Study Jim Daisa, P.E. What We Did in the Study Develop trip generation rates for land uses in urban areas of California Establish a California urban land use trip

More information

Write a report (6-7 pages, double space) on some examples of Internet Applications. You can choose only ONE of the following application areas:

Write a report (6-7 pages, double space) on some examples of Internet Applications. You can choose only ONE of the following application areas: UPR 6905 Internet GIS Homework 1 Yong Hong Guo September 9, 2008 Write a report (6-7 pages, double space) on some examples of Internet Applications. You can choose only ONE of the following application

More information

ArcGIS Pro Q&A Session. NWGIS Conference, October 11, 2017 With John Sharrard, Esri GIS Solutions Engineer

ArcGIS Pro Q&A Session. NWGIS Conference, October 11, 2017 With John Sharrard, Esri GIS Solutions Engineer ArcGIS Pro Q&A Session NWGIS Conference, October 11, 2017 With John Sharrard, Esri GIS Solutions Engineer jsharrard@esri.com ArcGIS Desktop The applications ArcGIS Pro ArcMap ArcCatalog ArcScene ArcGlobe

More information

National Park Service Safety Management

National Park Service Safety Management National Park Service Safety Management Locating Crashes Spatially from the National Park Service Service-wide Traffic Accident Reporting System (STARS) Database By Daniel Van Gilder Federal Highway Administration

More information

Arboretum Explorer: Using GIS to map the Arnold Arboretum

Arboretum Explorer: Using GIS to map the Arnold Arboretum Arboretum Explorer: Using GIS to map the Arnold Arboretum Donna Tremonte, Arnold Arboretum of Harvard University 2015 Esri User Conference (UC), July 22, 2015 http://arboretum.harvard.edu/explorer Mission

More information

MotiveWave Hurst Cycles Guide Version: 1.0

MotiveWave Hurst Cycles Guide Version: 1.0 Version: 1.0 2018 MotiveWave Software Version 1.0 2018 MotiveWave Software Page 1 of 18 Acknowledgements Special thanks to Michael Richards from Time Price Analysis (https://www.timepriceanalysis.com)

More information

Tutorial 8 Raster Data Analysis

Tutorial 8 Raster Data Analysis Objectives Tutorial 8 Raster Data Analysis This tutorial is designed to introduce you to a basic set of raster-based analyses including: 1. Displaying Digital Elevation Model (DEM) 2. Slope calculations

More information

Geodatabase Best Practices. Dave Crawford Erik Hoel

Geodatabase Best Practices. Dave Crawford Erik Hoel Geodatabase Best Practices Dave Crawford Erik Hoel Geodatabase best practices - outline Geodatabase creation Data ownership Data model Data configuration Geodatabase behaviors Data integrity and validation

More information

AFFH-T User Guide September 2017 AFFH-T User Guide U.S. Department of Housing and Urban Development

AFFH-T User Guide September 2017 AFFH-T User Guide U.S. Department of Housing and Urban Development AFFH-T User Guide Affirmatively Furthering Fair Housing Data and Mapping Tool v. 4.1 U.S. Department of Housing and Urban Development September 2017 Version 4.1 ❿ September 2017 Page 1 Document History

More information

Analysis and Design of Urban Transportation Network for Pyi Gyi Ta Gon Township PHOO PWINT ZAN 1, DR. NILAR AYE 2

Analysis and Design of Urban Transportation Network for Pyi Gyi Ta Gon Township PHOO PWINT ZAN 1, DR. NILAR AYE 2 www.semargroup.org, www.ijsetr.com ISSN 2319-8885 Vol.03,Issue.10 May-2014, Pages:2058-2063 Analysis and Design of Urban Transportation Network for Pyi Gyi Ta Gon Township PHOO PWINT ZAN 1, DR. NILAR AYE

More information

Transactions on Information and Communications Technologies vol 18, 1998 WIT Press, ISSN

Transactions on Information and Communications Technologies vol 18, 1998 WIT Press,   ISSN STREAM, spatial tools for river basins, environment and analysis of management options Menno Schepel Resource Analysis, Zuiderstraat 110, 2611 SJDelft, the Netherlands; e-mail: menno.schepel@resource.nl

More information

Reducing Complex Spatial Data Management Needs in and Upstream Oil and Gas Operations Team. Jason Wilson GIS Business Analyst SM Energy

Reducing Complex Spatial Data Management Needs in and Upstream Oil and Gas Operations Team. Jason Wilson GIS Business Analyst SM Energy Reducing Complex Spatial Data Management Needs in and Upstream Oil and Gas Operations Team Jason Wilson GIS Business Analyst SM Energy Agenda About Myself and SM Energy The Challenge The Goal Solution

More information

This paper outlines the steps we took to process the repository file into a Geodatabase Utility Data Model for Bloomfield Township s analysis.

This paper outlines the steps we took to process the repository file into a Geodatabase Utility Data Model for Bloomfield Township s analysis. Title of Paper Importing CAD Drawings into a Utility Data Model Authors Names Kevin G. Broecker & James R. Miller Abstract This presentation covers the process needed to integrate data from a CAD drawing

More information

Update and Modernization of Sales Tax Rate Lookup Tool for Public and Agency Users. David Wrigh

Update and Modernization of Sales Tax Rate Lookup Tool for Public and Agency Users. David Wrigh Update and Modernization of Sales Tax Rate Lookup Tool for Public and Agency Users David Wrigh GIS at the Agency Introduction Who we are! George Alvarado, David Wright, Marty Parsons and Bob Bulgrien make

More information

Search for the Gulf of Carpentaria in the remap search bar:

Search for the Gulf of Carpentaria in the remap search bar: This tutorial is aimed at getting you started with making maps in Remap (). In this tutorial we are going to develop a simple classification of mangroves in northern Australia. Before getting started with

More information

Figure 8.2a Variation of suburban character, transit access and pedestrian accessibility by TAZ label in the study area

Figure 8.2a Variation of suburban character, transit access and pedestrian accessibility by TAZ label in the study area Figure 8.2a Variation of suburban character, transit access and pedestrian accessibility by TAZ label in the study area Figure 8.2b Variation of suburban character, commercial residential balance and mix

More information

Administering your Enterprise Geodatabase using Python. Jill Penney

Administering your Enterprise Geodatabase using Python. Jill Penney Administering your Enterprise Geodatabase using Python Jill Penney Assumptions Basic knowledge of python Basic knowledge enterprise geodatabases and workflows You want code Please turn off or silence cell

More information

MEU A cartographic-based web-platform for urban energy management and planning

MEU A cartographic-based web-platform for urban energy management and planning MEU A cartographic-based web-platform for urban energy management and planning Massimiliano Capezzali 1, Gaëtan Cherix 2, 1 Energy Center, Ecole Polytechnique Fédérale de Lausanne (EPFL), 1015 Lausanne

More information

GENERALIZATION IN THE NEW GENERATION OF GIS. Dan Lee ESRI, Inc. 380 New York Street Redlands, CA USA Fax:

GENERALIZATION IN THE NEW GENERATION OF GIS. Dan Lee ESRI, Inc. 380 New York Street Redlands, CA USA Fax: GENERALIZATION IN THE NEW GENERATION OF GIS Dan Lee ESRI, Inc. 380 New York Street Redlands, CA 92373 USA dlee@esri.com Fax: 909-793-5953 Abstract In the research and development of automated map generalization,

More information

THE FUTURE OF FORECASTING AT METROPOLITAN COUNCIL. CTS Research Conference May 23, 2012

THE FUTURE OF FORECASTING AT METROPOLITAN COUNCIL. CTS Research Conference May 23, 2012 THE FUTURE OF FORECASTING AT METROPOLITAN COUNCIL CTS Research Conference May 23, 2012 Metropolitan Council forecasts Regional planning agency and MPO for Twin Cities metropolitan area Operates regional

More information

Modeling Mode in a Statewide Context

Modeling Mode in a Statewide Context Modeling Mode in a Statewide Context CDM Smith ADOT Transportation Planning Applications Conference May 6, 2013 Presentation Overview Development Team AZTDM3 Overview AZTDM3 Modes of Travel Transit Abstraction

More information

Transit Time Shed Analyzing Accessibility to Employment and Services

Transit Time Shed Analyzing Accessibility to Employment and Services Transit Time Shed Analyzing Accessibility to Employment and Services presented by Ammar Naji, Liz Thompson and Abdulnaser Arafat Shimberg Center for Housing Studies at the University of Florida www.shimberg.ufl.edu

More information

How to Create Stream Networks using DEM and TauDEM

How to Create Stream Networks using DEM and TauDEM How to Create Stream Networks using DEM and TauDEM Take note: These procedures do not describe all steps. Knowledge of ArcGIS, DEMs, and TauDEM is required. TauDEM software ( http://hydrology.neng.usu.edu/taudem/

More information

D2D SALES WITH SURVEY123, OP DASHBOARD, AND MICROSOFT SSAS

D2D SALES WITH SURVEY123, OP DASHBOARD, AND MICROSOFT SSAS D2D SALES WITH SURVEY123, OP DASHBOARD, AND MICROSOFT SSAS EDWARD GAUSE, GISP DIRECTOR OF INFORMATION SERVICES (ENGINEERING APPS) HTC (HORRY TELEPHONE COOP.) EDWARD GAUSE, GISP DIRECTOR OF INFORMATION

More information