ArcGIS Network Analyst: Networks and Network Models

Size: px
Start display at page:

Download "ArcGIS Network Analyst: Networks and Network Models"

Transcription

1 ArcGIS Network Analyst: Networks and Network Models Transcript Copyright 2005 ESRI All rights reserved. The information contained in this document is the exclusive property of ESRI. This work is protected under United States copyright law and other international copyright treaties and conventions. No part of this work may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopying and recording, or by any information storage or retrieval system, except as expressly permitted in writing by ESRI. All requests should be sent to Attention: Contracts and Legal Services Manager, ESRI, 380 New York Street, Redlands, CA , USA. The information contained in this document is subject to change without 3D Analyst, ADF, AML, ARC/INFO, ArcAtlas, ArcCAD, ArcCatalog, ArcCOGO, ArcData, ArcDoc, ArcEdit, ArcEditor, ArcEurope, ArcExplorer, ArcExpress, ArcFM, ArcGIS, ArcGlobe, ArcGrid, ArcIMS, ArcInfo Librarian, ArcInfo, ArcInfo- Professional GIS, ArcInfo-The World's GIS, ArcLocation, ArcLogistics, ArcMap, ArcNetwork, ArcNews, ArcObjects, ArcOpen, ArcPad, ArcPlot, ArcPress, ArcQuest, ArcReader, ArcScan, ArcScene, ArcSchool, ArcSDE, ArcSdl, ArcStorm, ArcSurvey, ArcTIN, ArcToolbox, ArcTools, ArcUSA, ArcUser, ArcView, ArcVoyager, ArcWatch, ArcWeb, ArcWorld, Atlas GIS, AtlasWare, Avenue, BusinessMAP, Database Integrator, DBI Kit, ESRI, ESRI-Team GIS, ESRI-The GIS Company, ESRI-The GIS People, FormEdit, Geographic Design System, Geography Matters, Geography Network, GIS by ESRI, GIS Day, GIS for Everyone, GISData Server, InsiteMAP, JTX, MapBeans, MapCafé, MapObjects, ModelBuilder, MOLE, NetEngine, PC ARC/INFO, PC ARCPLOT, PC ARCSHELL, PC DATA CONVERSION, PC STARTER KIT, PC TABLES, PC ARCEDIT, PC NETWORK, PC OVERLAY, PLTS, Rent-a-Tech, RouteMAP, SDE, SML, Spatial Database Engine, StreetEditor, StreetMap, TABLES, the ARC/INFO logo, the ArcCAD logo, the ArcCAD WorkBench logo, the ArcCOGO logo, the ArcData logo, the ArcData Online logo, the ArcEdit logo, the ArcExplorer logo, the ArcExpress logo, the ArcFM logo, the ArcFM Viewer logo, the ArcGIS logo, the ArcGrid logo, the ArcIMS logo, the ArcInfo logo, the ArcLogistics Route logo, the ArcNetwork logo, the ArcPad logo, the ArcPlot logo, the ArcPress for ArcView logo, the ArcPress logo, the ArcScan logo, the ArcScene logo, the ArcSDE CAD Client logo, the ArcSDE logo, the ArcStorm logo, the ArcTIN logo, the ArcTools logo, the ArcView 3D Analyst logo, the ArcView Business Analyst logo, the ArcView Data Publisher logo, the ArcView GIS logo, the ArcView Image Analysis logo, the ArcView Internet Map Server logo, the ArcView logo, the ArcView Network Analyst logo, the ArcView Spatial Analyst logo, the ArcView StreetMap 2000 logo, the ArcView StreetMap logo, the ArcView Tracking Analyst logo, the Atlas GIS logo, the Avenue logo, the BusinessMAP logo, the Data Automation Kit logo, the ESRI ArcAtlas Data logo, the ESRI ArcEurope Data logo, the ESRI ArcScene Data logo, the ESRI ArcUSA Data logo, the ESRI ArcWorld Data logo, the ESRI Digital Chart of the World Data logo, the ESRI globe logo, the ESRI Press logo, the Geography Network logo, the MapCafé logo, the MapObjects Internet Map Server logo, the MapObjects logo, the MOLE logo, the NetEngine logo, the PC ARC/INFO logo, the Production Line Tool Set logo, the RouteMAP IMS logo, the RouteMAP logo, the SDE logo, The World's Leading Desktop GIS, Water Writes, and Your Personal Geographic Information System are trademarks, registered trademarks, or service marks of ESRI in the United States, the European Community, or certain other jurisdictions. Other companies and products mentioned herein are trademarks or registered trademarks of their respective trademark owners.

2 Welcome. I m Colin Childs from Educational Services at ESRI in Redlands, California, and I teach a host of ArcGIS classes ranging from geodatabase design to working with Spatial Analyst. Today I will be exploring network analysis and the different types of networks available with the ArcGIS software. This discussion is tailored to users of the ArcGIS software who may deploy geometric network functionality or the Network Analyst extension functionality to model directed or undirected network flow. You ll briefly hear what the differences are and how to decide which is the appropriate one to use for your specific application. Networks pervade our daily life. We drive from home to work on street networks. We cook our dinners with natural gas delivered through gas utility lines. We catch up with news and send s through the Internet. We even visit our relatives by flying on airline route systems. Networks channel flow. Certain phenomena flow in a continuous field across a region, such as rainfall or temperature. But rainfall is collected into streams, and nearly all resources that we process, all goods that we manufacture, flow in a constrained way, carried along the networks of streets, pipes, cables, and channels. A network is a one-dimensional system of edges that collect junctions to which resources, communication, and people are transported. Three common applications of networks are in transportation, for the use of rivers, and in utility networks. Networks model the transportation of people; the resources such as water, electricity, gas; and communication. Networks constrain flow to edges, such as streets and rivers, and they join at junctions, such as intersections and confluences. The geodatabase has two core network models. The network dataset, optimized for undirected flow (especially written for transportation), and the geometric network model, which implements directed flow systems for activities (such as river networks and utility lines). Geometric networks: A geometric network uses custom network features simple edges, complex edges, and junctions to model the parts of the network. Complex edges are used to model a compound set of edges and junctions, such as the electrical distribution line with connected services. With geometric networks, connectivity is updated whenever any network feature is added or removed. When you edit features in a geometric network, the logical network is continuously updated for you. Copyright 2007 ESRI. All rights reserved. 1

