<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.esri.com/Dev/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">Water Utilities Blog</title><subtitle type="html" /><id>http://blogs.esri.com/Dev/blogs/waterutilities/atom.aspx</id><link rel="alternate" type="text/html" href="http://blogs.esri.com/Dev/blogs/waterutilities/default.aspx" /><link rel="self" type="application/atom+xml" href="http://blogs.esri.com/Dev/blogs/waterutilities/atom.aspx" /><generator uri="http://communityserver.org" version="2.1.61120.2">Community Server</generator><updated>2009-07-22T06:45:00Z</updated><entry><title>Geometric networks for water utilities</title><link rel="alternate" type="text/html" href="http://blogs.esri.com/Dev/blogs/waterutilities/archive/2009/11/17/Geometric-networks-for-water-utilities.aspx" /><id>http://blogs.esri.com/Dev/blogs/waterutilities/archive/2009/11/17/Geometric-networks-for-water-utilities.aspx</id><published>2009-11-17T19:48:00Z</published><updated>2009-11-17T19:48:00Z</updated><content type="html">&lt;P&gt;Whether you are implementing GIS in your water, wastewater or stormwater utility and creating a data model for the first time or you are updating your existing GIS datamodel, you will no doubt ask yourself this question - &lt;/P&gt;
&lt;P&gt;How should I model my utility's asset in a geometric network and why should I use a geometric network?&amp;nbsp; You should model a Geometric networks can enable utility system tracing, error checking, and better productivity while editing.&lt;/P&gt;
&lt;P&gt;But how should I build it.&amp;nbsp; That one simple question spawns many sub questions.&amp;nbsp; Should I use complex edges, what edge to junction or edge to edge rules should I implement?&amp;nbsp; What are weights?&amp;nbsp; Should I worry about cardinality?&amp;nbsp; We get these questions or have this conversation all the time with utilities and partners.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;Below, you will find information and some guidance to help you answer these questions.&amp;nbsp; Also, we always recommend that you read through ESRI's webhelp as a starting point on geometric on networks:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://webhelp.esri.com/arcgisdesktop/9.3/body.cfm?tocVisable=1&amp;amp;ID=6764&amp;amp;TopicName=What%20is%20a%20geometric%20network?" target=_blank&gt;http://webhelp.esri.com/arcgisdesktop/9.3/body.cfm?tocVisable=1&amp;amp;ID=6764&amp;amp;TopicName=What%20is%20a%20geometric%20network?&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;First, you will need to create your network.&amp;nbsp; When creating your network, you have a few options.&amp;nbsp; The most important are choosing which layers participate in the geometric network and what layers, if any, are sources or sinks.&lt;/P&gt;
&lt;P&gt;So what layers should you include in your geometric network?&amp;nbsp; Keep in mind that the geometric network should encapsulate how your distribution or collection systems actually operate.&amp;nbsp; So include only layers that participate in the logic network - or to think of it another way the layers that include assets that determine how your collection or distribution system function. &lt;/P&gt;
&lt;P&gt;These typically are mains, valves, fittings, hydrants, laterals, virtual lines, manholes, catch basins, etc.&amp;nbsp; Since the geometric network should only contain layers that affect the network, a change in geometry or information can affect analysis on that network.&amp;nbsp; Data like Leaks, or SCADA sensor locations, are operational data sets.&amp;nbsp; It is showing some incident on the network or some value or reading of the network.&amp;nbsp; So these operational layers should be included in the operations dataset and not in the geometic network.&lt;/P&gt;
&lt;P&gt;In order to create a geometric network, you'll need to have a feature dataset which contains all of the feature classes for that network.&amp;nbsp; You'll also need at least the ArcEditor level of ArcGIS Desktop.&amp;nbsp; When prompted to build the geometric network from existing features or &amp;nbsp;an empty network or to create an empty network, you'll typically choose the first option.&lt;/P&gt;
&lt;P&gt;After you determine the layers that should be part of your geometric network, you need to think about how you are going to model flow.&amp;nbsp; When setting sources or sinks, make sure to only set one of these.&amp;nbsp; This is critically important, and a mistake that we see all too often.&amp;nbsp; Do not set one feature as source and another as sinks.&amp;nbsp; You only need one and having both in a geometric network for water, wastewater or stormwater will lead to odd network behaviors.&amp;nbsp; Typically the NetworkStructure feature class or similar feature class containing a relatively small number of points is used.&amp;nbsp; While creating the network you don't specify whether it is a source or sink just that it could be one or the other.&amp;nbsp; This adds a field called AncillaryRole to any feature classes you specify. &amp;nbsp;&amp;nbsp;Later, in ArcMap you can set the value of this field for individual features to source, sink or none.&amp;nbsp; These values can be used to establish flow direction for the non-looped portion of your network.&amp;nbsp; You could instead choose to use the digitized direction of your lines to establish flow direction, in this case sources and sinks are not used.&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;After the geometric network has been created, you need to set up the core properties of the network.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;Let's first think about complex edges versus simple edges.&amp;nbsp; This is an easy one to make a decision on. In a geometric network, a simple edge must be split at every junction, so every valve, manhole, fitting, etc, on an edge, splits that edge.&amp;nbsp; Complex edges allow one segment to have many junctions on top of it and it does not require that segment to be split.&amp;nbsp; And by split, I mean separate records in the geodatabase.&amp;nbsp; Usually, complex edges only are used on your mains and laterals for water, sewer, and storm.&amp;nbsp; This allows you to model your segments by the method defined by your utility - meaning that there is no standard industry definition for what a "pipe segment" is and we often see utilities making a conscious decision for how they want to define a pipe segment and use that definition across all of their operation and business systems.&amp;nbsp; We have seen people model laterals as simple edges.&amp;nbsp; Typically, simple edges are used here because the lateral and the connection point (meter, service connection)&amp;nbsp; is a representation of the actual meter and lateral.&amp;nbsp; The representation allows you to perform tracing through the network to the meter and connect the meter id to a billing or customer system.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;Next we need to determine whether to set connectivity rules.&amp;nbsp; Keep this in mind - if you set just one connectivity rule in your geometric network and wish to use the validation tools, then you need to set up all the rules.&amp;nbsp; This can be a complex process to figure out how all your assets connect in every situation-.&amp;nbsp; Despite being complex to implement and maintain, there are certainly large benefits to using connectivity rules.&lt;/P&gt;
&lt;P&gt;Connectivity rules allow you to model the logic connection of your network.&amp;nbsp; To support all connection types, you need to make sure your datamodel will support this.&amp;nbsp; Connectivity rules can leverage a geodatabase design element called subtypes. Subtype allow more complex modeling of your data so that within a feature class, features are assigned to a subtype which may have different default values, different domains, and different connectivity rules than the other subtypes within that feature class.&amp;nbsp; The example template geodatabase is simplified and doesn't include any subtypes.&amp;nbsp; This means that for connectivity purposes a fitting is just a fitting not a tee, bend, or cap.&amp;nbsp; Likewise for connectivity purposes a lateral line is just lateral line not a hydrant lateral or service lateral.&amp;nbsp; With a more detailed design which includes subtypes you can make more extensive use of connectivity rules.&amp;nbsp; That is you could have a rule that says a hydrant must connect to a hydrant lateral line and that a hydrant lateral line must connect to one hydrant.&amp;nbsp; You could also specify that a hydrant feature be added by default at the free end of a hydrant lateral and that a tap fitting be placed automatically where the lateral line connects to the main.&amp;nbsp; You could set up a similar set of rules for service lines and meters.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;Within connectivity rules, there is an option to set cardinality.&amp;nbsp; So you can go beyond just how your assets can connect and you can define how many assets can connect to each other.&amp;nbsp; Let's think about fittings again, with subtypes for fittings, you could specify that a tee fitting must connect to 3 pipes, an end cap to 1 pipe, etc.&amp;nbsp; So you can see that to model proper cardinality, you need to model your data in a way to properly define the number each asset can connect to.&lt;/P&gt;
&lt;P&gt;With a simple data model, like the data model that is included with the Water Utility Resource Center templates, you can still set a connectivity rule if desired.&amp;nbsp; For instance, you can specify that wLateralLine should connect to a wMain and by default a fitting must be added.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;Some of the Edit Tools in the Network Editing Template are designed to assist with automation and basic connectivity testing without the use of geodatabase connectivity rules.&amp;nbsp; For example, the connectivity checker tool merely looks at feature types and makes sure they logically connect to each other.&amp;nbsp; So if you want to use connectivity to enhance your editing experience, you can do so, without modeling connectivity to represent every asset's connectivity restrictions in the geodatabase.&amp;nbsp; For instance, you can model a hydrant to a lateral to a main and not worry about modeling everything, you will just have some connectivity errors when you validate, which you can choose to ignore.&lt;/P&gt;
&lt;P&gt;Next, you will see an option for setting weights.&amp;nbsp; Geometric network weights can be used in two ways.&amp;nbsp;&amp;nbsp;Weights can&amp;nbsp;be a filter, tracing only features with matched values.&amp;nbsp; This is somewhat advanced and is used primarily in telecom and electric networks.&amp;nbsp; Weights can also be used to aggregate flow.&amp;nbsp; This is second usage is helpful for wastewater and storm water networks where flow direction is known - that is the non-looped portion of the network.&amp;nbsp; Using trace weights, we can accumulate flow upstream from a specified location.&amp;nbsp; You might add a trace weight on the length of your gravity mains and laterals in order to later obtain the total length of pipes upstream from a given location.&amp;nbsp; You might also add a field to your wastewater lateral points representing estimated gallons entering the system.&amp;nbsp; By creating a trace weight on this field, you can summarize gallons at any point in your network using the Find Upstream Accumulation trace task on the Utility Network Analyst toolbar. If desired, the system could then store these values of accumulated flow along your network in the manholes and gravity mains. For an example of this, see the&amp;nbsp;Calculate Accumulation script:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://arcscripts/details.asp?dbid=14481" target=_blank&gt;http://arcscripts/details.asp?dbid=14481&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;In short, weights are typically not used for most utilities.&amp;nbsp; You can see that they do provide some advance functions but are not required to model and work with a geometric network.&lt;/P&gt;
&lt;P&gt;Lastly, we like to recommend that if you are tackling some of these issues, that you take ESRI training so you can understand all of the implications of what we've discussed in this blog.&amp;nbsp; The proper training or consulting help with creating your datamodel or implementing the geometric network will undoubtedly save you a lot of time and money when your data model is in production.&lt;/P&gt;&lt;img src="http://blogs.esri.com/Dev/aggbug.aspx?PostID=9942" width="1" height="1"&gt;</content><author><name>mmiller@esri.com</name><uri>http://blogs.esri.com/Dev/members/mmiller%40esri.com.aspx</uri></author><category term="Geodatabase" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/Geodatabase/default.aspx" /><category term="Water" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/Water/default.aspx" /><category term="Utility" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/Utility/default.aspx" /><category term="Data" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/Data/default.aspx" /><category term="Dataset" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/Dataset/default.aspx" /><category term="wastewater" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/wastewater/default.aspx" /><category term="stormwater" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/stormwater/default.aspx" /><category term="ESRI" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/ESRI/default.aspx" /><category term="sewer" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/sewer/default.aspx" /><category term="water distribution" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/water+distribution/default.aspx" /><category term="asset management" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/asset+management/default.aspx" /><category term="ArcGIS Server" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/ArcGIS+Server/default.aspx" /><category term="enterprise asset management" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/enterprise+asset+management/default.aspx" /><category term="ArcGIS" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/ArcGIS/default.aspx" /><category term="data model" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/data+model/default.aspx" /><category term="all pipe model" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/all+pipe+model/default.aspx" /><category term="tracing" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/tracing/default.aspx" /><category term="asset IDs" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/asset+IDs/default.aspx" /><category term="GeoDesign" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/GeoDesign/default.aspx" /><category term="enterprise GIS" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/enterprise+GIS/default.aspx" /><category term="geometric network" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/geometric+network/default.aspx" /><category term="geometric" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/geometric/default.aspx" /></entry><entry><title>GIS Training Plan for Water, Wastewater and Stormwater Utilities</title><link rel="alternate" type="text/html" href="http://blogs.esri.com/Dev/blogs/waterutilities/archive/2009/11/10/GIS-Training-Plan-for-Water_2C00_-Wastewater-and-Stormwater-Utilities.aspx" /><link rel="enclosure" type="application/pdf" length="479848" href="http://blogs.esri.com/Dev/blogs/waterutilities/attachment/9798.ashx" /><id>http://blogs.esri.com/Dev/blogs/waterutilities/archive/2009/11/10/GIS-Training-Plan-for-Water_2C00_-Wastewater-and-Stormwater-Utilities.aspx</id><published>2009-11-10T16:23:00Z</published><updated>2009-11-10T16:23:00Z</updated><content type="html">&lt;FONT face=Calibri&gt;
&lt;P style="MARGIN:0in 0in 10pt;" class=MsoNormal&gt;&lt;FONT size=3&gt;One of the things we can’t stress enough is the importance of GIS training for water, wastewater and stormwater utilities.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;The proper skill sets are critical to the success of any GIS implementation or operation and training is one of the ways a water utility can ensure they have the proper organizational skill sets to capitalize on their investment in GIS. &lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN:0in 0in 10pt;" class=MsoNormal&gt;&lt;FONT size=3&gt;As a best practice, ESRI recommends that our water, wastewater and stormwater utility customers plan for their training needs.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;This includes both short term training needs to support a GIS implementation or a specific GIS project and long term training needs to ensure that a water utility can support their enterprise GIS progression.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN:0in 0in 10pt;" class=MsoNormal&gt;&lt;FONT size=3&gt;Some of the typical benefits of GIS training for water utilities are faster GIS deployment, significantly reduced potential for mistakes (both GIS software use mistakes and GIS deployment mistakes), best practice enterprise architectures, better workflows and improved data QA &amp;amp; QC which ultimately yield a better return on your investment in GIS.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;We seen many utilities that continue to develop their employee’s GIS skills reap the benefits of faster enterprise deployments that are more soundly planned for.&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN:0in 0in 10pt;" class=MsoNormal&gt;&lt;FONT size=3&gt;During the past few years, ESRI’s Training Group has created a large number of training plans for water utilities.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;The plans were created through a consultative process where our training group would spend time working with a utility to ensure they had the necessary organizational skills to support their GIS plans.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;Through this process ESRI identified some patterns in the training needs of water utilities.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;These patterns included common GIS training classes taken by certain water utility staff roles, the relationship between size of a water utility and training needs and the sequencing of water utility GIS training.&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN:0in 0in 10pt;" class=MsoNormal&gt;&lt;FONT size=3&gt;From the experience of our training group coupled with typical GIS deployment patterns, core water utility functional areas, and best practices for water utility GIS, ESRI has now created a Generic GIS Staff Development Plan for Water Utilities.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;You can download the plan from the attachment link below this post.&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN:0in 0in 10pt;" class=MsoNormal&gt;&lt;FONT size=3&gt;After you download the Generic Staff Plan, we suggest you first read the Document Purpose section.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;This explains how the document is intended to be used.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;Since this is a generic document, we suggest that you contact an ESRI Training Consultant to help you customize this training plan to your utility.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;We’ve also created the plan to be a living document, so we’ll be updating the plan regularly as ESRI continues to expand our training offerings and the field of water, wastewater and storm GIS continues to evolve.&lt;/FONT&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;img src="http://blogs.esri.com/Dev/aggbug.aspx?PostID=9798" width="1" height="1"&gt;</content><author><name>hcrothers</name><uri>http://blogs.esri.com/Dev/members/hcrothers.aspx</uri></author><category term="Water" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/Water/default.aspx" /><category term="Utility" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/Utility/default.aspx" /><category term="ArcGIS Mobile" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/ArcGIS+Mobile/default.aspx" /><category term="wastewater" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/wastewater/default.aspx" /><category term="stormwater" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/stormwater/default.aspx" /><category term="ESRI" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/ESRI/default.aspx" /><category term="sewer" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/sewer/default.aspx" /><category term="ArcGIS Server" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/ArcGIS+Server/default.aspx" /><category term="ArcGIS" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/ArcGIS/default.aspx" /><category term="water utility training plan" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/water+utility+training+plan/default.aspx" /><category term="best practices" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/best+practices/default.aspx" /><category term="GIS training" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/GIS+training/default.aspx" /><category term="enterprise GIS" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/enterprise+GIS/default.aspx" /></entry><entry><title>November 5th Webcast exploring the Water Utility Resource Center &amp; Enterprise License Agreements for Water Utilities</title><link rel="alternate" type="text/html" href="http://blogs.esri.com/Dev/blogs/waterutilities/archive/2009/10/22/November-5th-Webcast-exploring-the-Water-Utility-Resource-Center-_2600_-Enterprise-License-Agreements-for-Water-Utilities.aspx" /><id>http://blogs.esri.com/Dev/blogs/waterutilities/archive/2009/10/22/November-5th-Webcast-exploring-the-Water-Utility-Resource-Center-_2600_-Enterprise-License-Agreements-for-Water-Utilities.aspx</id><published>2009-10-22T13:05:00Z</published><updated>2009-10-22T13:05:00Z</updated><content type="html">&lt;P style="MARGIN:0in 0in 10pt;" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;You can sign up now for a webcast ESRI will be giving that explores the templates on the Water Utility Resource Center and also how water, wastewater and stormwater&amp;nbsp;utilities can benefit from an ESRI Enterprise License Agreement (ELA).&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;We’ll touch on how you can&amp;nbsp;leverage the GIS best practices&amp;nbsp;from the Water Utility Resource Center and then demonstration of each of the templates in action, including the newly released Water Distribution Capital Planning Template.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;The webcast will also explore how water utilities are benefiting from both negotiated Enterprise License Agreements and Small-Utility Enterprise License Agreements.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;At the end of the webcast we’ll answer any of your questions about the Water Utility Resource Center, the templates or ELAs.&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN:0in 0in 10pt;" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;You can sign up here:&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN:0in 0in 10pt;" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;Session 1 – November 5&lt;SUP&gt;th&lt;/SUP&gt; 2009 1 to 2 PM EST - &lt;/FONT&gt;&lt;A href="http://events.esri.com/info/index.cfm?fuseaction=showSeminar&amp;amp;shownumber=12971"&gt;&lt;FONT color=#800080 size=3 face=Calibri&gt;http://events.esri.com/info/index.cfm?fuseaction=showSeminar&amp;amp;shownumber=12971&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P style="MARGIN:0in 0in 10pt;" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;Session 2 – November 5&lt;SUP&gt;th&lt;/SUP&gt; 2009 3 to 4 PM EST –&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN:0in 0in 10pt;" class=MsoNormal&gt;&lt;A href="http://events.esri.com/info/index.cfm?fuseaction=showSeminar&amp;amp;shownumber=12972"&gt;&lt;FONT color=#800080 size=3 face=Calibri&gt;http://events.esri.com/info/index.cfm?fuseaction=showSeminar&amp;amp;shownumber=12972&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;&lt;img src="http://blogs.esri.com/Dev/aggbug.aspx?PostID=9251" width="1" height="1"&gt;</content><author><name>hcrothers</name><uri>http://blogs.esri.com/Dev/members/hcrothers.aspx</uri></author><category term="Water" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/Water/default.aspx" /><category term="Utility" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/Utility/default.aspx" /><category term="Template" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/Template/default.aspx" /><category term="wastewater" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/wastewater/default.aspx" /><category term="stormwater" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/stormwater/default.aspx" /><category term="ESRI" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/ESRI/default.aspx" /><category term="GIS" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/GIS/default.aspx" /><category term="sewer" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/sewer/default.aspx" /><category term="asset management" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/asset+management/default.aspx" /><category term="CIP" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/CIP/default.aspx" /><category term="ArcGIS" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/ArcGIS/default.aspx" /><category term="Capital Improvement Planning" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/Capital+Improvement+Planning/default.aspx" /><category term="best practices" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/best+practices/default.aspx" /><category term="webcast" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/webcast/default.aspx" /></entry><entry><title>Thanks for the downloads!!</title><link rel="alternate" type="text/html" href="http://blogs.esri.com/Dev/blogs/waterutilities/archive/2009/10/16/2000-downloads.aspx" /><id>http://blogs.esri.com/Dev/blogs/waterutilities/archive/2009/10/16/2000-downloads.aspx</id><published>2009-10-16T11:41:00Z</published><updated>2009-10-16T11:41:00Z</updated><content type="html">&lt;P&gt;In the 8 months since the Water Utility Resource Center went live, we've gotten a lot of great feedback from our water, wastewater and stormwater users and been very encouraged by the number of times the templates have been downloaded.&lt;/P&gt;
&lt;P&gt;Just this week the&amp;nbsp;Water Network Editing Template went over 2,000 downloads, so we figured we should take a break from building templates, blogging &amp;amp; answering your emails&amp;nbsp;to celebrate.&amp;nbsp; Of course every good celebration needs a cake, so here is ours:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.esri.com/Dev/photos/wurc/picture9051.aspx" target=_blank&gt;&lt;IMG border=0 src="http://blogs.esri.com/Dev/photos/wurc/images/9051/640x479.aspx"&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;We're already talking about what to do at 5,000 downloads, so far ice cream cake is edging out cupcakes...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.esri.com/Dev/aggbug.aspx?PostID=9050" width="1" height="1"&gt;</content><author><name>mmiller@esri.com</name><uri>http://blogs.esri.com/Dev/members/mmiller%40esri.com.aspx</uri></author><category term="cake" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/cake/default.aspx" /></entry><entry><title>ESRI Solutions on display at WEFTEC.09</title><link rel="alternate" type="text/html" href="http://blogs.esri.com/Dev/blogs/waterutilities/archive/2009/10/13/ESRI-Solutions-on-display-at-WEFTEC.09.aspx" /><id>http://blogs.esri.com/Dev/blogs/waterutilities/archive/2009/10/13/ESRI-Solutions-on-display-at-WEFTEC.09.aspx</id><published>2009-10-13T16:48:00Z</published><updated>2009-10-13T16:48:00Z</updated><content type="html">Come to WEFTEC! &lt;br&gt;&lt;br&gt;ESRI’s Team Water/Wastewater is going to Orlando. &lt;br&gt;&lt;br&gt;This year’s conference is October 10-14 at the Orange County Convention Center. We will be in booth #3857 along with 6 of our business Partners: Azteca, ID Modeling, Trimble, ESEA, Geo Cove, and Westin. Dave Wachal from our professional services group will also be in the booth to answer all your questions. We will be featuring some great new solutions including ESRI’s Water Utilities Resource Center, wastewater models using ArcGIS Explorer, cool tools for data production, handheld GPS devices, mobile GIS, and work management solutions for utility asset management, inspection, mapping and data collection and showcasing numerous case studies. Plus don’t forget to ask us about our new Small Utilities Enterprise License Agreement (SU-ELA) to see if you qualify.&lt;br&gt;&lt;br&gt;Last year’s conference broke attendance records with over 21,000 attendees and 1000 exhibitors. So be sure to take time out of your busy conference schedule to visit our other business partners on the exhibit floor including DHI, Wachs Utility Services, GBA Master Series, RJN, MWH, VUEWorks and Wallingford Software just to name a few. &lt;br&gt;&lt;br&gt;Check it out at http://www.weftec.org/home.htm&lt;br&gt;&lt;br&gt;WEFTEC is a great event that must not be missed. Stop by and say “hi”.&lt;br&gt;See you in Orlando!&lt;br&gt;&lt;br&gt;&lt;img src="http://blogs.esri.com/Dev/aggbug.aspx?PostID=9056" width="1" height="1"&gt;</content><author><name>LoriArmstrong</name><uri>http://blogs.esri.com/Dev/members/LoriArmstrong.aspx</uri></author><category term="Business Partners" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/Business+Partners/default.aspx" /><category term="WEFTEC" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/WEFTEC/default.aspx" /><category term="Tradeshow" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/Tradeshow/default.aspx" /></entry><entry><title>The Evolution of the Water Distribution Capital Improvement Planning Template</title><link rel="alternate" type="text/html" href="http://blogs.esri.com/Dev/blogs/waterutilities/archive/2009/10/13/The-Evolution-of-the-Capital-Improvement-Template.aspx" /><id>http://blogs.esri.com/Dev/blogs/waterutilities/archive/2009/10/13/The-Evolution-of-the-Capital-Improvement-Template.aspx</id><published>2009-10-13T12:45:00Z</published><updated>2009-10-13T12:45:00Z</updated><content type="html">As you may have seen, we released the &lt;A href="http://resources.esri.com/waterutilities/index.cfm?fa=codeGalleryDetails&amp;amp;scriptID=16605"&gt;Water Distribution Capital Improvement Planning&amp;nbsp;(CIP) Template &lt;/A&gt;&amp;nbsp;a last week.&amp;nbsp; First, we wanted to say a big thank you to all of our users and business partners who helped us to refine the initial geoprocessing models and the toolset also shared their workflows for capital planning.&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&lt;P&gt;We've already had a few questions about why we chose the term Capital Improvement Planning (CIP) to describe this template, since not all utilities use that term.&amp;nbsp; So when we use the term CIP, what we mean is the long term plans of a utility to manage their assets and/or to expand their system, what you may also call a "Capital Plan", "Long Term Plan" or "5 year plan".&lt;/P&gt;
&lt;P&gt;Personally, I think the CIP Template is great example of how ESRI listens to our water utility customers and responds to their needs.&amp;nbsp; We've had numerous customers over the past few years tell us that they want to be able to leverage their asset data in GIS as well as their operational data (workorders, CIS, water quality) better to support their long term plans.&amp;nbsp; Of course, we thought that giving our customers a geographic view of all that asset and operational data was the best place for them to start.&amp;nbsp; We also heard from many of our water and wastewater customers that their long term planning has evolved from an occasional event to a continual process; because of funding issues, grant availability, coincidence with other projects that a utility could share costs with and the desire to be quick and proactive to eliminate the risk of future critical asset failures. &lt;/P&gt;
&lt;P&gt;Also, we are excited, because the CIP template is great example of &lt;A href="http://www.esri.com/news/arcnews/summer09articles/gis-designing-our-future.html"&gt;GeoDesign&lt;/A&gt;.&amp;nbsp; We'll be doing a blog shortly that explores the principals of GeoDesign and relates them back to the CIP template.&lt;/P&gt;
&lt;P&gt;&lt;B&gt;2 Parts of the CIP Workflow&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;As we dug into the CIP process, we observed 2 distinct, but related workflows happening.&amp;nbsp; The first part of the workflow was to assemble data from many sources and analyze that data to look for where projects are needed.&amp;nbsp; This part of the process is tailor made for the benefits of GIS - to use GIS as the place where different types of data are assembled together into a common view and also to use the analytical capabilities of GIS to gain better insight into the aggregated data.&amp;nbsp; Because this analysis needs to be iterative (looking at multiple data layers with different weighted criteria), an auditable process (you have to be able to defend your findings to a PUC and your ratepayers) and an automated workflow (to save time, money and resources) this is a perfect match for Geoprocessing Models in ArcGIS.&lt;/P&gt;
&lt;P&gt;&lt;B&gt;GIS Analysis for CIP Decision Making&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;At first we took the approach that ESRI should try and build a few geoprocessing models that all water and wastewater utilities could use to score and rate their assets by estimated remaining asset life, condition or criticality.&amp;nbsp; We figured that we could do some research, interview some of our users and figure out these geoprocessing models (our inner geography geek begged us to take this approach first).&amp;nbsp; What we quickly realized was that there isn't a silver bullet set of geoprocessing models we could build because every utility system has their own approach to long term asset management and their own priorities (KPIs, level of service they want to provide, hot button issues, fiscal condition, etc) that drive their long term planning.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;This was also a great reminder that even though we have the ability to use technology to automate a process, the human element is still critical, meaning that the more we talked with the engineers who are creating these CIP plans, the more we realized they need a better way to manipulate and process data so they could apply their engineering expertise to make decisions about capital projects.&amp;nbsp; We also noticed when talking to engineers doing capital planning, that while they were somewhat aware of the analytical capabilities of GIS, they weren't aware of the geoprocessing framework core to ArcGIS and how to use ModelBuilder to automate analysis and create a reusable toolset.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;So we decided that we need to focus our CIP template on showing the water utility community how they could benefit from automating spatial analysis with the ArcGIS geoprocessing framework by providing some generic models.&amp;nbsp; So, please keep in mind that the intent of the models we've provided in the CIP template is to show you how geoprocessing and ModelBuilder work within ArcGIS so you can create geoprocessing models that reflect how your utility wants to manage assets and plan for the long term.&amp;nbsp; Incidentally, if you want to learn more about GIS analysis, Geoprocessing or Model Builder within ArcGIS, ESRI has lots of great resource including on-line training, books and class room instruction. &lt;/P&gt;
&lt;P&gt;&lt;B&gt;Estimating Project Costs&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;The second part of the CIP workflow we observed was estimating CIP project costs. &amp;nbsp;Basically this workflow was estimating the cost of a project based on either replacing existing infrastructure or adding new infrastructure (main extensions, interconnections, extending service to new sub-divisions, etc).&amp;nbsp; It's important to note that all of the functionality in this part of the CIP process is core to ArcGIS and the geodatabase, all we've done is customized the application to automate and simplify this part of the workflow.&amp;nbsp; This is what we decided to call the Costing Estimating Tools.&lt;/P&gt;
&lt;P&gt;The first step in estimating project costs is to create projects by grouping assets together into projects.&amp;nbsp; In this part of the process you are visualizing the data you brought into GIS and also the results of your analysis and then determining what assets you want to include in a project, your rehab or replacement strategy for those assets &amp;nbsp;and then saving that information.&amp;nbsp; So you are literally visualizing data in GIS (most likely working with many data layers of data, including the same feature datasets symbolized different ways) and doing some spatial and attribute queries to come up with candidate assets to include in CIP projects.&lt;/P&gt;
&lt;P&gt;From there, assets that are in need of replacement or rehabilitation and spatially close to together are grouped in projects.&amp;nbsp; We've heard from many water utilities that without a spatial context it was a real challenge for them to group assets together into appropriate projects without and also it was a challenge for them to track and manage information about candidate assets for CIP projects throughout the CIP planning process.&amp;nbsp; Water utilities were struggling with supporting their CIP process with paper maps and tracking assets that were part of a project, including costs to replace those assets, in spreadsheets.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;So traditionally, this CIP process took a lot of staff time and also lead to uncertainty about whether utilities were actually spending their money on the most appropriate capital projects.&amp;nbsp; We also heard that utilities were struggling with how to update data when they tried to refine a large candidate list of CIP projects down to just a few to carry forward into design and that it was next to impossible to look at multiple scenarios for the same project area (assets grouping and rehab or replacement approach) because so much of this process was manual or spreadsheet driven.&lt;/P&gt;
&lt;P&gt;We took the approach that if a utility has their assets (water distribution, wastewater collection or stormwater) in GIS, they should use their GIS asset data to group into CIP projects and then to store information about the CIP projects (like the extent and also all of the assets that are part of the project) as new data layers in GIS.&amp;nbsp; This enables a utility to create an authoritative source of data about their proposed capital projects in GIS.&amp;nbsp;&amp;nbsp; So this drove us to create the Cost Estimating Tools.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;As we began to demonstrate early versions of the Cost Estimating Tools to our utility users, we got a lot of great feedback that helped us to refine the tools.&amp;nbsp; We were told that to be really useful, the tools should include the ability to either rehab or replace existing assets and to extend mains, so we programmed that functionality into the tools.&amp;nbsp; We also were told by our users that they needed to be able to compare the costs of different replacement strategies (open cut, trenchless, etc) for the same set of assets so we designed the tools to make it easy to compare the costs of use using different rehab methodologies.&amp;nbsp; Also we knew that the costing element of the tools needed to be flexible, because individual utilities favor different pipe materials which can be set as defaults and that unit costs are often specific to a utility and those can be easily configured in a simple table.&lt;/P&gt;
&lt;P&gt;So what we wanted to do with this blog was to explain how we arrived at version 1 of the Water Distribution CIP Template.&amp;nbsp; We are very interested in your feedback so we can incorporate more useful changes in version 2.&amp;nbsp; Also we'd like to hear about any geoprocessing models that you would like to use for CIP planning.&amp;nbsp; So, please leave us feedback here - &lt;A href="http://forums.esri.com/forums.asp?c=55&amp;amp;s=426#426"&gt;http://forums.esri.com/forums.asp?c=55&amp;amp;s=426#426&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;In the next few weeks we'll be recording a video of the Water Distributions CIP Template in action and we are also going to do a webcast in December that takes a deep dive into the CIP Template. &lt;/P&gt;&lt;img src="http://blogs.esri.com/Dev/aggbug.aspx?PostID=9048" width="1" height="1"&gt;</content><author><name>hcrothers</name><uri>http://blogs.esri.com/Dev/members/hcrothers.aspx</uri></author><category term="Geodatabase" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/Geodatabase/default.aspx" /><category term="Water" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/Water/default.aspx" /><category term="Utility" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/Utility/default.aspx" /><category term="Geoprocessing" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/Geoprocessing/default.aspx" /><category term="Data" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/Data/default.aspx" /><category term="Dataset" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/Dataset/default.aspx" /><category term="wastewater" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/wastewater/default.aspx" /><category term="stormwater" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/stormwater/default.aspx" /><category term="ESRI" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/ESRI/default.aspx" /><category term="GIS" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/GIS/default.aspx" /><category term="sewer" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/sewer/default.aspx" /><category term="water distribution" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/water+distribution/default.aspx" /><category term="asset management" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/asset+management/default.aspx" /><category term="enterprise asset management" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/enterprise+asset+management/default.aspx" /><category term="CIP" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/CIP/default.aspx" /><category term="ArcGIS" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/ArcGIS/default.aspx" /><category term="Capital Improvement Planning" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/Capital+Improvement+Planning/default.aspx" /><category term="data model" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/data+model/default.aspx" /><category term="map" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/map/default.aspx" /><category term="costing tools" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/costing+tools/default.aspx" /><category term="long term plan" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/long+term+plan/default.aspx" /><category term="ModelBuilder" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/ModelBuilder/default.aspx" /><category term="GeoDesign" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/GeoDesign/default.aspx" /></entry><entry><title>CIP Template Released</title><link rel="alternate" type="text/html" href="http://blogs.esri.com/Dev/blogs/waterutilities/archive/2009/10/07/CIP-Template-Released.aspx" /><id>http://blogs.esri.com/Dev/blogs/waterutilities/archive/2009/10/07/CIP-Template-Released.aspx</id><published>2009-10-07T14:37:00Z</published><updated>2009-10-07T14:37:00Z</updated><content type="html">&lt;P style="MARGIN:0in 0in 10pt;" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;If you have been following us on twitter, you already know that we released the &lt;/FONT&gt;&lt;A href="http://resources.esri.com/waterutilities/index.cfm?fa=codeGalleryDetails&amp;amp;scriptID=16605"&gt;&lt;SPAN style="COLOR:windowtext;"&gt;&lt;FONT size=3 face=Calibri&gt;ArcGIS Water Distribution Capital Planning template&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;FONT size=3 face=Calibri&gt; (we are calling this the CIP Template for short) yesterday.&amp;nbsp; The CIP template includes a set of models to help you understand how to you can use GIS to score and rank your infrastructure and a set of tools to provide cost estimates for rehabilitating, replacing or building new infrastructure.&amp;nbsp; &lt;/FONT&gt;&lt;/P&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt; 
&lt;P style="MARGIN:0in 0in 10pt;" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;We will film a video at the end of October that shows you in detail how these tools work, and we’ll be doing a live webcast in December to explore the CIP template in depth. So in the mean time, below is a little help with the CIP Template.&lt;/FONT&gt;&lt;/P&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt; 
&lt;P style="MARGIN:0in 0in 10pt;" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;Models:&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN:0in 0in 10pt;" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; We included 6 models that show different ways you can analyze your data.&amp;nbsp; To run these models, you will need to create a temporary file geodatabase and set the environmental variables for each model.&amp;nbsp; The two variables you need to set are Current Workspace (the folder that has the CapitalPlanning.gdb in it) and the Scratch Workspace (the folder that has the temporary File GDB you just created).&amp;nbsp; &lt;/FONT&gt;&lt;/P&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt; 
&lt;P style="MARGIN:0in 0in 10pt;" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;Tools:&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN:0in 0in 10pt;" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The Project Cost Estimating tools use three tables in the CapitalPlanning.gdb for configuration.&amp;nbsp; These tables are shipped to work with the data in the Sample.gdb.&amp;nbsp; If you want to start changing cost or the configuration, you will need to change these tables.&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN:0in 0in 10pt;" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;B&gt;CIPDEFINITON&lt;/B&gt; – This tables defines which featureclass’s to cost, the fields to look at(such as Diameter and Material) and a few other parameters.&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN:0in 0in 10pt;" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;B&gt;CIPCOST&lt;/B&gt; – This table defines the cost for a particular asset.&amp;nbsp; When costing an asset, you can define a Strategy, like Replacement or Rehabilitate, then an action for that Strategy, like Open cut for a Replacement .&amp;nbsp; For each Strategy and Action, then you define the cost based on the fields you set up in the definition table.&amp;nbsp; So if you are looking at wMains as a layer, you are interested in the Field’s, Diameter and Material, you would select your Strategy, the Action for that Strategy, the Material(say PVC), then Diameter(say 12) and define a cost for what each foot would cost.&amp;nbsp; So by using a Strategy, Action and two filter fields, you can provide very detailed cost estimates.&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN:0in 0in 10pt;" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;B&gt;CIPREPLACEMENT&lt;/B&gt; – This table allows you to provide lookups for replacement.&amp;nbsp; If you are going to replace a 6” DI, you may have a rule saying that each 6” DI is going to be replaced with a 8” PVC.&amp;nbsp; This table allows you to define this replacement.&amp;nbsp; So that costing is preformed an 8” PVC, not a 6” DI.&lt;/FONT&gt;&lt;/P&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt; 
&lt;P style="MARGIN:0in 0in 10pt;" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;Since this is our initial release of the CIP Template, we want your feedback.&amp;nbsp; So please post any questions or feedback to our forums under the Water Utilities Template section: &lt;/FONT&gt;&lt;A href="http://forums.esri.com/forums.asp?c=55"&gt;&lt;SPAN style="COLOR:windowtext;"&gt;&lt;FONT size=3 face=Calibri&gt;http://forums.esri.com/forums.asp?c=55&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;img src="http://blogs.esri.com/Dev/aggbug.aspx?PostID=8888" width="1" height="1"&gt;</content><author><name>mmiller@esri.com</name><uri>http://blogs.esri.com/Dev/members/mmiller%40esri.com.aspx</uri></author><category term="Geodatabase" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/Geodatabase/default.aspx" /><category term="Utility" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/Utility/default.aspx" /><category term="Template" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/Template/default.aspx" /><category term="toolbar" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/toolbar/default.aspx" /><category term="Data" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/Data/default.aspx" /><category term="wastewater" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/wastewater/default.aspx" /><category term="stormwater" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/stormwater/default.aspx" /><category term="sewer" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/sewer/default.aspx" /><category term="water distribution" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/water+distribution/default.aspx" /><category term="update" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/update/default.aspx" /><category term="enterprise asset management" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/enterprise+asset+management/default.aspx" /><category term="CIP" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/CIP/default.aspx" /><category term="ArcGIS" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/ArcGIS/default.aspx" /><category term="Capital Improvement Planning" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/Capital+Improvement+Planning/default.aspx" /><category term="data model" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/data+model/default.aspx" /><category term="capital projects" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/capital+projects/default.aspx" /><category term="costing tools" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/costing+tools/default.aspx" /></entry><entry><title>GUID's as ID's</title><link rel="alternate" type="text/html" href="http://blogs.esri.com/Dev/blogs/waterutilities/archive/2009/09/28/GUID_2700_s-as-ID_2700_s.aspx" /><link rel="enclosure" type="application/octet-stream" length="408" href="http://blogs.esri.com/Dev/blogs/waterutilities/attachment/8702.ashx" /><id>http://blogs.esri.com/Dev/blogs/waterutilities/archive/2009/09/28/GUID_2700_s-as-ID_2700_s.aspx</id><published>2009-09-28T16:39:00Z</published><updated>2009-09-28T16:39:00Z</updated><content type="html">&lt;P&gt;We have had a lot of talk about Unique ID’s in the last few weeks and GUID’s have came up a few times.&amp;nbsp; We wanted to add some more information to this topic.&amp;nbsp; GUID’s or Globally Unique Identifier are essentially unique values.&amp;nbsp; These are used by the geodatabase for replication and editing in ArcGIS Mobile in a special field called Global ID.&amp;nbsp; This Global ID field is managed by ArcGIS.&amp;nbsp; When a feature is created, it is auto populated with a GUID, either in ArcGIS Desktop, ArcGIS Server or in ArcGIS Mobile.&amp;nbsp; This should not be used for a Unique ID.&amp;nbsp; These values can change if you have to reload the data at some point or if you drop the Global ID field and re-add it.&amp;nbsp; I would say that you should not use any field managed by something as a unique ID.&amp;nbsp; But there is a GUID Option.&lt;/P&gt;
&lt;P&gt;There is also a GUID field type.&amp;nbsp; This allows you to use the GUID data type as a unique ID.&amp;nbsp;&amp;nbsp; It is up to you to manage it, but there are some tools to help.&amp;nbsp; We are looking at adding an option in the Dynamic Value table so the Attribute Assistant that is part of the editing template can add a GUID for you.&amp;nbsp; I have included a VBScript function that can be used in the Field Calculator.&amp;nbsp; Please see the attach GUID.Cal file.&lt;/P&gt;
&lt;P&gt;&lt;BR&gt;You can read more about GUID’s on this Wiki article. - &lt;A href="http://en.wikipedia.org/wiki/Globally_Unique_Identifier"&gt;http://en.wikipedia.org/wiki/Globally_Unique_Identifier&lt;/A&gt;&lt;BR&gt;&lt;/P&gt;&lt;img src="http://blogs.esri.com/Dev/aggbug.aspx?PostID=8702" width="1" height="1"&gt;</content><author><name>mmiller@esri.com</name><uri>http://blogs.esri.com/Dev/members/mmiller%40esri.com.aspx</uri></author><category term="Water" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/Water/default.aspx" /><category term="Utility" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/Utility/default.aspx" /><category term="wastewater" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/wastewater/default.aspx" /><category term="water distribution" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/water+distribution/default.aspx" /><category term="asset management" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/asset+management/default.aspx" /><category term="ArcGIS" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/ArcGIS/default.aspx" /><category term="asset IDs" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/asset+IDs/default.aspx" /><category term="unique asset IDs" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/unique+asset+IDs/default.aspx" /><category term="GUID" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/GUID/default.aspx" /></entry><entry><title>Where Are Your Customers?</title><link rel="alternate" type="text/html" href="http://blogs.esri.com/Dev/blogs/waterutilities/archive/2009/09/22/Where-Are-Your-Customers_3F00_.aspx" /><id>http://blogs.esri.com/Dev/blogs/waterutilities/archive/2009/09/22/Where-Are-Your-Customers_3F00_.aspx</id><published>2009-09-22T18:00:00Z</published><updated>2009-09-22T18:00:00Z</updated><content type="html">&lt;FONT face=Calibri&gt;
&lt;P style="MARGIN:0in 0in 10pt;" class=MsoNormal&gt;&lt;FONT size=3&gt;At first glance, that might seem like a silly question to a water, wastewater or storm water utility.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;After all, how hard is it to find your customers…. they are in your service area, connected to your infrastructure and you have an address to send them bills.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;But do you really accurately know where you are providing service to?&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN:0in 0in 10pt;" class=MsoNormal&gt;&lt;FONT size=3&gt;We are seeing a trend where water utilities are recognizing the importance of accurately knowing where they are providing service to (your real customer locations) and also understanding that there are many facets to accurately establishing your customer locations.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;STRONG&gt;&lt;FONT size=3&gt;So what do we mean by customer location and how do you store that in your GIS? &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/STRONG&gt;
&lt;P style="MARGIN:0in 0in 10pt;" class=MsoNormal&gt;&lt;FONT size=3&gt;For the purpose of our discussion here, by customer locations we mean the location where you as a utility are providing service to. This is the location where you are distributing flow to in a water system or where you are accepting flow in a sanitary sewer system&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN:0in 0in 10pt;" class=MsoNormal&gt;&lt;FONT size=3&gt;There are some common approaches that we see utilities using to store customer information in their GIS.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;Just like any GIS data model, you should pick an approach to store your customer locations that fits your utility’s specific needs.&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN:0in 0in 10pt;" class=MsoNormal&gt;&lt;FONT size=3&gt;For water utilities we commonly see customer location stored as a meter feature class (if you have meters) or with a feature class called customer, premise location or service location.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;With a geometric network, these feature classes are snapped to lateral which are snapped to mains.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;An important distinction for many utilities is that billing location of a customer, where the bill is sent to, is often different than the location you are serving that customer (premise or customer location).&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN:0in 0in 10pt;" class=MsoNormal&gt;&lt;FONT size=3&gt;For wastewater utilities we commonly see customer locations stored with a cleanout feature class, a customer or premise feature class or if a combined water/wastewater utility then water and wastewater both may use the meter feature class from the water distribution network.&lt;/FONT&gt;&lt;/P&gt;&lt;FONT size=3&gt;Of course if you don’t have your water or wastewater networks in GIS yet, or don’t even have a GIS, customer locations are a great starting point for building a GIS system.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;It is relatively cheap to record them and you’ll immediately get high value from having those location accurately measured.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;
&lt;P style="MARGIN:0in 0in 10pt;" class=MsoNormal&gt;&lt;FONT size=3&gt;Some common attributes we see for customer location feature classes are: unique ID, customer type, active, customer name, premise address, customer phone number.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;Unique ID is should be an ID that will allow you to join your customer locations with your billing system so you can visualize consumption patterns.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;STRONG&gt;&lt;FONT size=3&gt;Benefit of accurately locating your customers:&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/STRONG&gt; 
&lt;P style="MARGIN:0in 0in 10pt;" class=MsoNormal&gt;&lt;FONT size=3&gt;Some of the ways we’ve seen water and wastewater utilities benefit from accurately knowing their customer locations are:&lt;/FONT&gt;&lt;/P&gt;
&lt;UL style="MARGIN-TOP:0in;"&gt;
&lt;LI style="MARGIN:0in 0in 10pt;mso-list:l0 level1 lfo1;" class=MsoNormal&gt;&lt;FONT size=3&gt;Reducing non-revenue water – We’ve seen accurate customers as a critical data component to reducing non-revenue water.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;A simple example of reducing non-revenue water with accurate customer locations is to create a map that shows all of your customer locations and then to look for where places (such as a buildings) that should be a customer location but are not.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;Another way to use customer locations to reduce non-revenue water is to join your billing data to customer locations and visualize customer consumption by creating a thematic map of graduated symbol sizes or colors.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;In this case you are looking for active customers that have abnormally low consumption and may have a defective meter.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;Anecdotally we’ve heard from a number of ESRI customers that the simple actions above have made significant reductions in non-revenue water.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;We’ve also seen some very sophisticated analysis using consumption data linked to customer locations and metering data to try to identify zones within a water distribution system that may a high amount of water loss due to leaks.&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI style="MARGIN:0in 0in 10pt;mso-list:l0 level1 lfo1;" class=MsoNormal&gt;&lt;FONT size=3&gt;Allocating demands – More accurate customer locations will yield better demand allocation for hydraulic models, especially when linked to consumption data.&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI style="MARGIN:0in 0in 10pt;mso-list:l0 level1 lfo1;" class=MsoNormal&gt;&lt;FONT size=3&gt;Estimating flow – For wastewater utilities, more accurate customer locations can be used to better estimate flow through being able to more precisely calculate the EDUs flowing into pipes from upstream.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI style="MARGIN:0in 0in 10pt;mso-list:l0 level1 lfo1;" class=MsoNormal&gt;&lt;FONT size=3&gt;Better Customer Service – For example you can gain better insight into how customer complaints and customer service requests track back to the actual infrastructure that they are served by.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;A good example of this is water utilities that are using their customer locations in GIS to track the location of water quality complaints over a multiyear period back to common pipes or water sources that could be the cause of an issue.&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI style="MARGIN:0in 0in 10pt;mso-list:l0 level1 lfo1;" class=MsoNormal&gt;&lt;FONT size=3&gt;Improved routing – More accurate customer locations will yield better routes for field crews, saving fuel and time.&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI style="MARGIN:0in 0in 10pt;mso-list:l0 level1 lfo1;" class=MsoNormal&gt;&lt;FONT size=3&gt;Validating premise addresses in other utility systems – We often hear from utilities that while they have very good billing address data for customers in their CIS or billing system, that premise locations (stored as an address) in these systems is often wrong.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;So better premise address locations generated with GIS can be used to fix bad premise locations in your CIS (you should have one system of record for premise locations, but we’ll save that discussion for another day).&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI style="MARGIN:0in 0in 10pt;mso-list:l0 level1 lfo1;" class=MsoNormal&gt;&lt;FONT size=3&gt;Better emergency notifications – We’ve heard a number of horror stories from utilities that have an emergency notification system that has not notified customers during an emergency because their customer locations are bad.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;2 common ways to notify customers during emergencies are doing a broadcast notification (notifying all customers in a service area or a municipal boundary) or doing a target notification based on the pipes that serve a customer (just notify customers that are affected by a broken main because you know they are served by that main).&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;In both of these examples accurate customer locations are key to being able to perform emergency notifications. &lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;STRONG&gt;&lt;FONT size=3&gt;So how do you get your customers located accurately?&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/STRONG&gt; 
&lt;P style="MARGIN:0in 0in 10pt;" class=MsoNormal&gt;&lt;FONT size=3&gt;The most common way that utilities initially get their customer locations into a GIS is through geocoding their billing roster.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;When geocoding any address data, the 2 critical components that determine the quality of your geocodes is the input address data and the dataset that you are geocoding against.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN:0in 0in 10pt;" class=MsoNormal&gt;&lt;FONT size=3&gt;We’ve heard from a lot of water utilities that the premise locations in their CIS or billing system are of dubious quality and often time there is not a lot of consistency in how the address fields for premises were used.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;So while billing address data is usually of high quality (otherwise you’d never get paid) premise location is not accurately stored because it was perceived to be of less importance.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;In this case, step one would be to try and fix some of the issues in the address data you are trying to geocode before you geocode the address data.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;This may include trying to standardize the input address data (street abbreviations, data structure, etc).&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN:0in 0in 10pt;" class=MsoNormal&gt;&lt;FONT size=3&gt;You also want to use the best dataset available to geocode against.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;Increasingly we are seeing water utilities licensing commercial dataset for geocoding.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;Particularly they are choosing to license datasets that frequently updated and have the ability to geocode down to a rooftop level.&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN:0in 0in 10pt;" class=MsoNormal&gt;&lt;FONT size=3&gt;We somtimes see water and wastewater utilities use parcel centroids as the first step to establishing customer locations.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;So if you can get a good dataset of parcels in your service area you can use GIS to calculate the centroid of each parcel as the first step to establishing customer locations.&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN:0in 0in 10pt;" class=MsoNormal&gt;&lt;FONT size=3&gt;Also we are increasingly speaking with water utilities that are GPSing their meter locations and curb stops during meter replacement projects or wastewater utilities that are GPSing clean outs during field data collection projects.&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN:0in 0in 10pt;" class=MsoNormal&gt;&lt;FONT size=3&gt;No matter what automated process you use to get your customers on the map initially, no doubt you’ll have to do some data clean up.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;For example, you will probably have to do some manual data creation and editing to establish customer locations at commercial and industrial locations or for multi-unit housing.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;Also you must develop a workflow to keep your customer location dataset in GIS up to date.&lt;/FONT&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;img src="http://blogs.esri.com/Dev/aggbug.aspx?PostID=8571" width="1" height="1"&gt;</content><author><name>hcrothers</name><uri>http://blogs.esri.com/Dev/members/hcrothers.aspx</uri></author><category term="Geodatabase" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/Geodatabase/default.aspx" /><category term="Water" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/Water/default.aspx" /><category term="wastewater" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/wastewater/default.aspx" /><category term="stormwater" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/stormwater/default.aspx" /><category term="ESRI" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/ESRI/default.aspx" /><category term="GIS" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/GIS/default.aspx" /><category term="sewer" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/sewer/default.aspx" /><category term="water distribution" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/water+distribution/default.aspx" /><category term="hydraulic model" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/hydraulic+model/default.aspx" /><category term="ArcGIS" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/ArcGIS/default.aspx" /><category term="data model" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/data+model/default.aspx" /><category term="map" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/map/default.aspx" /><category term="tracing" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/tracing/default.aspx" /><category term="geocoding" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/geocoding/default.aspx" /><category term="premise location" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/premise+location/default.aspx" /><category term="water loss" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/water+loss/default.aspx" /><category term="water meter" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/water+meter/default.aspx" /><category term="utility billing system" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/utility+billing+system/default.aspx" /><category term="non-revenue water" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/non-revenue+water/default.aspx" /><category term="CIS" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/CIS/default.aspx" /><category term="customer information system" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/customer+information+system/default.aspx" /></entry><entry><title>Interfacing the mobile map with other systems</title><link rel="alternate" type="text/html" href="http://blogs.esri.com/Dev/blogs/waterutilities/archive/2009/09/18/Interfacing-the-mobile-map-with-other-systems.aspx" /><id>http://blogs.esri.com/Dev/blogs/waterutilities/archive/2009/09/18/Interfacing-the-mobile-map-with-other-systems.aspx</id><published>2009-09-18T13:42:00Z</published><updated>2009-09-18T13:42:00Z</updated><content type="html">&lt;P style="MARGIN:0in 0in 10pt;" class=MsoNormal&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&lt;SPAN style="mso-tab-count:1;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;Many of you have had a chance to test out the Mobile template and provided great feedback.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;One question that keeps coming up is “How do I interface (or integrate) the mobile map with my other utility systems?”&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;Typically, when we get asked this question, people are referring to their workorder system (also called a CMMS or EAM). &lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp;&lt;/SPAN&gt;Occasionally we are asked about interfacing with a LIMS system, mobile leak detection system, customer information system (CIS), billing system, heck we’ve been asked about interfacing with a utility’s time card system.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;Hopefully you notice the trend here, that water and wastewater utilities can and do want to “spatially enable” their other business systems because most of these systems contain information that has a location to it, but the other business system can’t store spatial information at all or can’t store it well.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN:0in 0in 10pt;" class=MsoNormal&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Well, there is one simple easy answer because there are some many types of systems, vendors, API’s, gateways, etc...&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;So I wanted to talk about a few general ways to communicate with other systems and some ideas how to work with other systems.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;First you need to decide what functions the field crew is going to need.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;For instance, if you are flushing hydrants, do they need to access to when the hydrant was flushed lasted or every time it was flushed?&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;The reason I would ask this question is the answer is going to help us define how to work with other systems.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT:0.5in;MARGIN:0in 0in 10pt;" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;Lets start by looking at were to record the inspection or flushing report in the above case.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;If we are storing our field reports/inspections in the geodatabase, then this is fairly easy process.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;We can create a feature class with all fields for the hydrant flushing.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;This is exactly what we did with the template.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;The user can click the hydrant, copy some relevant information to the hydrant inspection record, such as Asset ID and populated the geometry of the report from either the hydrant or the GPS location of the field crew doing the inspection.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;The crew can fill out the rest of the information, click save, and use ArcGIS Server to post that information directly back to the Geodatabase.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;If the user wants access to all historical inspection data, then that information can either be in the same feature class as the new inspections or in a separate one.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;I would suggest that all historical information been in a separate featureclass.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;The reason is that the historical inspection or field report data can be very large.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;You want to manage the update of the devices with this information separately then the newly created field inspections.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;If all the inspections, both new and old, are in one feature class, then the map may have 100’s of inspections at the same location, may be very confusing for the field crews.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;The historical inspections never really need to be displayed, they really just need a tool to click the asset and pull up all related information.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;With the new inspection, once they create it, they then can visually see on the map that they created and save the inspection and are done working with that asset.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;So in summary, if you are using the GDB as you system of record for assets and their related information, inspections, flushing, etc.., then create a data schema for new data and historical data.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;This will provide ultimate flexibilty and usability.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;Just one more note on the above.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;If you are going to load all your historical inspection information into the geodatabase from another system, then use a process to join your historical, non GIS inspection data, to the geometry of your asset and load this to your historical field inspection data.&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN:0in 0in 10pt;" class=MsoNormal&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&lt;SPAN style="mso-tab-count:1;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;Now if you are storing some asset information in another system, like extended asset data in your workorder system, then you have a few ways to interface that data with the mobile map.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;One way is to use the Geodatabase as your connection to other systems.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;What I mean is build a backend process to pull out new inspections from the Geodatabase and push them to whatever system you have, and vice versa, use the same process to push information from the other system into the geodatabase.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;This way you can use ArcGIS Server and ArcGIS Mobile to interface with the information in the field.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;It is much easier to write back end database scripts to move information around then it is to build a process to push out other systems data into a field, in a format that they can access offline, make edits or entries to that information and push it back into the office.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN:0in 0in 10pt;" class=MsoNormal&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&lt;SPAN style="mso-tab-count:1;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;If want to connect to the other system information store directly, without having to move it into the geodatabase, you have two options.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;You can work with a local copy or cached representation of that other system.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;This means that a set or all the data from that system will be loaded on the device.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;The other option is to use a web services approaches or a Enterprise Service Bus(ESB) to directly talk to those other systems. &lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN:0in 0in 10pt;" class=MsoNormal&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&lt;SPAN style="mso-tab-count:1;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;If you want to work with the other systems directly on the mobile device, then you are going to need to figure out how to get that information on the device you are using and write a module for the mobile app to talk to that data store.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;ArcGIS Mobile is built with the .Net framework, so it is very easy get your Mobile GIS Information to talk to other data stores.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;The biggest challenge with this method is figuring out how to get the information on the device, keep it updated and push changes back into the office.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;Some vendors have ways to do this, some do not.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;I would suggest talk to your vendor and discuss what options they have.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;You can also look at using provisioning software that can manage pushing out information to the field and pulling back in.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;If you have a homegrown system, then you will need to develop a homegrown field version of the data and a synchronization method.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN:0in 0in 10pt;" class=MsoNormal&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&lt;SPAN style="mso-tab-count:1;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;If the above is technical daunting and you want to use web services to have ArcGIS Mobile talk to your other systems, then I would ask yourself one question.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;Can your field personal do their job if they do not have a connection to that service?&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;If so, this is a great way to interface mobile and office systems.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;If your answer is no, then proceed down this route with caution.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;Even with cell coverage getting better and better, there are always dead spots or connection issues.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;What is one of the first things that happen when there is an incident, the cell networks get overloaded.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;Also think about bandwidth.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;This could be a chatty system.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;According to Gartner, the days of unlimited data on cell networks are coming to an end, btw, unlimited data is 5GB on most carriers.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;If you are ok with all the above or your field crews do not need access to this information to do their jobs, then web services are great, effective and easy ways to talk to other systems.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;They are easy to implement and they can support many applications.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;All you need to do is build a module for ArcGIS Mobile that when I click an asset, it hits the appropriate web service and displays the results.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;This could be a simple hyperlink in the attributes of a feature.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="TEXT-INDENT:0.5in;MARGIN:0in 0in 10pt;" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;In closing there are a number of ways to interface an ArcGIS Mobile Applications with other utility systems and we wanted to highlight few of them.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;The above strategies are not the only strategies; there are many ways to implement communication between different systems.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;If there methods you would like to discuss further, please contact us and we can help you figure out the best approach for your utility.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;You also may find that combining some of the approaches best suites you.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;For example, with new inspections, you may use ArcGIS Mobile to create a new record, store it in the cache, and post it to the geodatabase using ArcGIS Server, then nightly, use a backend script to move it to the proper system.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;When that field user wants to look at the historical info tied that asset they are inspection, they can hit a web service.&lt;SPAN style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;If your field crews do not have coverage broadband, well at least they can complete their work.&lt;/FONT&gt;&lt;/P&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt; 
&lt;P style="MARGIN:0in 0in 10pt;" class=MsoNormal&gt;&lt;FONT size=3 face=Calibri&gt;Thanks&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://blogs.esri.com/Dev/aggbug.aspx?PostID=8411" width="1" height="1"&gt;</content><author><name>mmiller@esri.com</name><uri>http://blogs.esri.com/Dev/members/mmiller%40esri.com.aspx</uri></author><category term="Geodatabase" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/Geodatabase/default.aspx" /><category term="Water" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/Water/default.aspx" /><category term="Utility" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/Utility/default.aspx" /><category term="Template" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/Template/default.aspx" /><category term="Data" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/Data/default.aspx" /><category term="ArcGIS Mobile" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/ArcGIS+Mobile/default.aspx" /><category term="mobile" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/mobile/default.aspx" /><category term="wastewater" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/wastewater/default.aspx" /><category term="stormwater" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/stormwater/default.aspx" /><category term="ESRI" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/ESRI/default.aspx" /><category term="sewer" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/sewer/default.aspx" /><category term="water distribution" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/water+distribution/default.aspx" /><category term="ArcGIS Server" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/ArcGIS+Server/default.aspx" /><category term="enterprise asset management" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/enterprise+asset+management/default.aspx" /><category term="work orders" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/work+orders/default.aspx" /><category term="data model" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/data+model/default.aspx" /><category term="mobile gis" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/mobile+gis/default.aspx" /><category term="field books" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/field+books/default.aspx" /><category term="field crews" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/field+crews/default.aspx" /><category term="paper maps" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/paper+maps/default.aspx" /><category term="paper" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/paper/default.aspx" /><category term="workorder" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/workorder/default.aspx" /><category term="map" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/map/default.aspx" /><category term="server" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/server/default.aspx" /><category term="inspections" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/inspections/default.aspx" /><category term="field" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/field/default.aspx" /><category term="extending" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/extending/default.aspx" /><category term="asset IDs" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/asset+IDs/default.aspx" /><category term="utility coordination" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/utility+coordination/default.aspx" /><category term="ESB" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/ESB/default.aspx" /><category term="Enterprise Service Bus" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/Enterprise+Service+Bus/default.aspx" /></entry><entry><title>Our Fall Plans</title><link rel="alternate" type="text/html" href="http://blogs.esri.com/Dev/blogs/waterutilities/archive/2009/08/25/Our-Fall-Plans.aspx" /><id>http://blogs.esri.com/Dev/blogs/waterutilities/archive/2009/08/25/Our-Fall-Plans.aspx</id><published>2009-08-25T15:45:00Z</published><updated>2009-08-25T15:45:00Z</updated><content type="html">Summer is winding down, so we thought we'd take this opportunity to report on a few things we spent our summer working on and some things you'll see in the fall. 
&lt;P&gt;First, you can now follow us on Twitter at ESRITeamWater - we'll be providing updates via twitter about our activities, information for our water, wastewater and stormwater customers and also when we've posted updates to the resource center.&lt;/P&gt;
&lt;P&gt;And we have quite a few updates on the way....&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Costing Tools&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;Those of you who were lucky enough to attend the UC in July, you saw us present our "costing tools" for ArcGIS Desktop.&amp;nbsp; We are now doing some final code revisions and documentation and will be posting this new template to the resource center in the next few weeks.&lt;/P&gt;
&lt;P&gt;For those that haven't seen the costing tools yet, they are a set of desktop tools designed to help you cost out capital improvement projects or really cost out any type of project with GIS.&amp;nbsp; The concept is that you can either choose assets that are in your GIS and select them for replacement and the tools will look up against a cost table to determine the replacement costs.&amp;nbsp; The cost table is fully customizable and you can do some things like have default replacement types for materials - for example if you always replace transite pipes with ductile iron, than that will be pipe type used for your replacement project and that will drive your replacement costs.&amp;nbsp; Also you can choose to add or extend mains or pipes to get costs for water main extension or sewer expansion projects.&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We'll also be providing some geoprocessing models to help you make system rehab and expansion decisions.&amp;nbsp; We've had a lot of discussions with water and wastewater utilities about how to make some generic models to assist in condition assessment and decided that it would be more impactful if we created some models that showed you how you can use GIS and geoprocessing to make rehab decisions.&amp;nbsp; Than you can customize the models for your utility's information, workflows &amp;amp; asset rehab priorities.&lt;/P&gt;
&lt;P&gt;To be fair, the costing tools are more of generic toolset and you'll also see the costing tools as a template for pavement management on the soon to be launched ESRI Public Works Resource Center.&amp;nbsp; So if you are looking for an end-to-end solution for condition &amp;amp; risk assessment that leverages your investment in GIS data, we suggest you check out some ESRI business partner solutions such as CapPlan from MWH Soft or MRP from Advantica.&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Editing Template Update&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;As you may have heard, we are also working on an update to the editing template that will expand the editing toolbar for both water and wastewater.&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Wastewater Focus&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;Over the next few months you'll see us begin to add more wastewater information and templates to the Water Resource Center.&amp;nbsp; So, while decided to start with water (hey, you have to start somewhere) we are going to add more content for wastewater and stormwater.&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Water &amp;amp; Wastewater Utility Training Plan&lt;/B&gt; &lt;/P&gt;
&lt;P&gt;We are wrapping up a GIS training plan specifically for our water and wastewater customers.&amp;nbsp; The intent of the training plan is to give water utilities a tool to help them make training decisions by recommending GIS training courses by both typical staff roles within a utility (mapping technician, engineer, DBA, etc) as well as buy department (IT, planning, operatins) .&amp;nbsp; So for example, we can help recommend training course for engineers that want to use GIS for lightweight analysis and ad hoc mapping or for folks in the IT department who need a better understanding of how GIS fits into their enterprise.&lt;/P&gt;
&lt;P&gt;The training plan is designed to be customized for specific utilities.&amp;nbsp; So you can work with an ESRI training consultant to identify what your organizational and GIS goals are and then based on the size of your utility we can recommend training options.&amp;nbsp; And the training plan will be free of charge!&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Public Works Resource Center&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;We'll be launching a Public Works resource center soon that will compliment the Water Resource Center.&amp;nbsp; So you can go to the public works resource center for information about managing pavement, street furniture, signs, facilities, snow plow routing, solid waste pickup, etc and use the Water Resource Center for information about GIS for water, wastewater and stormwater.&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Your feedback&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;As always, your feedback guides much of our future plans.&amp;nbsp; So if you'd like to make suggestion please email us at &lt;A href="mailto:ArcGISTeamWater@esri.com"&gt;ArcGISTeamWater@esri.com&lt;/A&gt;, post a comment to this blog or use the water/wastewater discussion forums.&lt;/P&gt;&lt;img src="http://blogs.esri.com/Dev/aggbug.aspx?PostID=7867" width="1" height="1"&gt;</content><author><name>hcrothers</name><uri>http://blogs.esri.com/Dev/members/hcrothers.aspx</uri></author><category term="Geoprocessing" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/Geoprocessing/default.aspx" /><category term="wastewater" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/wastewater/default.aspx" /><category term="stormwater" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/stormwater/default.aspx" /><category term="ESRI" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/ESRI/default.aspx" /><category term="sewer" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/sewer/default.aspx" /><category term="ArcGIS" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/ArcGIS/default.aspx" /><category term="Capital Improvement Planning" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/Capital+Improvement+Planning/default.aspx" /><category term="User Conference" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/User+Conference/default.aspx" /><category term="capital projects" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/capital+projects/default.aspx" /><category term="water utility training plan" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/water+utility+training+plan/default.aspx" /><category term="twitter" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/twitter/default.aspx" /><category term="costing tools" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/costing+tools/default.aspx" /><category term="water editing toolbar" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/water+editing+toolbar/default.aspx" /></entry><entry><title>Generating Unique Asset IDs for asset discovered in the field</title><link rel="alternate" type="text/html" href="http://blogs.esri.com/Dev/blogs/waterutilities/archive/2009/08/19/Generating-Unique-Asset-IDs-for-asset-discovered-in-the-field.aspx" /><id>http://blogs.esri.com/Dev/blogs/waterutilities/archive/2009/08/19/Generating-Unique-Asset-IDs-for-asset-discovered-in-the-field.aspx</id><published>2009-08-19T16:47:00Z</published><updated>2009-08-19T16:47:00Z</updated><content type="html">Based on our recent blog on Generating Unique Asset IDs, we had a few people ask about how to handle generating IDs in the field and how to handle new assets turned over from developers.&amp;nbsp; So we thought it would be good write a follow-on blog about that topic. 
&lt;P&gt;First off, for most utilities having a methodology for generating unique asset IDs doesn't necessarily mean that an asset's permanent unique ID is actually created in the field.&amp;nbsp; So while the title of the blog is generating unique asset IDs in the field, that's a bit of misnomer, because not allowing field staff to create permanent asset IDs may be the most efficient process and also be the best solution to safeguard your data quality.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;I think the question to answer for a utility then is "what is my process for creating asset IDs for assets we 'discover' in the field?"&amp;nbsp; Since we are focused on GIS here, by discover we mean that you capture the asset's location spatially and this drives the need to give it a unique ID, but what we are discussing is really applicable to any asset that is found in the field that you need to track in a computerized system.&amp;nbsp; Also, we are using the term 'discovered' here because these aren't new assets, just assets that you didn't know existed or may have known about, but didn't know where or what exactly they were before.&lt;/P&gt;
&lt;P&gt;There are many ways that you may discover new assets - as a water utility you may find the locations of valves that were paved over and recently restored to grade, or as a wastewater utility you may find buried manholes when you CCTV.&amp;nbsp; So ideally when these assets are discovered they are ultimately captured in the GIS with appropriate spatial and descriptive information.&amp;nbsp; Spatially they may be captured in the field as a&amp;nbsp;feature in a feature class, ideally with the appropriate level of precision (such as with sub-foot GPS) or perhaps as a rough location with descriptive information that tells the utility the asset needs to be captured at a later date more accurately.&amp;nbsp; Incidentally, we often see this type of workflow with water utilities that want sub-foot asset locations, but only have a few crews that have the GPS equipment to achieve that level of accuracy.&amp;nbsp; So the GPS crews will go back and capture the asset locations when time permits because the utility has an attribute that allows them to know the spatial quality of each asset location.&lt;/P&gt;
&lt;P&gt;You may also have developers build infrastructure for your distribution or collection systems and turn that over to you - these are new assets and different from discovered assets.&amp;nbsp; For assets that are being built and turned over to you by a developer, it's best to track all of those assets in your GIS from the time you learn they may be built.&amp;nbsp; We see more utilities starting to use a proposed feature dataset in their geodatabase to track potential system expansion. &amp;nbsp;When the asset are built, the data is modified to reflect developer submitted as-builts or GPS data collected, assigned a unique ID and then moved over to your water or sewer distribution feature&amp;nbsp;datset from the proposed feature dataset.&amp;nbsp; We'll plan to cover using proposed, abandoned and active feature datasets and other tips on managing asset in GIS&amp;nbsp;as the go through their lifecycle in a future blog.&lt;/P&gt;
&lt;P&gt;&lt;B&gt;IDs for Discovered Assets&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;So for discovered assets, there are 3 options for assigning asset IDs in the field - temporary asset IDs, permanent asset IDs assigned by the field&amp;nbsp;crews &amp;amp; permanent asset IDs assigned by your asset "system of record".&amp;nbsp; &lt;/P&gt;
&lt;P&gt;Temporary asset ID assigned in the field &lt;/P&gt;
&lt;P&gt;The simplest way to go for field users.&amp;nbsp; Basically let the field user or have your mobile GIS application give a temporary ID to an asset that signifies it was captured in the field and doesn't have a permanent asset ID that conforms to the asset ID methodology of your utility.&amp;nbsp; Ideally there is some sort of identifier in the asset ID that shows the asset ID is temporary - for example for a manhole ID you could use MHT and for valves you could use VT.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;Then your workflow would be for the appropriate person or system in your office to assign the permanent asset IDs. Using our example, a simple query for the letter "T" would reveal any assets that don't have permanent IDs assigned yet. If you are using a mobile GIS application with data synchronization capabilities, such as ArcGIS Mobile based solution, when the asset is assigned the permanent ID back in the office, the field users will see the new asset IDs in their applications the next time their data is refreshed.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;Permanent Asset IDs Assigned by the Field Crews&lt;/P&gt;
&lt;P&gt;Field&amp;nbsp;crews could assign permanent IDs to assets at the time of discovery.&amp;nbsp; We've seen data collection forms that call for an asset ID to be entered, often these are paper based forms that have a box for an asset ID.&amp;nbsp; We've also seen electronic data collection forms for GPS using ArcPad that allow or require&amp;nbsp;field crews to enter asset IDs.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;So in this case a field crew has the ability to assign or record an asset ID in the field.&amp;nbsp; Allowing a field crew to record an asset ID is good workflow when there is already and ID on the physical asset, like a unique number on your manhole lid or a barcode on the asset and all the field crew is doing is recording the ID already given to an asset when they capture a more accurate location or do an inspection.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But allowing a field crew to assign asset IDs without any guidance from a mobile application or without any coordination from your office is a workflow that could introduce data integrity problems.&amp;nbsp; For example, a field crew could assign asset IDs that are duplicates of IDs already in your system.&lt;/P&gt;
&lt;P&gt;Permanent Asset IDs Assigned by Your Asset System of Record&lt;/P&gt;
&lt;P&gt;If your GIS is your asset system of record, than using a mobile GIS application with real time connectivity back to your office can ensure that the appropriate asset ID convention is used and the next sequential asset number is assigned.&amp;nbsp; Or if you are using an Enterprise Asset Management or EAM System, which is typically now a GIS integrated with a workorder system, the GIS application can communicate with the workorder system on the backend in the office to assign the permanent asset ID on the spot in the field.&lt;/P&gt;
&lt;P&gt;If you are a smaller utility and you don't have mobile device connectivity, you can also call into your office and have someone assign an asset ID from your system of record, but this isn't a very efficient workflow.&lt;/P&gt;&lt;img src="http://blogs.esri.com/Dev/aggbug.aspx?PostID=7664" width="1" height="1"&gt;</content><author><name>hcrothers</name><uri>http://blogs.esri.com/Dev/members/hcrothers.aspx</uri></author><category term="Water" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/Water/default.aspx" /><category term="ArcGIS Mobile" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/ArcGIS+Mobile/default.aspx" /><category term="wastewater" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/wastewater/default.aspx" /><category term="stormwater" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/stormwater/default.aspx" /><category term="ESRI" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/ESRI/default.aspx" /><category term="GIS" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/GIS/default.aspx" /><category term="sewer" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/sewer/default.aspx" /><category term="water distribution" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/water+distribution/default.aspx" /><category term="asset management" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/asset+management/default.aspx" /><category term="ArcGIS Server" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/ArcGIS+Server/default.aspx" /><category term="enterprise asset management" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/enterprise+asset+management/default.aspx" /><category term="work orders" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/work+orders/default.aspx" /><category term="ArcGIS" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/ArcGIS/default.aspx" /><category term="mobile gis" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/mobile+gis/default.aspx" /><category term="field crews" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/field+crews/default.aspx" /><category term="map" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/map/default.aspx" /><category term="asset IDs" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/asset+IDs/default.aspx" /><category term="capital projects" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/capital+projects/default.aspx" /></entry><entry><title>Tips For Capital Project Coordination</title><link rel="alternate" type="text/html" href="http://blogs.esri.com/Dev/blogs/waterutilities/archive/2009/08/10/Tips-For-Capital-Project-Coordination.aspx" /><id>http://blogs.esri.com/Dev/blogs/waterutilities/archive/2009/08/10/Tips-For-Capital-Project-Coordination.aspx</id><published>2009-08-10T17:06:00Z</published><updated>2009-08-10T17:06:00Z</updated><content type="html">&lt;P&gt;It's seems like right now, the idea of capital project coordination between utilities and other government entities has reached critical mass.&amp;nbsp; Whether faced with budgetary problems due to the economy, the need to do a significant amount of capital projects now (or both) recently we've had a lot of ESRI customers asking us how they can use GIS to coordinate their capital projects better and what information about future projects they should share with other utilities and municipalities in their operating areas.&lt;/P&gt;
&lt;P&gt;Since water and wastewater utilities are in the same right of way with other public utilities such as electric, gas and telco and also are typically under the pavement owned by other municipal entities, departments of transportation or highway agencies a little coordination yields big cost savings.&amp;nbsp; We see this capital project coordination happing between departments, such as between a city's wastewater and streets departments and also between utilities and external entities such as between a water utility and gas utility.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;For example if you can coordinate your work with other utilities when a street is opened you can split the restorations costs.&amp;nbsp; Jurisdictions your utility operates in may also have street paving moratoriums, for example they may prohibit streets to be opened until 2 years after they have been paved, so in this scenario you need to know what streets are being paved in the next few years so you can complete any project work in those areas ahead of the schedule paving.&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Capital Project Coordination with GIS&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;So how can you use GIS to coordinate capital projects? &lt;/P&gt;
&lt;P&gt;&lt;B&gt;Capital Project Aggregation&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;Even before GIS, many water and wastewater utilities tried to gather the capital project locations of other utilities and municipalities in their service area.&amp;nbsp; This was often a time consuming process, with multiple requests for information and paper document submittals that the water utility needed to aggregate into a big picture view of capital projects in their service area.&amp;nbsp; With GIS, many water utilities started to input capital project locations from other utilities as GIS layers.&amp;nbsp; This still required a great deal of digitizing effort to create project polygons and even if you had the location of future projects in your service area you may not have had good descriptive information.&amp;nbsp; Maybe if you were lucky, the other utilities in your service area also use GIS and are were able to provide shapefiles or geodatabases of project locations.&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Consortium Approach&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;We've seen some utilities work as "consortium" to coordinate their capital projects with web based map viewers.&amp;nbsp; For example some utilities aggregate capital projects from municipalities and other utilities in their operational area and then provide free access to a web based mapping application for all of the entities that provided project information.&amp;nbsp; Other utilities have created web mapping application where local utilities and municipalities can edit their project footprints and enter basic project information.&amp;nbsp; Setting up a website with security where utilities can enter project locations on a basemap is very easy with the web editing capabilities of ArcGIS Server.&amp;nbsp; The drawback to this consortium approach is that it takes someone to have the infrastructure to host and manage a web based application and the other utilities have to submit data or enter it.&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Map Services&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;An easier way to share capital improvement project locations for utilities with ArcGIS Server is to publish a map service of project locations.&amp;nbsp; This is easier because if a utility keeps all of their project locations in a centralized enterprise geodatabase than a published map service of project locations will always be up to date.&amp;nbsp; The project location map service could be used both internally at the utility and externally and could be consumed in a variety of applications like other ArcGIS Server applications, ArcGIS Desktop, ArcGIS Explorer, in AutoCAD with ArcGIS for AutoCAD or in Google Earth as KML.&amp;nbsp; If you want more information on publishing map services with ArcGIS Server you can find it here: &lt;A href="http://webhelp.esri.com/arcgisserver/9.3/dotNet/index.htm#map_service.htm"&gt;http://webhelp.esri.com/arcgisserver/9.3/dotNet/index.htm#map_service.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;ArcGIS Online&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;With the new free content sharing capabilities, ArcGIS online is an excellent option to share project locations.&amp;nbsp; For those that haven't seen the new content sharing functionality in ArcGIS, with ArcGIS 9.3.1 you can upload your data as layer packages to ArcGIS online and share it with everyone or with a group you designate.&amp;nbsp; So you could create a group of local utilities and municipalities that you want to share project locations with &lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.esri.com/Dev/photos/wrc/picture7477.aspx" target=_blank&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.esri.com/Dev/photos/wrc/picture7477.aspx" target=_blank&gt;&lt;/A&gt;&amp;nbsp;&lt;A href="http://blogs.esri.com/Dev/photos/wrc/images/7477/original.aspx" target=_blank&gt;&lt;IMG border=0 src="http://blogs.esri.com/Dev/photos/wrc/images/7477/500x208.aspx"&gt;&lt;/A&gt;&lt;A href="http://blogs.esri.com/Dev/photos/wrc/picture7477.aspx" target=_blank&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;and you can securely share your project locations with ArcGIS online.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.esri.com/Dev/photos/wrc/picture7476.aspx" target=_blank&gt;&lt;A href="http://blogs.esri.com/Dev/photos/wrc/picture7476.aspx" target=_blank&gt;&lt;/A&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.esri.com/Dev/photos/wrc/images/7476/original.aspx" target=_blank&gt;&lt;IMG border=0 src="http://blogs.esri.com/Dev/photos/wrc/images/7476/500x334.aspx"&gt;&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If published a map service of future project locations you could also share that through ArcGIS online with a group, much like a layer package.&lt;/P&gt;
&lt;P&gt;We're very excited about the new content sharing capabilities of ArcGIS online because it's a great solution for water, wastewater and storm water utilities to securely share their GIS data and maps.&amp;nbsp; It can be used as we outlined above or used to share data with GIS consultants, engineering firms, developers, etc.&amp;nbsp; Best of all, ArcGIS Online content sharing is free!! We plan on doing a more detailed blog in the future that goes into depth on using ArcGIS Online to share your content for project coordination.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;In the meantime we encourage you to explore ArcGIS online content sharing for yourself: &lt;A href="http://www.arcgisonline.com/"&gt;http://www.arcgisonline.com/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Utility Coordination Data Model&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;We commonly get asked by water utilities if there is a data model for capital projects.&amp;nbsp; There isn't an ESRI community data model for capital project coordination, but from discussions with water utilities that are using GIS for internal capital project tracking or for project coordination with other utilities and municipalities, we've seen some trends.&amp;nbsp; Most utilities track their projects as a polygon of the project extent and are capturing fairly simple attributes - project name and/or project ID, project start date, project end date, project contact name, project contact information such as phone number or email. &amp;nbsp;We've seen utilities begin to track project funding information as an attribute as well, both total project costs, project cost by year for multiyear projects and also funding source information if stimulus money is being used for the project.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;For water and sewer main extension or replacement projects most utilities buffer the mains to be replaced by a predetermined distance, like 25 or 50 feet to generate the project footprint.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;Some utilities are also using project IDs to link to a project management or tracking system to store extended project information.&lt;/P&gt;&lt;img src="http://blogs.esri.com/Dev/aggbug.aspx?PostID=7475" width="1" height="1"&gt;</content><author><name>hcrothers</name><uri>http://blogs.esri.com/Dev/members/hcrothers.aspx</uri></author><category term="Geodatabase" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/Geodatabase/default.aspx" /><category term="Water" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/Water/default.aspx" /><category term="Utility" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/Utility/default.aspx" /><category term="wastewater" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/wastewater/default.aspx" /><category term="stormwater" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/stormwater/default.aspx" /><category term="ESRI" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/ESRI/default.aspx" /><category term="GIS" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/GIS/default.aspx" /><category term="sewer" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/sewer/default.aspx" /><category term="asset management" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/asset+management/default.aspx" /><category term="ArcGIS Server" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/ArcGIS+Server/default.aspx" /><category term="ArcGIS" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/ArcGIS/default.aspx" /><category term="Capital Improvement Planning" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/Capital+Improvement+Planning/default.aspx" /><category term="map" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/map/default.aspx" /><category term="capital projects" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/capital+projects/default.aspx" /><category term="Content Sharing" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/Content+Sharing/default.aspx" /><category term="ArcGIS Online" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/ArcGIS+Online/default.aspx" /><category term="utility coordination" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/utility+coordination/default.aspx" /></entry><entry><title>Methods to Create Unique Asset IDs</title><link rel="alternate" type="text/html" href="http://blogs.esri.com/Dev/blogs/waterutilities/archive/2009/08/03/Methods-to-Create-Unique-Asset-IDs.aspx" /><id>http://blogs.esri.com/Dev/blogs/waterutilities/archive/2009/08/03/Methods-to-Create-Unique-Asset-IDs.aspx</id><published>2009-08-03T12:51:00Z</published><updated>2009-08-03T12:51:00Z</updated><content type="html">We commonly get asked by water, wastewater and stormwater utilities for some tips on how to establish a system for unique asset IDs, so we thought it would helpful to share some insight on this topic.&amp;nbsp; It seems like almost all utilities now recognize the need to have a standard methodology for establishing unique IDs for all of their assets and often use GIS implementation or data model upgrades as an opportunity to introduce a new system for assigning unique asset IDs. 
&lt;P&gt;First, and most importantly, it is an absolute must to use unique asset IDs!! In our modern era of computers, databases and GIS, unique assets IDs play a critical role in reducing duplicate or confusing information about your assets and also is the first step to being able to reduce silos of data and integrating your systems.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;That being said, it seems like some water, wastewater and stormwater utilities make the process of coming up with a unique asset IDs a more complex endeavor than launching the space shuttle. It doesn't have to be that difficult, because inherently GIS has the ability to use any unique number or letter combination to store, manage and retrieve information about your assets.&amp;nbsp; Things become complicated when we try and bring back the human element into our asset ID naming system.&amp;nbsp; That is, you try and create asset IDs that have information in them that allows humans to understand what the asset is or where it is located.&amp;nbsp; An example of this would be using an asset naming methodology that produced names like H-MT601 - where H is for hydrant, MT is for the service area in this case Millbrook Township, and 601 is the number of the hydrant. &lt;/P&gt;
&lt;P&gt;But if you are using a GIS, you are already accessing asset information by location and can eliminate location information from your asset IDs.&amp;nbsp; We hear 2 common rationales for having a location code in asset IDs.&amp;nbsp; The first is that field crews need a location code to help them know what service area assets are located in or know what map book sheet they will find an asset.&amp;nbsp; A good mobile GIS application eliminates this need.&lt;/P&gt;
&lt;P&gt;The second rational we hear is location codes in asset IDs are necessary for reporting.&amp;nbsp; For example we commonly hear water utilities say they need municipal codes in their hydrant IDs to run reports for fire billing.&amp;nbsp; This problem is also solved by GIS because you run fire billing reports, or any asset reporting for that matter, but municipal boundaries or other polygon layers in the GIS.&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Asset ID Methodologies&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;So here are some methodologies that we've seen utilities use for their asset IDs:&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Incrementing Asset IDs - &lt;/B&gt;incrementing asset IDs by one number whenever a new asset is put in service.&amp;nbsp; This is by far the simplest way to assign asset IDs, provided that one person or system is assigning all of the asset IDs.&amp;nbsp; The Dynamic Value Table in the Water Editing Toolbar that is part of the Water Editing Template is simple way to have ArcGIS increment your asset IDs. &lt;/P&gt;
&lt;P&gt;&lt;B&gt;Asset ID preceded by asset type &lt;/B&gt;- For example putting an identifier in front of asset ID to identify the type of asset.&amp;nbsp; For example MH preceding manhole IDs or FH preceding fire hydrant IDs, M preceding meters numbers, etc.&amp;nbsp; This is fairly common and is useful to help identify which asset ID corresponds to which asset when labeled on a map.&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Asset IDs with geographic identifier &lt;/B&gt;- discussed above, in a well done GIS implementation, there is typically no business value in this practice.&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Asset IDs with a system identifier - &lt;/B&gt;This is mainly seen in wastewater systems where it is important to identify and differentiate interceptor lines, typically for reporting purposes.&amp;nbsp; For example, a utility with 3 different interceptors lines - Bushy Creek, Forest Run &amp;amp; Oak Valley might put BC, FR &amp;amp; OV in front of any of the assets that in those drainage basins.&amp;nbsp; Arguable you could also use a polygon to establish what assets are in each interceptor or sewershed for reporting purposes.&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Increatementing Manhole IDs from the lowpoint up - &lt;/B&gt;Some wastewater utilities choose to increment their manholes IDs from the lowest manhole to the highest manhole along interceptor or trunk sewer lines.&amp;nbsp; This tends to work well in areas where trunk mains or interceptors aren't going to be extended in the future and the utility is aware of all of the manhole locations before establishing asset IDs.&amp;nbsp; If new manholes are found (such as buried manholes) or manholes added along the interceptor than typically that manhole is given the next downstream manhole ID with a letter designation.&amp;nbsp; So a buried manhole found above MH27 is given the asset ID MH27A.&amp;nbsp; Once all of the manhole IDs have been assigned from the bottom to the top of the interceptor than many wastewater utilities just increment the manholes on each of the collector lines that feed into the interceptor moving from the bottom to the top of the collector systems.&lt;/P&gt;
&lt;P&gt;Here is a good website from the EPA on manhole numbering: &lt;A href="http://www.epa.gov/NE/sso/manhole-id.html"&gt;http://www.epa.gov/NE/sso/manhole-id.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Sanitary Sewer Pipe IDs &lt;/B&gt;- Often done with a combination of downstream manhole, a dash, and then upstream manhole.&amp;nbsp; So sanitary sewer pipe ID 26-27 takes flow from manhole 27 and carries it to manhole 26.&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Geopins - &lt;/B&gt;Not often seen in utilities for asset IDs, a geopin is calculated using the X &amp;amp; Y coordinates of a spatial feature.&amp;nbsp; Geopins are commonly seen in land records.&amp;nbsp; Geopins are not a good choice for spatial features that are assigned new loction, such as when a utility improves the spatial accuracy of their asset base by doing something like sub-foot GPS field data collection.&lt;/P&gt;
&lt;P&gt;This is an example how geopin would work for a valve at coordinates: X = 23658974.365&amp;nbsp;Y = 6584752584.968&amp;nbsp;&lt;BR&gt;Geopin Formula = X2 Y2 X3 Y3 - X4 Y4 - X5 Y5 X6 Y6&amp;nbsp;&lt;BR&gt;GeoPIN = 3568-54-8795&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Asset ID Tips&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Don't use internal database IDs&amp;nbsp;or geodatabase IDs for your asset IDs&lt;/B&gt; - This is a cardinal rule!&amp;nbsp; Never use any internal IDs from a geodatabase or any other database for your unique IDs unless you are 100% certain that it will not be automatically recalculated by the application in the future.&amp;nbsp; An example of this is the OBJECTID attribute in a geodatabase.&amp;nbsp; Because the OBJECTID attribute is internally used by the geodatabase, on occasion in may be recalculated by ArcMap.&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Keep your legacy asset IDs &lt;/B&gt;- It's perfectly acceptable to store your "legacy" asset IDs when you switch to a new asset ID system.&amp;nbsp; It may be very helpful to know legacy asset IDs if someone needs to refer back to as-builts or old field map books.&amp;nbsp; We saw a great example of this with a municipality that created a table with a one to many relationship between new asset IDs and legacy asset IDs that were used on any old plans or maps that showed the assets.&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Make sure only 1 application or person assign new asset IDs - &amp;nbsp;&lt;/B&gt;This is critically important.&amp;nbsp; Only 1 application, such as ArcMap, your CMMS or 1 employee is who assigns unique IDs, otherwise you are running the risk of assigning duplicate IDs.&lt;/P&gt;
&lt;P&gt;&lt;B&gt;Storm Water IDs &lt;/B&gt;- because of the ad-hoc nature of how most water storm networks were built, especially in suburbia and the difficulty in understanding how the water flows without good elevation data, it's difficult to create an asset ID system for stormwater that describes which assets flow into each other.&amp;nbsp; It's much easier to just use incrementing IDs.&lt;/P&gt;
&lt;P&gt;If you'd like to share other asset ID systems you've seen, please feel free to post a comment on this blog.&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;/B&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.esri.com/Dev/aggbug.aspx?PostID=7344" width="1" height="1"&gt;</content><author><name>hcrothers</name><uri>http://blogs.esri.com/Dev/members/hcrothers.aspx</uri></author><category term="Water" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/Water/default.aspx" /><category term="Utility" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/Utility/default.aspx" /><category term="wastewater" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/wastewater/default.aspx" /><category term="stormwater" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/stormwater/default.aspx" /><category term="ESRI" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/ESRI/default.aspx" /><category term="GIS" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/GIS/default.aspx" /><category term="sewer" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/sewer/default.aspx" /><category term="asset management" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/asset+management/default.aspx" /><category term="enterprise asset management" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/enterprise+asset+management/default.aspx" /><category term="mobile gis" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/mobile+gis/default.aspx" /><category term="field crews" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/field+crews/default.aspx" /><category term="paper maps" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/paper+maps/default.aspx" /><category term="map" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/map/default.aspx" /><category term="asset IDs" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/asset+IDs/default.aspx" /><category term="unique asset IDs" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/unique+asset+IDs/default.aspx" /></entry><entry><title>User Conference follow up and your thoughts on the Templates </title><link rel="alternate" type="text/html" href="http://blogs.esri.com/Dev/blogs/waterutilities/archive/2009/07/22/User-Conference-Follow-Up-and-Your-thoughts-on-the-Templates-.aspx" /><id>http://blogs.esri.com/Dev/blogs/waterutilities/archive/2009/07/22/User-Conference-Follow-Up-and-Your-thoughts-on-the-Templates-.aspx</id><published>2009-07-22T13:45:00Z</published><updated>2009-07-22T13:45:00Z</updated><content type="html">If you had the chance to attend the user conference, I am sure you are excited about some of the new functions you saw in 9.4.&amp;nbsp; I know I am.&amp;nbsp; I cannot wait for the new editing environment.&amp;nbsp; To be able to set up editing templates that default attributes, symbols, etc. is going to make managing our assets so much easier.&amp;nbsp; There are many nice additions at 9.4, I wish it was ready tomorrow!! 
&lt;P&gt;What did you think of the 9.4?&amp;nbsp; Are you excited about it as I am?&lt;/P&gt;
&lt;P&gt;I also wanted to thank all the users who were able to attend the sessions dealing with water, wastewater and public works and those who stopped by the industry island.&amp;nbsp; We had a great turnout and fantastic feedback.&amp;nbsp; Some of you had a chance to talk to the water team and share some great information.&amp;nbsp; If you did not get a chance to talk to the team or you wanted to follow up on the conversion, please send a note to &lt;A href="mailto:ArcGISTeamWater@esri.com"&gt;ArcGISTeamWater@esri.com&lt;/A&gt;.&amp;nbsp; We also started a new thread on the forums so you can post your enhancement request, success stories, bugs or issues you may encounter with the templates.&amp;nbsp; You can also use these forums to talk about any other issues you may need help or advice.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;The direct link to the post for the templates is: &lt;/P&gt;
&lt;P&gt;&lt;A href="http://forums.esri.com/Thread.asp?c=55&amp;amp;f=426&amp;amp;t=286881"&gt;http://forums.esri.com/Thread.asp?c=55&amp;amp;f=426&amp;amp;t=286881&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Here is the link to the forums: &lt;/P&gt;
&lt;P&gt;&lt;A href="http://forums.esri.com/Forums.asp?c=55"&gt;http://forums.esri.com/Forums.asp?c=55&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Thank you and looking forward to hearing from you.&lt;/P&gt;
&lt;P&gt;ArcGIS Team Water&lt;/P&gt;&lt;img src="http://blogs.esri.com/Dev/aggbug.aspx?PostID=7192" width="1" height="1"&gt;</content><author><name>mmiller@esri.com</name><uri>http://blogs.esri.com/Dev/members/mmiller%40esri.com.aspx</uri></author><category term="Water" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/Water/default.aspx" /><category term="Utility" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/Utility/default.aspx" /><category term="wastewater" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/wastewater/default.aspx" /><category term="stormwater" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/stormwater/default.aspx" /><category term="ESRI" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/ESRI/default.aspx" /><category term="sewer" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/sewer/default.aspx" /><category term="water distribution" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/water+distribution/default.aspx" /><category term="asset management" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/asset+management/default.aspx" /><category term="ArcGIS" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/ArcGIS/default.aspx" /><category term="User Conference" scheme="http://blogs.esri.com/Dev/blogs/waterutilities/archive/tags/User+Conference/default.aspx" /></entry></feed>