<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: easily select street segment(s) between two cross streets for editing in Mapping Questions</title>
    <link>https://community.esri.com/t5/mapping-questions/easily-select-street-segment-s-between-two-cross/m-p/306044#M3160</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I wish I had something for you.&amp;nbsp; You may want to try the editing forum.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/forums/116-Editing"&gt;http://forums.arcgis.com/forums/116-Editing&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jul 2011 13:18:11 GMT</pubDate>
    <dc:creator>JeffBarrette</dc:creator>
    <dc:date>2011-07-29T13:18:11Z</dc:date>
    <item>
      <title>easily select street segment(s) between two cross streets for editing</title>
      <link>https://community.esri.com/t5/mapping-questions/easily-select-street-segment-s-between-two-cross/m-p/306042#M3158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am working with a massive streets database, in which each street is broken into segments at each cross street.&amp;nbsp; My work involves editing groupings of these streets at a time (for example, along "5th" from street A to street F) and while manual selection of those segments is certainly possible it is very tedious.&amp;nbsp; I have been using Select by Attributes as well as the find option.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was thinking a program that selected only the segments of "5th" between Street A and Street F would be fantastic, although I don't know if anything similar to this exists or if it would be relatively straightforward to write.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone have any suggestions for automating/speeding this process?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2011 20:39:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/easily-select-street-segment-s-between-two-cross/m-p/306042#M3158</guid>
      <dc:creator>KatherineHayman1</dc:creator>
      <dc:date>2011-07-20T20:39:44Z</dc:date>
    </item>
    <item>
      <title>Re: easily select street segment(s) between two cross streets for editing</title>
      <link>https://community.esri.com/t5/mapping-questions/easily-select-street-segment-s-between-two-cross/m-p/306043#M3159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Nothing at all?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2011 17:43:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/easily-select-street-segment-s-between-two-cross/m-p/306043#M3159</guid>
      <dc:creator>KatherineHayman1</dc:creator>
      <dc:date>2011-07-28T17:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: easily select street segment(s) between two cross streets for editing</title>
      <link>https://community.esri.com/t5/mapping-questions/easily-select-street-segment-s-between-two-cross/m-p/306044#M3160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I wish I had something for you.&amp;nbsp; You may want to try the editing forum.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/forums/116-Editing"&gt;http://forums.arcgis.com/forums/116-Editing&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2011 13:18:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/easily-select-street-segment-s-between-two-cross/m-p/306044#M3160</guid>
      <dc:creator>JeffBarrette</dc:creator>
      <dc:date>2011-07-29T13:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: easily select street segment(s) between two cross streets for editing</title>
      <link>https://community.esri.com/t5/mapping-questions/easily-select-street-segment-s-between-two-cross/m-p/306045#M3161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is not an easy interface to create and it would have to be done all in custom code.&amp;nbsp; There are a lot of possible points of failure for user input that have to be validated before a result can be returned.&amp;nbsp; For example, you must validate that the street name is correct, and that both cross streets exist along that street before you can get the line segment that represents that description.&amp;nbsp; You also may have to resolve ambiguous situations where two or more identically named intersections exist and one must be chosen.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Beyond that I would say that at a minimum you would need a dissolved network of streets using your street name and an intersection point layer that could be searched for cross-streets (See &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/23215-create-point-shapefile-of-street-intersections-from-polyline-ArcEditor"&gt;this thread&lt;/A&gt;&lt;SPAN&gt; for one possible method of doing that).&amp;nbsp; If you used ArcObjects, the minimum interfaces needed would include the ICurve.QueryPointAndDistance Method to find the percent or distance along a selected dissolved street line defining the location where each intersection fell along the dissolved street and the ICurve.GetSubcurve Method to get the portion of the dissolved street that fell between the two points.&amp;nbsp; Then you would need to do a small buffer of that subcurve with the ITopologicalOperator.Buffer Method and finally do a selection of your original lines that were completely contained by that buffer and had the correct street name.&amp;nbsp; I don't think Python could handle the interface or the operations, so you would have to look at what it takes to create add-ins using Visual Studio 2008 (Express or higher), which is not simple going forward at 10.1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The interface could not keep current if your edit session actually changed street names or the network connectivity of your original line network and such changes would require periodic rebuilds of the dissolved lines and intersections to allow you to get accurate results.&amp;nbsp; But periodic rebuilds are required by Network Analyst and Geometric Networks as well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The above assumes that the network has no or very few roads that branch.&amp;nbsp; Streets that branch (i.e., three or more lines with the same street name meet at the same point) will generally give bad results with the above interface.&amp;nbsp; So if you typicaly have parallel segments of road representing one-way travel on a single street going around a divider that meet at the ends of the divider, you will have many problems and many ambigous intersection choices that complicate this idea to the point that I do not recommend attempting it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;While I have not designed an interface that specifically does what you want, I did create one for doing linear referencing events that was more involved than what you need, since it had to handle offsets from an intersection (i.e., find the portion of A St that is between 235 feet East of 1st St and 545 feet West of 5th St).&amp;nbsp; Let me know if you want to pursue this idea now that I have given you an idea of what it involves.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2011 21:54:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/easily-select-street-segment-s-between-two-cross/m-p/306045#M3161</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2011-08-26T21:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: easily select street segment(s) between two cross streets for editing</title>
      <link>https://community.esri.com/t5/mapping-questions/easily-select-street-segment-s-between-two-cross/m-p/306046#M3162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;While I have not designed an interface that specifically does what you want, I did create one for doing linear referencing events that was more involved than what you need, since it had to handle offsets from an intersection (i.e., find the portion of A St that is between 235 feet East of 1st St and 545 feet West of 5th St).&amp;nbsp; Let me know if you want to pursue this idea now that I have given you an idea of what it involves.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Richard, thanks for the post.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am looking for some code that will do offsets from an intersection and create a point along a line.&amp;nbsp; For example a traffic collision on Easy St 100 ft North of the intersection with Daily Dr.&amp;nbsp; I have seperate columns for Primary street, cross street, distance and direction.&amp;nbsp;&amp;nbsp; Do you have code I could tweak to make it work?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2011 19:37:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/easily-select-street-segment-s-between-two-cross/m-p/306046#M3162</guid>
      <dc:creator>TomMagdaleno</dc:creator>
      <dc:date>2011-10-05T19:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: easily select street segment(s) between two cross streets for editing</title>
      <link>https://community.esri.com/t5/mapping-questions/easily-select-street-segment-s-between-two-cross/m-p/306047#M3163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Richard, thanks for the post.&lt;BR /&gt;I am looking for some code that will do offsets from an intersection and create a point along a line.&amp;nbsp; For example a traffic collision on Easy St 100 ft North of the intersection with Daily Dr.&amp;nbsp; I have seperate columns for Primary street, cross street, distance and direction.&amp;nbsp;&amp;nbsp; Do you have code I could tweak to make it work?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Your basic configuration of the data is what I normally have, but I also include an intersection distiguisher field to help me know what intersection to choose when multiple locations have the same street name pair [I prefer this to making the cross-street something like Daily Dr. (S)].&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Actually, I don't use the interface any more and even when I did, it would just be an extension of the data set I use today.&amp;nbsp; I have a series of scripts that builds LR Routes, Intersection points and an event table of every intersection name pair with Route ID and Measure.&amp;nbsp; I have a series of join fields in the intersection pair table that allow me to transfer data about the intersection to other event tables so I can reference either a relative or absolute position for the intersection (that way I can use the table as either X/Y events or LR Route Events).&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I find the intersection pair table helps me to QC my field data, since misspelling of street names is very common and the most time consuming aspect of geocoding.&amp;nbsp; I always preserve the original misspellings and add fields to hold my corrected spellings or alternative intersection descriptions when the intersection described is not available and I translate it to another intersection reference.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In my dervative event tables I add matching join fields, starting with the primary and cross street pair in the format of "{EASY ST}{DAILY DR}",&amp;nbsp; The intersetion pair table tells me if this is a unique name pair or if multiple intersections have this name pair (in which case it has additional fields to identify if the particulal record is either the most E/W, N/S or 1/2/3... when more than two identically named intersections exist).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For the Offset, I add a field to hold a multiplier of 1 or -1 to trranslate the compass direction into a compatible LR direction of offset.&amp;nbsp; Typically E and S use a multiplier of 1 and N and W use a multiplier of -1 based on the way I constructed the routes.&amp;nbsp; To get the offset measure, I add the base intersection measure I got from my intersection pair table to the distance of offset from the field data multiplied by the offset multiplier.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have found this set up to be very flexible and it work most efficently when I am processing 1,000 records or more.&amp;nbsp; I have also used this method to position signage, which additionally must account for the sign facing with a separate side offset and rotation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I were to build an interface based on LR methods, it would still use these underlying feature classes and tables.&amp;nbsp; What sort of LR network data do you have at this point and how clean is it topologically for your intersections?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You may want to look at Crossroads or other commercially available software for collision data conversion if you are using State supplied data, since it aids in the conversion of the State data and has the ability to project collisions on a projection beyond the actual centerline ends (something LR data does not do).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2011 20:51:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/easily-select-street-segment-s-between-two-cross/m-p/306047#M3163</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2011-10-05T20:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: easily select street segment(s) between two cross streets for editing</title>
      <link>https://community.esri.com/t5/mapping-questions/easily-select-street-segment-s-between-two-cross/m-p/306048#M3164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My Topology is good, I have cleaned off alleys and unnamed streets.&amp;nbsp; I haven't created much in Linear Referencing yet.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a point feature class with my intersections in the format "{EASY ST}{DAILY DR}",&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2011 21:41:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/easily-select-street-segment-s-between-two-cross/m-p/306048#M3164</guid>
      <dc:creator>TomMagdaleno</dc:creator>
      <dc:date>2011-10-05T21:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: easily select street segment(s) between two cross streets for editing</title>
      <link>https://community.esri.com/t5/mapping-questions/easily-select-street-segment-s-between-two-cross/m-p/306049#M3165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;My Topology is good, I have cleaned off alleys and unnamed streets.&amp;nbsp; I haven't created much in Linear Referencing yet.&amp;nbsp; &lt;BR /&gt;I have a point feature class with my intersections in the format "{EASY ST}{DAILY DR}",&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Since you have not created any Linear Referencing routes, you can build a script to generate them in ModelBuilder.&amp;nbsp; I recommend a script if you have a large number of lines to agregate (over 20,000), since I found I had to process blocks of Centerlines in groups about that size and append them together to get decent performance out of the Create Routes Tool.&amp;nbsp; I have a separate ROUTE_NAME field in my Centerline layer which becomes the Route ID in the Create Route Tool.&amp;nbsp; You can make the route ID any Unique value (numeric or string) as long as it agregates the lines that you want joined together.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You should also include in the Model the environmental settings for M Resolution and you Feature Class extent if you need to append multiple outputs together like I do.&amp;nbsp; Letting the tool generate custom extents or M resolutions makes repeatability in future runs more difficult for tracking route changes.&amp;nbsp;&amp;nbsp; A sample of the environmental settings I use in my exported Python script are as follows:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;# Set the Geoprocessing environment...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#gp.XYTolerance = "0.003280833333333 Feet"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#gp.XYResolution = "0.000328083333333 Feet"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#gp.XYDomain = "-118608900 -91259500 2954993346592.94 2955020695992.94"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#gp.outputCoordinateSystem = "PROJCS['NAD_1983_StatePlane_California_VI_FIPS_0406_Feet',GEOGCS['GCS_North_American_1983',DATUM['D_North_American_1983',SPHEROID['GRS_1980',6378137.0,298.257222101]],PRIMEM['Greenwich',0.0],UNIT['Degree',0.0174532925199433]],PROJECTION['Lambert_Conformal_Conic'],PARAMETER['False_Easting',6561666.666666666],PARAMETER['False_Northing',1640416.666666667],PARAMETER['Central_Meridian',-116.25],PARAMETER['Standard_Parallel_1',32.78333333333333],PARAMETER['Standard_Parallel_2',33.88333333333333],PARAMETER['Latitude_Of_Origin',32.16666666666666],UNIT['Foot_US',0.3048006096012192]]"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#gp.extent = "6129957.88366199 2098700.9515318 7097398.14694032 2341052.42516121"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;gp.MTolerance = "0.001"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;gp.MResolution = "0.0001"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#gp.MDomain = "-100000 900719825474.099"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In my model I first create a layer on my Centerlines and then do a Select by Attribute to subselect a set of Centerlines to aggregate into routes.&amp;nbsp; Since my County covers many areas I have assigned an area plan field to cluster roads in an area, that way I don't append Main St at one end of my County with a completely unrelated Main St on the other end.&amp;nbsp; My selections use these area plans for building my routes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After you have built your first set of routes, you can look for anomolies like three-way branches, which can mess up your measures.&amp;nbsp; I assign new Route_Names to break minor branches from the main route branch.&amp;nbsp; (I have special fields for handling roads that separate into parallel one-way segments and then remerge into two-way segments so I can build separate unbroken eastbound/westbound or northbound/southbound routes).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are special calculations for getting the monotonicity (continuity of measures) value and the parts that made up the route that help to simplify the routes.&amp;nbsp; Simple routes are easier to use than complex routes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyway, I am out of time but will post the calculations I use in the model for route analysis.&amp;nbsp; I add the fields and calculations in the model structure as well (another reason to create a model).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2011 23:32:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/easily-select-street-segment-s-between-two-cross/m-p/306049#M3165</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2011-10-05T23:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: easily select street segment(s) between two cross streets for editing</title>
      <link>https://community.esri.com/t5/mapping-questions/easily-select-street-segment-s-between-two-cross/m-p/306050#M3166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I just thought I would upload an example of what can be achieved with the Linear Referencing methods I am using.&amp;nbsp; Attached is a sample of some of the 44,000 Traffic Control Device points I have geocoded.&amp;nbsp; Every sign on the map was placed by translating the cross street references of the field crews to one of my intersection route and measure values and then adding the specified offset in the direction recorded in the field.&amp;nbsp; The addition of a side offset and rotation based on the sign facing together with the appropriate symbology for the sign helps present the information understandably.&amp;nbsp; Each point can be clicked for more information, such as installation date, inspection date and repair requests.&amp;nbsp; Also each sign has a hyperlink to Google so the sign can be checked in street view.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2011 23:33:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/easily-select-street-segment-s-between-two-cross/m-p/306050#M3166</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2011-10-07T23:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: easily select street segment(s) between two cross streets for editing</title>
      <link>https://community.esri.com/t5/mapping-questions/easily-select-street-segment-s-between-two-cross/m-p/306051#M3167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That is very impressive Richard.&amp;nbsp; I'll take a look at it and see if I can make it work for me too.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2011 13:27:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/easily-select-street-segment-s-between-two-cross/m-p/306051#M3167</guid>
      <dc:creator>TomMagdaleno</dc:creator>
      <dc:date>2011-10-10T13:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: easily select street segment(s) between two cross streets for editing</title>
      <link>https://community.esri.com/t5/mapping-questions/easily-select-street-segment-s-between-two-cross/m-p/306052#M3168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here are some useful calculations for validating that LR Routes are simple.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Create a Long field called Parts and use the following advanced calculation to determine how many parts make up your route (I allow gaps when building routes so that I can cross minor jogs at intersections.&amp;nbsp; Branches always result in at least 3 parts to a route):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Parser: Python&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Pre-Logic Script Code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;def Output(PartCount):&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; return PartCount&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Expression:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Output(float(!SHAPE.PARTCOUNT!))&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Create a field of type Long called MMONOTONIC and use the following advanced calculation to determine the M Monotonicity of the LR Route (A value of 1 indicates measures are continuously increasing, which means the route has no branches and is simple.&amp;nbsp; Any other value indicates combinations of measures that are increasing, decreasing or unchanging, which means the LR Route has branches, full loops or other complex route configurations.&amp;nbsp; This is the value reported descriptively in the Identify Route Locations tool and you can create a domain that replicates those descriptions if you like):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Parser:&amp;nbsp; VB Script&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Pre-Logic Script Code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dim Output As Long&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dim l As Long&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dim pCurve As ICurve&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dim pSegmentCollection As IMSegmentation3&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Set pCurve = [Shape]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Set pSegmentCollection = pCurve&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Output = pSegmentCollection.MMonotonicity&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Expression:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Output&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Once you have created routes you can get Rooute ID values and measures assigned to your intersection points by using the "Locate Features Along Routes" tool in the Linear Referencing toolbox.&amp;nbsp; Below is a sample of the fields I have in the intersection pair event table to use as joins and value transfers to subsequently derived event tables.&amp;nbsp; I use these fields for validation of the subsequent events and updating the derived events in response to changes in my routes, such as realignments, road renaming, etc.:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;RID: VIA LOS VENTOS SWAP ' Route ID created by the Locate Feature Along Route tool.&amp;nbsp; In this case the Street name is VIA LOS VENTOS in the Southwest Area Plan (SWAP)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;MEAS: 5023.8725 ' Measure created by the Locate Feature Along Route tool.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Distance: 0 ' Field created by the Locate Features Along Route tool.&amp;nbsp; Typically 0.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;STNAMES: {LOS GATOS RD}{VIA LOS VENTOS}{VISTA DEL MAR} ' All names listed alphabetically &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;X_COORD: 6231383.346493 ' transferrred to subsequent events so offsets can be compared.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Y_COORD: 2315384.464358 ' transferrred to subsequent events so offsets can be compared.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;X_Y_LINK: {6231383.3465}{2315384.4644} ' Useful relate value for when route name changes&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;WAYS_COUNT: 4 ' Number of Centerline segments that link at intersection&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;STNAME_WAYS: {1}{1}{2} ' number of segments associated with the STNAME field street order &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;POINT_ID: 26638 ' Numeric value representing the Point X/Y value&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;STNAME: VIA LOS VENTOS ' Primary Street Name often used as a relate&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CROSS_NAME: LOS GATOS RD ' Cross Street Name often used as a relate&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;X_Y_ROUTE: {6231383.3465}{2315384.4644}{VIA LOS VENTOS SWAP} ' Best final join for the RID and Meas values.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PAIR_STNAMES: {VIA LOS VENTOS}{LOS GATOS RD} ' First level join field&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;X_Y_PAIR: {6231383.3465}{2315384.4644}{W CHURCH ST}{IOWA AVE} ' Best Final Join for the name pair value&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The above X/Y point would have 6 entries in my intersection pair table so that I could relate to any combination and order of the three (3) street names that meet at the above intersection.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Typically my derived events have the following fields:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PRIMARY: VIA LOS VENTOS&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CROSS: LOS GATOS RD&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;DIST: 100&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;DIR: W&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FACING: E ' FACING representing the direction of travel of a driver on the road looking at the sign, not the sign itself in my data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PAIR_STNAMES: {VIA LOS VENTOS}{LOS GATOS RD} 'First level join or relate to intersection pair table&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;INT_X_Y: {6231383.3465}{2315384.4644} ' FROM X_Y_LINK. Useful as a relate&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;INT_X: 6231383.346493 ' Intersection X value from X_COORD.&amp;nbsp; Useful for validating offset.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;INT_Y: 2315384.464358 ' Intersection X value from Y_COORD.&amp;nbsp; Useful for validating offset.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;X_Y_PAIR: {6231383.3465}{2315384.4644}{W CHURCH ST}{IOWA AVE} ' Best Final Join for the name pair&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;X_Y_ROUTE: {6231383.3465}{2315384.4644}{VIA LOS VENTOS SWAP} ' Best final join for the RID and Meas values.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;INT_MEAS: 5023.8725 ' From Meas value of the intersection&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;OFFSET_MULT: -1 ' Multiplier for offset representing the direction of offset.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;OFFSET_DIST: 100 ' Repeats or adjust absolute offset distance so that it stays on the route&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ROUTE_ID: VIA LOS VENTOS SWAP&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;EVENT_MEAS: 4923.8725 ' Actual measure of derived event.&amp;nbsp; Equals INT_MEAS + OFFSET_MULT * OFFSET_DIST&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CL_X: # ' Calculate Geometry on an event without a side offset.&amp;nbsp; Can be compared to INT_X to make sure offset went in correct direction.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CL_Y: # ' Calculate Geometry on an event without a side offset.&amp;nbsp; Can be compared to INT_Y to make sure offset went in correct direction.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SIDE_MULT: 1 ' Multiplier representing side offset direction related to FACING&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SIDE_DIST: 30 ' Holds value of Side offset distance.&amp;nbsp; Recaled as SIDE_MULT * ABS(SIDE_DIST)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;INT_ANGLE: # ' Calced from LOC_ANGLE (the event angle) when event is at Intersection Measure.&amp;nbsp; Tells you angle of your route at the intersection to help predict offset.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CALC_ANGLE: # ' Calced from LOC_ANGLE (the event angle) when event is at Offset Measure. Tells you angle at final event location to help predict side offset.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ROTATION: # ' Calced to give final rotation of FACING relative to the CALC_ANGLE value with 90 degree adjustments.&amp;nbsp; I have a calcuation for doing this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;EVENT_X: # ' Use Calculate Geometry to get final event location X coordinate.&amp;nbsp; Can be compared to CL_X to make sure side offset went in correct direction.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;EVENT_Y: # ' Use Calculate Geometry to get final event location Y coordinate.&amp;nbsp; Can be compared to CL_Y to make sure side offset went in correct direction.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2011 17:05:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/easily-select-street-segment-s-between-two-cross/m-p/306052#M3168</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2011-10-10T17:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: easily select street segment(s) between two cross streets for editing</title>
      <link>https://community.esri.com/t5/mapping-questions/easily-select-street-segment-s-between-two-cross/m-p/306053#M3169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Just another note:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Usually Engineers build Routes from the Lower Left to emulate stationing, so that Route measure typically increase from West to East and from South to North.&amp;nbsp; Addressing often is oriented from the Upper Left.&amp;nbsp; For routes that go diagonally oposite of the primary chosen orientation you may have to flag those Centerline and build a route in the other direction.&amp;nbsp; For example, if you chose Lower Left as the primary, then a diagonal route that runs from Northwest to Southeast you should flag that route for building from the Upper Left.&amp;nbsp; If not it will often build in a wierd way from the middle of the Route to each end.&amp;nbsp; My Centerlines have a field called BUILD_DIR to help me select these routes for a special build.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2011 18:28:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/easily-select-street-segment-s-between-two-cross/m-p/306053#M3169</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2011-10-10T18:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: easily select street segment(s) between two cross streets for editing</title>
      <link>https://community.esri.com/t5/mapping-questions/easily-select-street-segment-s-between-two-cross/m-p/306054#M3170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm still learning about all this, but my current understanding is that if I have a street segment named "Easy St" and it meets&amp;nbsp; "Main St" at a T and has a court half way up the steet on the side called "Dwight Ct" then I would need routes for&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;{Easy St} {Main St} - &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{Easy St} {Easy St} -the broken line where it meets Dwight Ct&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{Easy St} {Dwight Ct}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Would I also need to stack a line or add a column and have these street names transposed so that I could do the opposite direction?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2011 18:40:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/easily-select-street-segment-s-between-two-cross/m-p/306054#M3170</guid>
      <dc:creator>TomMagdaleno</dc:creator>
      <dc:date>2011-10-10T18:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: easily select street segment(s) between two cross streets for editing</title>
      <link>https://community.esri.com/t5/mapping-questions/easily-select-street-segment-s-between-two-cross/m-p/306055#M3171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I'm still learning about all this, but my current understanding is that if I have a street segment named "Easy St" and it meets&amp;nbsp; "Main St" at a T and has a court half way up the steet on the side called "Dwight Ct" then I would need routes for&lt;BR /&gt;&lt;BR /&gt;{Easy St} {Main St} - &lt;BR /&gt;{Easy St} {Easy St} -the broken line where it meets Dwight Ct&lt;BR /&gt;{Easy St} {Dwight Ct}&lt;BR /&gt;&lt;BR /&gt;Would I also need to stack a line or add a column and have these street names transposed so that I could do the opposite direction?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Actually, that is not correct.&amp;nbsp; My original Centerline are not routes and have no measure data associated with them.&amp;nbsp; My routes are derived from them by running the Create Routes tool in the Linear Referencing toolset on a ROUTE_NAME field that holds a value that may be shared by many related Centerlines.&amp;nbsp; All Centerlines named Easy St that are logically related will have the same ROUTE_NAME value, so that they will build into one connected route.&amp;nbsp; In my case it would be something like "EASY ST SWAP", where SWAP represents an area plan for distinguishing an Easy St in that portion of my County from another Easy St in another area of my County.&amp;nbsp; I choose the predominant area plan assocatiated with a street and do not change the area plan assigned to a set of the Centerlines that should connect, even if they technically cross an area plan boundary, since continuity of logically related Centerlines in a route is more important than any other consideration.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You would run the Create Route tool in the Linear Reference toolset to create a route for Easy St from one end to the other, a route for Main St from one end to the other, and a route for Dwight Ct from one end to the other, regardless of how many streets they intersect or what streets they intersect.&amp;nbsp; The routes hold the measure for any position along the route and have no awareness of cross streets at all.&amp;nbsp; You may have to create a special naming convention for the RouteID where multiple widely separated streets have common names like Main St, so that you can distinguish a Main St in one area from another and not have them connected across vast distances (which would be meaningless if they will never connect or directly interact).&amp;nbsp; The Route only needs to be built in one direction to aggregate a standard set of two-way centerlines for any given street that does not branch.&amp;nbsp; No two Routes should have the same RouteID.&amp;nbsp; That ID must be unique for each route and the route should connect as many Centerlines as you could reasonably travel along (which may include minor gaps if there are offsets across an intersecting street).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The point class of intersections is where you get your first set of events that give you your reference points, not the routes.&amp;nbsp; I first build a standard intersection point class that holds all of the intersecting street names associated with a given intersection point and get the X/Y data for the intersection point.&amp;nbsp; It does not matter if the intersections fall at the beginning of the route, the end of the route, or somewhere in between the two ends of the route.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now that you have those two feature classes, you run the Locate Features Along Route tool so that your intersection points get the RouteID and Measure values of the Routes they fall along.&amp;nbsp; You should use the setting that lets the point get data from all routes that touch the point.&amp;nbsp; The resulting point event table now holds the fixed X/Y position of the intersection from the original point class input to the tool and the relative route and measure data of an LR event that also represents that same position as a distance along the route.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When this completes you run a second model process to generate all of the possible cross street combinations from the Locate Features Along Route result into a new table.&amp;nbsp; It is created by a series of selections, calculations and append operations (two street names intersecting will typically generate two records for each street combination (which is typically in the standard result of the Locate Features Along Route output), three street names will generate 6 records (4 records need to be derived and appended), and 4 street names will generate 12 records (10 records need to be derived and appended)).&amp;nbsp; This is the event table that gives you all of the intersection reference data you need for creating subsequent events tables that will include offsets.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2011 19:49:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/easily-select-street-segment-s-between-two-cross/m-p/306055#M3171</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2011-10-10T19:49:45Z</dc:date>
    </item>
    <item>
      <title>Geometric Network Flow Direction</title>
      <link>https://community.esri.com/t5/mapping-questions/easily-select-street-segment-s-between-two-cross/m-p/306056#M3172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Greetings all. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I apologize for posting in this thread. No one has replies since I posted my own thread.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am in desperate need of some help. I work at an electricity company am I am trying to set up an electric distribution geometric network. I created it successfully and set up what I think are the right connectivity rules. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is a situation where two different circuits occasionally run on the same pole (Point A in the pic) or one line terminates perpendicular to another line from a different circuit at the same pole. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can someone please assist me in getting the circuits in green and purple to flow freely to their ends even if they seem to intersect at point A? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have attached the sample geodatabase that i'm working with.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My email address is &lt;/SPAN&gt;&lt;A href="mailto:dalrympleg@gmail.com"&gt;dalrympleg@gmail.com&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Gideon.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2011 12:39:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/easily-select-street-segment-s-between-two-cross/m-p/306056#M3172</guid>
      <dc:creator>GideonDalrymple</dc:creator>
      <dc:date>2011-10-14T12:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: Geometric Network Flow Direction</title>
      <link>https://community.esri.com/t5/mapping-questions/easily-select-street-segment-s-between-two-cross/m-p/306057#M3173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Greetings all. &lt;BR /&gt;&lt;BR /&gt;I apologize for posting in this thread. No one has replies since I posted my own thread.&lt;BR /&gt;&lt;BR /&gt;I am in desperate need of some help. I work at an electricity company am I am trying to set up an electric distribution geometric network. I created it successfully and set up what I think are the right connectivity rules. &lt;BR /&gt;&lt;BR /&gt;There is a situation where two different circuits occasionally run on the same pole (Point A in the pic) or one line terminates perpendicular to another line from a different circuit at the same pole. &lt;BR /&gt;&lt;BR /&gt;Can someone please assist me in getting the circuits in green and purple to flow freely to their ends even if they seem to intersect at point A? &lt;BR /&gt;&lt;BR /&gt;I have attached the sample geodatabase that i'm working with.&lt;BR /&gt;&lt;BR /&gt;My email address is &lt;A href="mailto:dalrympleg@gmail.com"&gt;dalrympleg@gmail.com&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Regards &lt;BR /&gt;Gideon.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Gideon:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't use geometric networks and the original topic of this thread (and what it has evolved into) do not require a geometric network to work.&amp;nbsp; Geometric networks have unique properties that require insights from those that use them to help solve your problem.&amp;nbsp; So I am afraid I cannot help you.&amp;nbsp; What forums have you posted this problem under before?&amp;nbsp; You need to reach the audience of Utility specialists to help give you an answer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2011 16:12:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/easily-select-street-segment-s-between-two-cross/m-p/306057#M3173</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2011-10-14T16:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: easily select street segment(s) between two cross streets for editing</title>
      <link>https://community.esri.com/t5/mapping-questions/easily-select-street-segment-s-between-two-cross/m-p/306058#M3174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I Understand. I have posted there but to no avail. "sigh"&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2011 16:22:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/easily-select-street-segment-s-between-two-cross/m-p/306058#M3174</guid>
      <dc:creator>GideonDalrymple</dc:creator>
      <dc:date>2011-10-14T16:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: easily select street segment(s) between two cross streets for editing</title>
      <link>https://community.esri.com/t5/mapping-questions/easily-select-street-segment-s-between-two-cross/m-p/306059#M3175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Richard,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Thanks for your help so far.&amp;nbsp; I have most of my data formatted but I am still confused on how I will identify the routes from a listing of Primary St, Cross Street and Direction.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I had a few problems:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1.&amp;nbsp; How do I create a route that is not strictly increasing?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If I create two routes on the same line that are increasing in opposite directions then it will work.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My idea is to have at least two names for each segment because each street could be described as being south or north of its cross street.&amp;nbsp; See attached image.&amp;nbsp; Arneill will have two different route IDs.&amp;nbsp; This way I can simply concantonate the primary st, direction and cross street from the table I receive from the police dept and it will find my route.&amp;nbsp; I plug in the distance and I have my collision point.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2.&amp;nbsp; This creates a lot of manual work.&amp;nbsp; I will have to Create Route on each street manually to see what direction they go and make a route on them.&amp;nbsp; Then I will have to create the names.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2011 17:50:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/easily-select-street-segment-s-between-two-cross/m-p/306059#M3175</guid>
      <dc:creator>TomMagdaleno</dc:creator>
      <dc:date>2011-10-25T17:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: easily select street segment(s) between two cross streets for editing</title>
      <link>https://community.esri.com/t5/mapping-questions/easily-select-street-segment-s-between-two-cross/m-p/306060#M3176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Richard,&lt;BR /&gt;&amp;nbsp; Thanks for your help so far.&amp;nbsp; I have most of my data formatted but I am still confused on how I will identify the routes from a listing of Primary St, Cross Street and Direction.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;I had a few problems:&lt;BR /&gt;1.&amp;nbsp; How do I create a route that is not strictly increasing?&amp;nbsp; &lt;BR /&gt;If I create two routes on the same line that are increasing in opposite directions then it will work.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;My idea is to have at least two names for each segment because each street could be described as being south or north of its cross street.&amp;nbsp; See attached image.&amp;nbsp; Arneill will have two different route IDs.&amp;nbsp; This way I can simply concantonate the primary st, direction and cross street from the table I receive from the police dept and it will find my route.&amp;nbsp; I plug in the distance and I have my collision point.&lt;BR /&gt;2.&amp;nbsp; This creates a lot of manual work.&amp;nbsp; I will have to Create Route on each street manually to see what direction they go and make a route on them.&amp;nbsp; Then I will have to create the names.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I looked at your graphic and am not sure I know what the call out lable refers to.&amp;nbsp; If it is a subsection of the line between the north and south intersection, that is not how I create my routes.&amp;nbsp; My routes would not break at any intersection and would have measures that normally start at the north or west and continue to the south or east.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So I would have 8 Routes total on the map that you created.&amp;nbsp; One for Ponderosa Dr, one for Pickwick Dr, one for Arnell Rd, one for Fulton St, one for Pheasant Hill Rd, one each for the unlabeled Cul-de-sacs, and one for Hartnell St at the 3 way intersection with Fulton St and Pickwick Dr.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You always want strictly increasing routes, period.&amp;nbsp; That is the definition of a simple route and that is always your goal.&amp;nbsp; You also do not need routes going both directions to assign positions that go in opposite directions.&amp;nbsp; Measure direction along an LR Route is just a function of adding or subtracting measure values relative to a known fixed measure at a reference intersection.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For example, if the reference measure on Ponderosa Dr at its intersection with Arnell Rd is 1,000 feet (meaning that it is offset 1,000 feet from the beginning of the line at the west end of Ponderosa Dr), then to go 100 feet west of that intersection you subtract 100 feet (1,000 - 100 = 900) and to go 100 east of that intersection you add 100 feet to the intersection measure (1,000 + 100 = 1,100).&amp;nbsp; All of those measures would have a Route ID of Ponderosa Dr and each of those positions can be on the same Route.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If your concern is with direction of travel of a vehicle, that is a separate field and is represented by a side offset, not a measure offset.&amp;nbsp; Vehicles travelling both eastbound and westbound can be described as being on Ponderosa Dr 100 feet west of Arnell Rd, but the eastbound vehicle is on the right or south side of the line and the westbound vehicle is on the left or north side of the line if the line's measures increase from west to east.&amp;nbsp; The side offset is again just a positive or negative number relative to the one line.&amp;nbsp; You do not need lines going in opposite directions to deal with direction of travel.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your approach won't work because at some point you will get an offset distance that crosses an intersection and your Route will not be able to accomodate that position.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2011 19:18:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/easily-select-street-segment-s-between-two-cross/m-p/306060#M3176</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2011-10-25T19:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: easily select street segment(s) between two cross streets for editing</title>
      <link>https://community.esri.com/t5/mapping-questions/easily-select-street-segment-s-between-two-cross/m-p/306061#M3177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I did ESRI's intro to Linear Referencing course and it was working with trails data with about 14 trails.&amp;nbsp; It wasn't much help, making an event table consisted of typing in the trail number for the route you want to place a point on.&amp;nbsp; I want to be able to do some kind of calculation to create my route name.&amp;nbsp; So I figure I concantonate the primary, direction and secondary street and that will be my route name.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I guess my concern is how do I reliably and repeatibly find a particular intersection.&amp;nbsp; The labeled section of centerline refers to the two different discriptions I could have from the police department that would be describing the same piece of road.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So my concern is with new event tables I receive on a quarterly basis.&amp;nbsp; How will I know and match up the police description of the street segment (i.e. Primary St = Arneill, Secondary St = Ponderosa, distance 100 ft, direction South) matching up with what I have.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; I like the idea of having single segments, or even single segments between intersections and for example subtracting from the total if it is south and adding if it is North, but I would think I would need to program something to know the total measure of each segment and know a particular description of it means it should subtract from the total and not add.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2011 19:49:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/easily-select-street-segment-s-between-two-cross/m-p/306061#M3177</guid>
      <dc:creator>TomMagdaleno</dc:creator>
      <dc:date>2011-10-25T19:49:03Z</dc:date>
    </item>
  </channel>
</rss>