3 Geometric networks have connectivity rules that control which network objects can be connected properly to each other. For example, a 2-inch pipe may connect to a 3-inch pipe via a reducer. Analytical solvers use weights in a geometric network to perform trace functions, useful for utility and hierographic applications. Solvers in the geometric network include downstream tracing, upstream tracing, isolation tracing, and path tracing. Network Datasets: Network datasets are more analogous to a geodatabase topology. A network dataset has network sources that are defined on simple features. These features undergo no modification. They may also participate within its topology, if you so choose. With network datasets, connectivity is updated on demand when you rebuild the entire network. Network datasets, beta model, and directed flow networks: They allow flow in any direction, and in fact, the resource makes the decision. They employ terms as well to model restrictions, and may also allow you to incorporate barriers through which the network will not pass. Network datasets have a rich attribute environment that uses costs, descriptors, descriptions, and hierarchies. Network datasets were optimized for large transportation networks. One of the key differences between a geometric network and a network dataset is how network connectivity is maintained. In a geometric network, it is initially made up of simple line and point features, which become simple junctions and simple edges, that may be aggregated to create complex edge features within the geometric network. Once created, network connectivity in a geometric network is continuously updated to doing any edits that you make. In the network dataset, the network sources have their connectivity discovered on demand. Both geometric networks and network datasets have logical networks. Logical networks are a series of tables that represent the network elements and how they connect to each other. For geometric networks, the logical network is incrementally updated through any edit. For the network dataset, the logical network is regenerated with every build of the network that you may execute. Network datasets represent the core geodatabase network model for representing undirected flow networks, and as I mentioned, particularly for transportation networks. Copyright 2007 ESRI. All rights reserved. 2

4 Network datasets also encapsulate decades of GIS modeling experience that allow us to optimize street datasets for network analysis. Later you ll see that the network dataset has a rich attribute model that can be used to represent cost impedances, that allow you to incorporate connectivity rules, to group features, to allow hierarchies to be set, to incorporate elevation fields, one-way restrictions, and turns. The network dataset model is a sophisticated model that allows analysis such as optimal routing and allocation, and even functions on multimodal systems, such as combined street, subway, and pedestrian traffic. Let s take a brief look at some of the differences between network datasets and geometric networks. As mentioned, network datasets are used largely for transportation modeling, whereas geometric networks are better suited for utility and natural resource modeling. Analysis on a network dataset will return pathfinding or allocation, whereas analysis done on a geometric network generally returns tracing. So the geometric network analysis is largely a trace-type function. The sources of data in a network dataset make up junctions and edges and turns. These are essentially feature classes in feature datasets, shapefiles, or feature classes. The sources of data for a geometric network are initially the same (except the turns), and they make up simple edges, simple junctions, and complex edges within the geometric network. Connectivity in the network dataset is reactive and refreshed with a rebuild of the network. Connectivity in the geometric network is dynamic and updated each time you execute or perform an edit. Network datasets allow us to incorporate turns. In other words, the ability to follow two or more connected streetlines, and model more natural traffic scenarios, such as restricted left or u-turns. Geometric networks do not support turns at all. In a network dataset, topology is an option to be used on the sources of data for the network dataset. In the geometric network, the data sources may not be part of any topology. Network datasets have rich attribute models that support costs, descriptors, restrictions, and hierarchies. Geometric networks have a simple attribute model that really only allows you to specify weights. The workflow for a network dataset is that network productivity is built on demand, similar to that of database topology. Once a source feature class has been edited, your network becomes invalid and needs to be rebuilt. Copyright 2007 ESRI. All rights reserved. 3

5 For geometric networks, the workflow is in the form that the network is continually maintaining the connectivity, so there s no need to execute any rebuild. Network datasets allow us to incorporate multimodal systems through connectivity groups. Geometric networks do not support multimodal systems at all. Well, as you notice then, the network dataset is the new core geodatabase data model, implemented by a network analyst to represent undirected flow networks, largely used for transportation. The network dataset encapsulates a lot of modeling experience and is optimized for street datasets. You can use this data model to model cost impedances, connectivity rules, groups, hierarchies, elevation fields, one-way restrictions, and even turns. And also, the modeling angles have to do with sophisticated analysis, such as optimal routing and allocation, and even incorporate a multimodal system. For further resources, please check our instructor-led training courses at This discussion touches on topics that are covered in our two-day instructor-led class titled, Working with ArcGIS Network Analyst. Thank you for tuning in to this session of our ESRI Instructional Podcast Series. Stay tuned for future broadcasts. Copyright 2007 ESRI. All rights reserved. 4

Working with ArcGIS Network Analyst

Working with ArcGIS Network Analyst Working with ArcGIS Network Analyst All rights reserved. Course version 2.0. Revised January 2007. Printed in the United States of America. The information contained in this document is the exclusive property

More information

Geodatabase Archiving: Introduction to Concepts and Capabilities

Geodatabase Archiving: Introduction to Concepts and Capabilities Geodatabase Archiving: Introduction to Concepts and Capabilities Transcript Copyright 2006 ESRI All rights reserved. The information contained in this document is the exclusive property of ESRI. This work

More information

ESRI Systems Integration Technical Brief Identifying Firewall TCP Server Ports In a Enterprise ArcIMS Configuration

ESRI Systems Integration Technical Brief Identifying Firewall TCP Server Ports In a Enterprise ArcIMS Configuration Environmental Systems Research Institute, Inc., 380 New York St., Redlands, CA 92373-8100 USA TEL 909-793-2853 FAX 909-307-3014 ESRI Systems Integration Technical Brief Identifying Firewall TCP Server

More information

Five Best Practices for Maintaining an Enterprise Geodatabase

Five Best Practices for Maintaining an Enterprise Geodatabase Five Best Practices for Maintaining an Enterprise Geodatabase Transcript Copyright 2007 ESRI All rights reserved. The information contained in this document is the exclusive property of ESRI. This work

More information

ArcGIS Desktop I: Getting Started with GIS

ArcGIS Desktop I: Getting Started with GIS ArcGIS Desktop I: Getting Started with GIS All rights reserved. Course version 1.0. Revised May 2008. Printed in the United States of America. The information contained in this document is the exclusive

More information

Geographic Information Systems for Java

Geographic Information Systems for Java An ESRI White Paper April 2002 ESRI 380 New York St., Redlands, CA 92373-8100, USA TEL 909-793-2853 FAX 909-793-5953 E-MAIL info@esri.com WEB www.esri.com Copyright 2002 ESRI All rights reserved. Printed

More information

Developing Web Apps with ArcGIS API for JavaScript TM. Student Edition

Developing Web Apps with ArcGIS API for JavaScript TM. Student Edition Developing Web Apps with ArcGIS API for JavaScript TM Student Edition Copyright 2014 Esri All rights reserved. Course version 1.1. Version release date December 2014. Printed in the United States of America.

More information

ArcGIS 1: Introduction to GIS. Student Edition

ArcGIS 1: Introduction to GIS. Student Edition ArcGIS 1: Introduction to GIS Student Edition Copyright 2016 Esri All rights reserved. Course version 4.0. Version release date March 2016. Printed in the United States of America. The information contained

More information

ArcGIS 3: Performing Analysis. Student Edition

ArcGIS 3: Performing Analysis. Student Edition ArcGIS 3: Performing Analysis Student Edition Copyright 2016 Esri All rights reserved. Course version 4.0. Version release date March 2016. Printed in the United States of America. The information contained

More information

Metadata and GIS. An ESRI White Paper October 2002

Metadata and GIS. An ESRI White Paper October 2002 An ESRI White Paper October 2002 ESRI 380 New York St., Redlands, CA 92373-8100, USA TEL 909-793-2853 FAX 909-793-5953 E-MAIL info@esri.com WEB www.esri.com Copyright 2002 ESRI All rights reserved. Printed

More information

Performance Tips and Tricks for ArcGIS Desktop 8.1

Performance Tips and Tricks for ArcGIS Desktop 8.1 Performance Tips and Tricks for ArcGIS Desktop 8.1 An ESRI Technical Paper September 2001 ESRI 380 New York St., Redlands, CA 92373-8100, USA TEL 909-793-2853 FAX 909-793-5953 E-MAIL info@esri.com WEB

More information

System Architecture Design Strategies. Student Edition

System Architecture Design Strategies. Student Edition System Architecture Design Strategies Student Edition Copyright 2015 Esri All rights reserved. Course version 3.0. Version release date July 2015. Printed in the United States of America. The information

More information

Administering ArcSDE Microsoft. for SQL Server

Administering ArcSDE Microsoft. for SQL Server Administering ArcSDE Microsoft for SQL Server Copyright Information Copyright 2008, 2009 ESRI All Rights Reserved. Printed in the United States of America. The information contained in this document is

More information

Business Analyst Desktop 10 Tutorial

Business Analyst Desktop 10 Tutorial Business Analyst Desktop 10 Tutorial September 2010 Prepared by: Esri 380 New York Street Redlands, California 92373-8100 Copyright 2010 Esri All rights reserved. Printed in the United States of America.

More information

Cartography with ArcGIS

Cartography with ArcGIS Cartography with ArcGIS All rights reserved. Course version 2.2. Revised September 2008. Printed in the United States of America. The information contained in this document is the exclusive property of

More information

ArcGIS Spatial Analyst: Advanced GIS Spatial Analysis Using Raster and Vector Data

ArcGIS Spatial Analyst: Advanced GIS Spatial Analysis Using Raster and Vector Data ArcGIS Spatial Analyst: Advanced GIS Spatial Analysis Using Raster and Vector Data An ESRI White Paper December 2001 ESRI 380 New York St., Redlands, CA 92373-8100, USA TEL 909-793-2853 FAX 909-793-5953

More information

System Design Strategies 26th Edition

System Design Strategies 26th Edition 26th Edition An ESRI Technical Reference Document August 2009 Prepared by: Dave Peters Systems Integration Environmental Systems Research Institute, Inc. 380 New York Street Redlands, California 92373-8100

More information

Using ArcSDE With Microsoft SQL Server Desktop Engine

Using ArcSDE With Microsoft SQL Server Desktop Engine Using ArcSDE With Microsoft SQL Server Desktop Engine An ESRI Technical Paper October 2002 ESRI 380 New York St., Redlands, CA 92373-8100, USA TEL 909-793-2853 FAX 909-793-5953 E-MAIL info@esri.com WEB

More information

Arc Hydro GeoDataset Exchange Tools User Manual November 2005

Arc Hydro GeoDataset Exchange Tools User Manual November 2005 Arc Hydro GeoDataset Exchange Tools User Manual November 2005 ESRI 380 New York St., Redlands, CA 92373-8100, USA TEL 909-793-2853 FAX 909-793-5953 E-MAIL info@esri.com WEB www.esri.com Copyright 2005

More information

Improving the Insurance Claims Management Process

Improving the Insurance Claims Management Process Improving the Insurance Claims Management Process By Mark McCoy GIS BEST PRACTICES SERIES MARCH 2012 Table of Contents 3 How Can GIS Help the Claims Management Process? 3 About the Author 4 Integrating

More information

GIS Best Practices. GIS for Customer and Market Analytics

GIS Best Practices. GIS for Customer and Market Analytics GIS Best Practices GIS for Customer and Market Analytics November 2007 Table of Contents What Is GIS? 1 GIS for Customer and Market Analytics 3 GIS and Web Services Help Manufacturer Find the Best Retailers

More information

Geographic Information Systems: A Powerful New Tool for Fire and Emergency Services

Geographic Information Systems: A Powerful New Tool for Fire and Emergency Services Geographic Information Systems: A Powerful New Tool for Fire and Emergency Services An ESRI White Paper May 2000 ESRI 380 New York St., Redlands, CA 92373-8100, USA TEL 909-793-2853 FAX 909-793-5953 E-MAIL

More information

Spatial Data Standards and GIS Interoperability

Spatial Data Standards and GIS Interoperability An ESRI White Paper January 2003 ESRI 380 New York St., Redlands, CA 92373-8100, USA TEL 909-793-2853 FAX 909-793-5953 E-MAIL info@esri.com WEB www.esri.com Copyright 2003 ESRI All rights reserved. Printed

More information

System Design Strategies

System Design Strategies System Design Strategies An ESRI White Paper February 2003 Prepared by: Dave Peters Systems Integration Environmental Systems Research Institute, Inc. 380 New York Street Redlands, California 92373-8100

More information

ESRI Systems Integration Technical Brief

ESRI Systems Integration Technical Brief Environmental Systems Research Institute, Inc., 380 New York St., Redlands, CA 92373-8100 USA TEL 909-793-2853 FAX 909-307-3014 ESRI Systems Integration Technical Brief ArcSDE Geodatabase Replication Overview

More information

Introduction to the ArcGIS Mobile SDK

Introduction to the ArcGIS Mobile SDK Introduction to the ArcGIS Mobile SDK Transcript Copyright 2007 ESRI All rights reserved. The information contained in this document is the exclusive property of ESRI. This work is protected under United

More information

mputing service ArcGIS business provides Esri technology rganization GIS in the Cloud consumers systems scale storage public end-user customers

mputing service ArcGIS business provides Esri technology rganization GIS in the Cloud consumers systems scale storage public end-user customers technology rganization resources ure s advantage privacy s a mputing Software customer platform storage Private flexible traffic alt-premise SaaS commonly Online hardware capabilities PaaS quickly ions

More information

GIS Technology for Disasters and Emergency Management by Russ Johnson

GIS Technology for Disasters and Emergency Management by Russ Johnson GIS Technology for Disasters and Emergency Management by Russ Johnson An ESRI White Paper May 2000 ESRI 380 New York St., Redlands, CA 92373-8100, USA TEL 909-793-2853 FAX 909-793-5953 E-MAIL info@esri.com

More information

GIS for Homeland Security

GIS for Homeland Security An ESRI White Paper November 2001 ESRI 380 New York St., Redlands, CA 92373-8100, USA TEL 909-793-2853 FAX 909-793-5953 E-MAIL info@esri.com WEB www.esri.com Copyright 2001 ESRI All rights reserved. Printed

More information

Spatial Data Warehousing

Spatial Data Warehousing An ESRI White Paper March 1998 Copyright 1997, 1998 Environmental Systems Research Institute, Inc. All rights reserved. Printed in the United States of America. The information contained in this document

More information

What's New in Esri Business Analyst 10.3.1

What's New in Esri Business Analyst 10.3.1 What's New in Esri Business Analyst 10.3.1 Esri 2015/2020 US Data Update Last revised July 14, 2015 Contents Welcome to Esri Business Analyst 10.3.1... 3 Overview Esri 2015/2020 US Data Update... 3 Data

More information

ESRI's Spatial Data Warehousing andOLAP

ESRI's Spatial Data Warehousing andOLAP Spatial Data Warehousing for Hospital Organizations An ESRI White Paper March 1998 Copyright 1997, 1998 Environmental Systems Research Institute, Inc. All rights reserved. Printed in the United States

More information

ArcView Tracking Analyst Extension The Solution for Temporal Analysis. An ESRI White Paper August 1998

ArcView Tracking Analyst Extension The Solution for Temporal Analysis. An ESRI White Paper August 1998 The Solution for Temporal Analysis An ESRI White Paper August 1998 ArcView GIS White Paper Series August 1998 Copyright 1997, 1998 Environmental Systems Research Institute, Inc. All rights reserved. Printed

More information

Enterprise GIS System Architecture

Enterprise GIS System Architecture Enterprise GIS System Architecture Prepared for: Date: 9/26/2011 Prepared by: Danny Krouk Enterprise Implementation Services Team (EIST) Environmental Systems Research Institute, Inc. (ESRI) 380 New York

More information

GIS for Emergency Management

GIS for Emergency Management GIS for Emergency Management An ESRI White Paper July 1999 Copyright 1999 Environmental Systems Research Institute, Inc. All rights reserved. Printed in the United States of America. The information contained

More information

GEOMEDICINE CAN GEOGRAPHIC INFORMATION. By Bill Davenhall, Esri

GEOMEDICINE CAN GEOGRAPHIC INFORMATION. By Bill Davenhall, Esri GEOMEDICINE CAN GEOGRAPHIC INFORMATION MAKE ME HE LTHY? By Bill Davenhall, Esri What Is Geomedicine? This e-book sets forth the notion that the emerging fi eld of geomedicine will produce a new type of

More information

GIS Best Practices. Law Enforcement

GIS Best Practices. Law Enforcement GIS Best Practices Law Enforcement August 2006 Table of Contents What Is GIS? 1 GIS for Law Enforcement 3 Santa Clara County, California, Develops a Regional Crime Analysis Tool 5 Web Site Coordinates

More information

How To Use Gis For Real Estate

How To Use Gis For Real Estate GIS Best Practices GIS for Real Estate February 2007 Table of Contents What Is GIS? 1 GIS for Real Estate 3 Commercial Real Estate Union Pacific Railroad Locates Real Property Assets With GIS 5 Edens &

More information

Getting Started with ArcGIS API for Microsoft Silverlight/WPF

Getting Started with ArcGIS API for Microsoft Silverlight/WPF Getting Started with ArcGIS API for Microsoft Silverlight/WPF Transcript Copyright 2009 ESRI All rights reserved. Printed in the United States of America. The information contained in this document is

More information

Esri News for Electric & Gas Utilities 2014

Esri News for Electric & Gas Utilities 2014 Esri News for Electric & Gas Utilities 2014 Solar Power for the German Grid Lechwerke Improves Customer Service Lechwerke (LEW), a major, regional electricity supplier in southern Germany, provides 500,000

More information

Features and Functions of ArcInfo 8

Features and Functions of ArcInfo 8 An ESRI White Paper Features and Functions of ArcInfo 8 September 1999 ESRI 380 New York St., Redlands, CA 92373-8100, USA TEL. 909-793-2853 FAX 909-793-5953 E-MAIL info@esri.com WEB www.esri.com Copyright

More information

Esri News for Telecommunications Spring 2014

Esri News for Telecommunications Spring 2014 Esri News for Telecommunications Spring 2014 Poland Secures Public Funding for Broadband Infrastructure By Magdalena Jablonska, Suntech S.A. Universal broadband Internet access is often the determining

More information

GIS Best Practices. GIS for Retail Business

GIS Best Practices. GIS for Retail Business GIS Best Practices GIS for Retail Business February 2007 Table of Contents What Is GIS? 1 GIS for Retail Business 3 Site Selection Approaches 5 Food Producers Go to Market With GIS 11 Parameter Estimation

More information

The Role of GIS Technology in Sustaining the Built Environment. By Patrick Wallis, AICP, LEED AP, GISP

The Role of GIS Technology in Sustaining the Built Environment. By Patrick Wallis, AICP, LEED AP, GISP The Role of GIS Technology in Sustaining the Built Environment By Patrick Wallis, AICP, LEED AP, GISP 1 Table of Contents An Introduction 3 Executive Summary 4 A Sustainability Problem 7 A Communication

More information

ArcGIS Online in Education

ArcGIS Online in Education September 2013 ArcGIS Online in Education Success Stories from Early Adopters Table of Contents 3 Introduction 5 Introducing Geospatial Concepts to General Education Students 8 Fostering New Pathways

More information

ESRI Shapefile Technical Description

ESRI Shapefile Technical Description An ESRI White Paper July 1998 Copyright 1997, 1998 Environmental Systems Research Institute, Inc. All rights reserved. Printed in the United States of America. The information contained in this document

More information

GIS Best Practices. Mining

GIS Best Practices. Mining GIS Best Practices Mining August 2006 Table of Contents What Is GIS? 1 GIS for Mining 3 British Columbia Administers Mining Titles Online 4 Mining Gold in Montana With GIS and Underground 9 Modeling Stockton-on-Tees,

More information

GIS Best Practices. Using GIS with GPS

GIS Best Practices. Using GIS with GPS GIS Best Practices Using GIS with GPS March 2009 Table of Contents What Is GIS? 1 GPS-GAP Changes the Way We View the Earth 3 GIS and GPS Integration Eases Public Road Inventory 9 Dominion and Verizon

More information

January 2014. India: A Vision for National GIS

January 2014. India: A Vision for National GIS January 2014 India: A Vision for National GIS Table of Contents 3 Introduction 4 India's Geospatial Success 6 A Vision for National GIS 15 A National GIS Benefiting India 16 An Interview with Mukund Rao

More information

ArcView Tracking Analyst: Complete Tracking Solutions

ArcView Tracking Analyst: Complete Tracking Solutions ArcView Tracking Analyst: Complete Tracking Solutions An ESRI White Paper May 1999 Copyright 1999 Environmental Systems Research Institute, Inc. All rights reserved. Printed in the United States of America.

More information

Esri News for Petroleum Winter 2013/2014

Esri News for Petroleum Winter 2013/2014 Esri News for Petroleum Winter 2013/2014 Hart Energy Launches Data Service on ArcGIS Online Esri Cloud Serves Energy Data on Demand Hart Energy (formerly Rextag) recently placed its extensive energy infrastructure

More information

Esri News for Telecommunications 2013

Esri News for Telecommunications 2013 Esri News for Telecommunications 2013 Fiber to the Home in a Fraction of the Time Bell Aliant Improves Design Process Using GIS-Based Solution Bell Aliant, one of North America s largest regional telecommunications

More information

An Esri White Paper August 2010 Product Library in Esri Aeronautical Solution: Enabling Seamless Product, Data, and Document Management

An Esri White Paper August 2010 Product Library in Esri Aeronautical Solution: Enabling Seamless Product, Data, and Document Management An Esri White Paper August 2010 Product Library in Esri Aeronautical Solution: Enabling Seamless Product, Data, and Document Management Esri, 380 New York St., Redlands, CA 92373-8100 USA TEL 909-793-2853

More information

Introduction to ArcGIS Network Analyst. Presenter: Matt Crowder ESRI Redlands, California

Introduction to ArcGIS Network Analyst. Presenter: Matt Crowder ESRI Redlands, California Introduction to ArcGIS Network Analyst Presenter: Matt Crowder ESRI Redlands, California Seminar overview Topics What is Network Analyst? What is Network Analyst used for? What is the network dataset?

More information

ArcSDE Database Servers Tutorial

ArcSDE Database Servers Tutorial ArcGIS 9 ArcSDE Database Servers Tutorial Copyright 2004 2008 ESRI All rights reserved. Printed in the United States of America. The information contained in this document is the exclusive property of

More information

An Esri White Paper June 2010 Tracking Server 10

An Esri White Paper June 2010 Tracking Server 10 An Esri White Paper June 2010 Tracking Server 10 Esri 380 New York St., Redlands, CA 92373-8100 USA TEL 909-793-2853 FAX 909-793-5953 E-MAIL info@esri.com WEB www.esri.com Copyright 2010 Esri All rights

More information

Esri News for Business Fall 2014

Esri News for Business Fall 2014 Esri News for Business Fall 2014 A Yogi, a Truck Driver, and a Realtor Walk into a Conference... How a New Kind of Business Intelligence Is Driving Business Success A new kind of business intelligence

More information

Challenges for GIS in Emergency Preparedness and Response

Challenges for GIS in Emergency Preparedness and Response Challenges for GIS in Emergency Preparedness and Response An ESRI White Paper May 2000 ESRI 380 New York St., Redlands, CA 92373-8100, USA TEL 909-793-2853 FAX 909-793-5953 E-MAIL info@esri.com WEB www.esri.com

More information

Working with Geodatabase Topology

Working with Geodatabase Topology Developed and Presented by Juniper GIS 1/38 Course Objectives Understanding how Geodatabase Topology works Geodatabase Rules Creating Geodatabase Topology Editing with Geodatabase Topology Geometric Networks

More information

An ESRI Technical Paper July 2008 ArcGIS 9.3 Enterprise Deployment

An ESRI Technical Paper July 2008 ArcGIS 9.3 Enterprise Deployment An ESRI Technical Paper July 2008 ArcGIS 9.3 Enterprise Deployment ESRI 380 New York St., Redlands, CA 92373-8100 USA TEL 909-793-2853 FAX 909-793-5953 E-MAIL info@esri.com WEB www.esri.com Copyright 2008

More information

How To Improve Gis Data Quality

How To Improve Gis Data Quality An Esri White Paper July 2011 GIS Data Quality Best Practices for Water, Wastewater, and Stormwater Utilities Esri, 380 New York St., Redlands, CA 92373-8100 USA TEL 909-793-2853 FAX 909-793-5953 E-MAIL

More information

An Esri Technical Paper June 2010 ArcGIS 10 Enterprise Deployment

An Esri Technical Paper June 2010 ArcGIS 10 Enterprise Deployment An Esri Technical Paper June 2010 ArcGIS 10 Enterprise Deployment Esri 380 New York St., Redlands, CA 92373-8100 USA TEL 909-793-2853 FAX 909-793-5953 E-MAIL info@esri.com WEB www.esri.com Copyright 2010

More information

GIS and Mapping Solutions for Developers. ESRI Developer Network (EDN SM)

GIS and Mapping Solutions for Developers. ESRI Developer Network (EDN SM) GIS and Mapping Solutions for Developers ESRI Developer Network (EDN SM) GIS and Mapping Solutions for Developers If you are a software developer looking for an effective way to bring geographic and mapping

More information

Esri News for Federal Government Winter 2011/2012

Esri News for Federal Government Winter 2011/2012 Esri News for Federal Government Winter 2011/2012 Federal GIS Moves to the Cloud Beyond Individual Cloud Services, USDA Launches a Cloud GIS Portal Right now, agencies are working to meet the goals of

More information

Esri News for Water & Wastewater Summer 2015

Esri News for Water & Wastewater Summer 2015 Esri News for Water & Wastewater Summer 2015 Saving Hundreds of Thousands of Dollars by Controlling Non-revenue Water Loss White House Utility District Speeds Repair with Real-Time Underground Leak Detection

More information

ArcGIS 9. Installation Guide: Workgroup for Microsoft SQL Server Express

ArcGIS 9. Installation Guide: Workgroup for Microsoft SQL Server Express ArcGIS 9 Installation Guide: Workgroup for Microsoft SQL Server Express Copyright 2006 ESRI All Rights Reserved. Printed in the United States of America. The information contained in this document is the

More information

How To Build Gis Applications With An Arcgis Engine

How To Build Gis Applications With An Arcgis Engine Delivering Custom GIS Applications With ArcGIS Engine An ESRI White Paper February 2004 ESRI 380 New York St., Redlands, CA 92373-8100, USA TEL 909-793-2853 FAX 909-793-5953 E-MAIL info@esri.com WEB www.esri.com

More information

An Esri White Paper April 2011 Esri Business Analyst Server System Design Strategies

An Esri White Paper April 2011 Esri Business Analyst Server System Design Strategies An Esri White Paper April 2011 Esri Business Analyst Server System Design Strategies Esri, 380 New York St., Redlands, CA 92373-8100 USA TEL 909-793-2853 FAX 909-793-5953 E-MAIL info@esri.com WEB esri.com

More information

An Esri White Paper October 2010 Esri Production Mapping Product Library: Spatially Enabled Document Management System

An Esri White Paper October 2010 Esri Production Mapping Product Library: Spatially Enabled Document Management System An Esri White Paper October 2010 Esri Production Mapping Product Library: Spatially Enabled Document Management System Esri, 380 New York St., Redlands, CA 92373-8100 USA TEL 909-793-2853 FAX 909-793-5953

More information

An Esri White Paper June 2011 ArcGIS for INSPIRE

An Esri White Paper June 2011 ArcGIS for INSPIRE An Esri White Paper June 2011 ArcGIS for INSPIRE Esri, 380 New York St., Redlands, CA 92373-8100 USA TEL 909-793-2853 FAX 909-793-5953 E-MAIL info@esri.com WEB esri.com Copyright 2011 Esri All rights reserved.

More information

Esri News for State & Local Government Spring 2015

Esri News for State & Local Government Spring 2015 Esri News for State & Local Government Spring 2015 Penny Wise Story Map Journal App Tells Voters How Sales Tax Monies Will Be Spent By Carla Wheeler, Esri Writer Leon County, Florida, voters faced a weighty

More information

An ESRI White Paper June 2009 ESRI K 12 Solutions: School Bus Routing Using ESRI Tools to Address the Problems

An ESRI White Paper June 2009 ESRI K 12 Solutions: School Bus Routing Using ESRI Tools to Address the Problems An ESRI White Paper June 2009 ESRI K 12 Solutions: School Bus Routing ESRI 380 New York St., Redlands, CA 92373-8100 USA TEL 909-793-2853 FAX 909-793-5953 E-MAIL info@esri.com WEB www.esri.com Copyright

More information

Working with the Geodatabase Using SQL

Working with the Geodatabase Using SQL An ESRI Technical Paper February 2004 This technical paper is aimed primarily at GIS managers and data administrators who are responsible for the installation, design, and day-to-day management of a geodatabase.

More information

ArcGIS Network Analyst. Routing, Closest Facility, and Service Area Analysis

ArcGIS Network Analyst. Routing, Closest Facility, and Service Area Analysis ArcGIS Network Analyst Routing, Closest Facility, and Service Area Analysis ArcGIS Network Analyst Network-Based Spatial Analysis ArcGIS Network Analyst is a powerful extension that provides network-based

More information

Introduction to the ArcGIS Data Model and Application Structure

Introduction to the ArcGIS Data Model and Application Structure Introduction to the ArcGIS Data Model and Application Structure RNR/GEOG 417/517 Lab 6 Presentation Overview The georelational data model Structure of ArcGIS software Structure of an ArcGIS workspace Demonstrations/previews

More information

Animation in ArcMap Tutorial

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

More information

Data Fusion Centers. Transforming Public Safety Information into Actionable Knowledge

Data Fusion Centers. Transforming Public Safety Information into Actionable Knowledge Data Fusion Centers Transforming Public Safety Information into Actionable Knowledge Defining Geospatial Data Fusion Homeland security relies on fusion the ability to capture and analyze data from multiple

More information

Esri News for Business

Esri News for Business Esri News for Business Fall 2012 Big Data What s the Big Deal? By Victoria Kouyoumjian, Esri The technology tides have shifted again, and as the notion of cloud computing is becoming mainstream across

More information

An ESRI White Paper October 2009 ESRI Geoportal Technology

An ESRI White Paper October 2009 ESRI Geoportal Technology An ESRI White Paper October 2009 ESRI Geoportal Technology ESRI 380 New York St., Redlands, CA 92373-8100 USA TEL 909-793-2853 FAX 909-793-5953 E-MAIL info@esri.com WEB www.esri.com Copyright 2009 ESRI

More information

An ESRI White Paper July 2009 Creating and Maintaining a Geoportal Management Considerations

An ESRI White Paper July 2009 Creating and Maintaining a Geoportal Management Considerations An ESRI White Paper July 2009 Creating and Maintaining a Geoportal Management Considerations ESRI 380 New York St., Redlands, CA 92373-8100 USA TEL 909-793-2853 FAX 909-793-5953 E-MAIL info@esri.com WEB

More information

ArcGIS. Server. A Complete and Integrated Server GIS

ArcGIS. Server. A Complete and Integrated Server GIS ArcGIS Server A Complete and Integrated Server GIS ArcGIS Server A Complete and Integrated Server GIS ArcGIS Server enables you to distribute maps, models, and tools to others within your organization

More information

Wildland Fire. GIS Solutions for Wildland Fire Suppression

Wildland Fire. GIS Solutions for Wildland Fire Suppression Wildland Fire GIS Solutions for Wildland Fire Suppression Applying GIS Technology to Wildland Fire Fire Decision Support Tools When it comes to wildfire protection local, state, and federal agencies must

More information

GIS Solutions for Highway and Roadway Management. Average Lane Speed (mph)

GIS Solutions for Highway and Roadway Management. Average Lane Speed (mph) GIS Solutions for Highway and Roadway Management Average Lane Speed (mph) Collect Information from the Field with Mobile GIS Esri s mobile GIS technology allows transportation maintenance and inspection

More information

Mapping Mashup/Data Integration Development Resources Teaching with Google Earth and Google Ocean Stone Lab August 13, 2010

Mapping Mashup/Data Integration Development Resources Teaching with Google Earth and Google Ocean Stone Lab August 13, 2010 Mapping Mashup/Data Integration Development Resources Teaching with Google Earth and Google Ocean Stone Lab August 13, 2010 David Hart GIS Specialist University of Wisconsin Sea Grant Institute Virtual

More information

Esri News for Water & Wastewater Summer 2013

Esri News for Water & Wastewater Summer 2013 Esri News for Water & Wastewater Summer 2013 Building Atlanta s GIS By Dax Flinn, City of Atlanta, Department of Watershed Management, and Ryan McKeon, Wachs Utility Services Atlanta, Georgia, the ninth-largest

More information

Managing Government Fleets and Mobile Workforces with GIS

Managing Government Fleets and Mobile Workforces with GIS Managing Government Fleets and Mobile Workforces with GIS The Geographic Advantage Use GIS to Accelerate Logistics Do more with the staff and assets you already have. Governments across the world use geographic

More information

Esri News for Water & Wastewater Summer 2014

Esri News for Water & Wastewater Summer 2014 Esri News for Water & Wastewater Summer 2014 ArcGIS Improves Pipeline Inspection and Repairs By Joshua Damron, Engineering Technician, City of Healdsburg, and Cori Criss, Infrastructure Technologies Founder

More information

Esri News for State & Local Government Summer 2014

Esri News for State & Local Government Summer 2014 Esri News for State & Local Government Summer 2014 Strong Partnership Small County and City Support Smart Data Management and App Development Gone are the days when staff throughout the Putnam County and

More information

Virtualization of ArcGIS Pro. An Esri White Paper December 2015

Virtualization of ArcGIS Pro. An Esri White Paper December 2015 An Esri White Paper December 2015 Copyright 2015 Esri All rights reserved. Printed in the United States of America. The information contained in this document is the exclusive property of Esri. This work

More information

An ESRI White Paper December 2007 Enterprise GIS for Local Government

An ESRI White Paper December 2007 Enterprise GIS for Local Government An ESRI White Paper December 2007 Enterprise GIS for Local Government ESRI 380 New York St., Redlands, CA 92373-8100 USA TEL 909-793-2853 FAX 909-793-5953 E-MAIL info@esri.com WEB www.esri.com Copyright

More information

Government 1009: Advanced Geographical Information Systems Workshop. LAB EXERCISE 3b: Network

Government 1009: Advanced Geographical Information Systems Workshop. LAB EXERCISE 3b: Network Government 1009: Advanced Geographical Information Systems Workshop LAB EXERCISE 3b: Network Objective: Using the Network Analyst in ArcGIS Implementing a network functionality as a model In this exercise,

More information

GIS for K 12 Education. Solutions for Students and Teachers

GIS for K 12 Education. Solutions for Students and Teachers GIS for K 12 Education Solutions for Students and Teachers What Is It Like around My Community, My Country, My World? Every day, in textbooks, newspapers, and TV, students explore their world. They experience

More information

ArcGIS 9. Installation Guide: ArcSDE for SQL Server Express licensed through ArcGIS Server Workgroup

ArcGIS 9. Installation Guide: ArcSDE for SQL Server Express licensed through ArcGIS Server Workgroup ArcGIS 9 Installation Guide: ArcSDE for SQL Server Express licensed through ArcGIS Server Workgroup Copyright 2006-2008 ESRI All Rights Reserved. Printed in the United States of America. The information

More information

An Esri White Paper May 2012 ArcGIS for Emergency Management

An Esri White Paper May 2012 ArcGIS for Emergency Management An Esri White Paper May 2012 ArcGIS for Emergency Management Esri, 380 New York St., Redlands, CA 92373-8100 USA TEL 909-793-2853 FAX 909-793-5953 E-MAIL info@esri.com WEB esri.com Copyright 2012 Esri

More information

IMPORTANT READ CAREFULLY

IMPORTANT READ CAREFULLY ESRI, 380 New York St., Redlands, CA 92373-8100 USA TEL 909-793-2853 FAX 909-793-5953 IMPORTANT READ CAREFULLY UNLESS SUPERSEDED BY A SIGNED LICENSE AGREEMENT BETWEEN YOU AND ESRI, ESRI IS WILLING TO LICENSE

More information

ArcGIS 10.2 Enterprise Deployment. An Esri Technical Paper August 2013

ArcGIS 10.2 Enterprise Deployment. An Esri Technical Paper August 2013 ArcGIS 10.2 Enterprise Deployment An Esri Technical Paper August 2013 Copyright 2013 Esri All rights reserved. Printed in the United States of America. The information contained in this document is the

More information

An Esri White Paper June 2007 Developing and Deploying an Integrated Geoenabled SOA Business Solution: A Case Study

An Esri White Paper June 2007 Developing and Deploying an Integrated Geoenabled SOA Business Solution: A Case Study An Esri White Paper June 2007 Developing and Deploying an Integrated Geoenabled SOA Business Solution: A Case Study Esri, 380 New York St., Redlands, CA 92373-8100 USA TEL 909-793-2853 FAX 909-793-5953

More information

An Esri White Paper February 2011 Best Practices for Storing the ArcGIS Data Reviewer Workspace in an Enterprise Geodatabase for Oracle

An Esri White Paper February 2011 Best Practices for Storing the ArcGIS Data Reviewer Workspace in an Enterprise Geodatabase for Oracle An Esri White Paper February 2011 Best Practices for Storing the ArcGIS Data Reviewer Workspace in an Enterprise Geodatabase for Oracle Esri, 380 New York St., Redlands, CA 92373-8100 USA TEL 909-793-2853

More information

Chapter 1: Introduction to ArcGIS Server

Chapter 1: Introduction to ArcGIS Server Chapter 1: Introduction to ArcGIS Server At a high level you can think of ArcGIS Server as software that helps you take your geographic information and make it available to others. This data can be distributed

More information

Welcome to Esri's Software Export Control Classification Number (ECCN) Matrix

Welcome to Esri's Software Export Control Classification Number (ECCN) Matrix Welcome to Esri's Software Export Control Classification Number (ECCN) Matrix Updated September 30, 2015 This portion of the Esri web site is to provide information regarding the export control classification

More information