<?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: How to achieve best results from Align Features geoprocessing tool? in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-achieve-best-results-from-align-features/m-p/1213604#M59946</link>
    <description>&lt;P&gt;Dan,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for the delayed reply.&amp;nbsp; I tried your suggestion of creating a new feature class and appending but unfortunately that did not work.&amp;nbsp; However, I did find what I think might be the cause for the different alignment behavior between the two target road feature classes.&amp;nbsp; Although the geometries of the two target road feature classes was the same, the order of the features within the feature class was not.&amp;nbsp; I think the Align Features tool is somehow affected by the order that the features appear in the feature class.&amp;nbsp; When I took the problematic target roads, and exported them into the same order as the working feature class, the align tool behaved as expected.&lt;/P&gt;&lt;P&gt;Unfortunately, I'm not sure there's much I will be able to do about this, except for somehow using the Match Fields parameter on the Align Features tool - I just have to figure out how to create an ID that can be shared between both the input features and the target features.&lt;/P&gt;&lt;P&gt;Thanks again for your help!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 16 Sep 2022 21:59:33 GMT</pubDate>
    <dc:creator>DavidSchuster</dc:creator>
    <dc:date>2022-09-16T21:59:33Z</dc:date>
    <item>
      <title>How to achieve best results from Align Features geoprocessing tool?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-achieve-best-results-from-align-features/m-p/1209440#M59491</link>
      <description>&lt;P&gt;Good afternoon!&lt;/P&gt;&lt;P&gt;I'm trying to align a feature class containing traffic jam polylines with our road network in an automated way.&amp;nbsp; The traffic data provider uses a different road network than ours, hence the need to align them.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the most part the &lt;STRONG&gt;Align Features&lt;/STRONG&gt; geoprocessing tool works quite well, except that sometimes it gets confused where roads converge at small angles (for example where entrance/exit ramps meet the main roads/service roads) and at complex highway interchanges or roundabouts.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In troubleshooting this issue, it seems that the spatial index grid size might have some effect on the alignment results.&amp;nbsp; Somewhat by accident, I noticed that if I take the same input geometries, and align them with the same target geometries (repeating the test using target feature classes with different spatial index grid sizes), one resulted in a correct alignment and the other did not.&amp;nbsp; &amp;nbsp;I repeated the test in ArcGIS Pro 3.1 and in ArcMap 10.8.2 and I get the same results.&lt;/P&gt;&lt;P&gt;Can anyone help me figure out how to achieve the best results from the Align Features tool?&amp;nbsp; Would using a larger or smaller grid size help, or is it completely coincidental?&lt;/P&gt;&lt;P&gt;Or is there a better way to achieve what I'm trying to do?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2022 22:04:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-achieve-best-results-from-align-features/m-p/1209440#M59491</guid>
      <dc:creator>DavidSchuster</dc:creator>
      <dc:date>2022-09-02T22:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to achieve best results from Align Features geoprocessing tool?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-achieve-best-results-from-align-features/m-p/1209542#M59514</link>
      <description>&lt;P&gt;Align Features tool is not designed to align two sets of network features but to align adjacent features. It would be helpful if you could show a screenshot of a typical area or share a sample data. I wonder what you need might be spatial adjustment, such as rubbersheeting.&lt;/P&gt;</description>
      <pubDate>Sat, 03 Sep 2022 23:10:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-achieve-best-results-from-align-features/m-p/1209542#M59514</guid>
      <dc:creator>DanLee</dc:creator>
      <dc:date>2022-09-03T23:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to achieve best results from Align Features geoprocessing tool?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-achieve-best-results-from-align-features/m-p/1209864#M59556</link>
      <description>&lt;P&gt;Thanks for the reply Dan!&lt;/P&gt;&lt;P&gt;I've attached a sample project and some images showing the issue.&amp;nbsp; For simplicity, I eliminated all the roads and traffic jams except for the ones I'm testing the problem with.&lt;/P&gt;&lt;P&gt;The black lines represent a straight section of a service road, and a turnaround section that forks off of the service road.&amp;nbsp; These are the target geometries I'm trying to align a traffic jam to.&amp;nbsp; There are two versions of this target roads feature class.&amp;nbsp; The geometry in both is identical - the only difference between the two feature classes that I can find seems to be the spatial index grid size.&amp;nbsp; "TargetRoads1" has a grid size of 760ft.&amp;nbsp; "TargetRoads2" has a grid size of 980ft.&amp;nbsp; The input lines feature class has a grid size of 2600ft.&lt;/P&gt;&lt;P&gt;The red line represents the traffic jam that we are trying to align to the target roads.&amp;nbsp; Visually, you can see that the jam should line up with the straight section of the service road.&amp;nbsp; When aligning against "TargetRoads2", the Align Features tool gets it right (green line).&amp;nbsp; But when aligning against "TargetRoads1" it gets it wrong (orange line) - the jam aligns briefly to a section of the turnaround, and then jumps back to the straight section of the service road.&amp;nbsp; (p.s. I used an align distance of 20 ft for all of my tests)&lt;/P&gt;&lt;P&gt;I've tried removing and recreating the spatial indexes on the feature classes using various grid sizes to see if I can improve the results and make them more consistent, but I don't have a good enough understanding of what they mean.&amp;nbsp; I'm hoping someone might be able to shed some light on it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ignoring that these are road segments, it seems like the Align Features tool should be able to handle a use case like this, shouldn't it?&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2022 14:28:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-achieve-best-results-from-align-features/m-p/1209864#M59556</guid>
      <dc:creator>DavidSchuster</dc:creator>
      <dc:date>2022-09-06T14:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to achieve best results from Align Features geoprocessing tool?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-achieve-best-results-from-align-features/m-p/1209954#M59569</link>
      <description>&lt;P&gt;I tested Align Features; it worked for me without setting spatial index grid size.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DanLee_0-1662481311378.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/50522iF62269AB52BC4316/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DanLee_0-1662481311378.png" alt="DanLee_0-1662481311378.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2022 16:22:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-achieve-best-results-from-align-features/m-p/1209954#M59569</guid>
      <dc:creator>DanLee</dc:creator>
      <dc:date>2022-09-06T16:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to achieve best results from Align Features geoprocessing tool?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-achieve-best-results-from-align-features/m-p/1209984#M59575</link>
      <description>&lt;P&gt;Although 3ft search distance works, you'll see the problem again if you try a search distance of 5ft.&amp;nbsp; And unfortunately in my case I can't make the search distance too small because the traffic jams lines are coming from a completely different provider.&amp;nbsp; Some of the jams are off by as many as 10 feet, sometimes more.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2022 17:11:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-achieve-best-results-from-align-features/m-p/1209984#M59575</guid>
      <dc:creator>DavidSchuster</dc:creator>
      <dc:date>2022-09-06T17:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to achieve best results from Align Features geoprocessing tool?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-achieve-best-results-from-align-features/m-p/1210015#M59582</link>
      <description>&lt;P&gt;I understand.&amp;nbsp; Would you be willing to share more complete data so I can see the real situations?&lt;/P&gt;&lt;P&gt;By the way, I noticed that your&amp;nbsp;TrafficJamLine_Original has the standard xy resolution which is 1/10 of the xy tolernce, but TargetRoads1 has non-standard xy resolution and xy tolerance. I am not sure if it would make a difference in what you are trying to do, but it may potentially cause invisible problems or bad result in your workflow.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DanLee_0-1662488155042.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/50528i6F9A0D687E7E31A3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DanLee_0-1662488155042.png" alt="DanLee_0-1662488155042.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You can try the following:&lt;/P&gt;&lt;P&gt;- Use Create Feature Class to create a new empty feature class using&amp;nbsp;TargetRoads1 as the Template Dataset and&amp;nbsp;TrafficJamLine_Original for the Coordinate System.&lt;/P&gt;&lt;P&gt;- Use Append to add all features from&amp;nbsp;TargetRoads1 to the new feature class.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2022 18:26:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-achieve-best-results-from-align-features/m-p/1210015#M59582</guid>
      <dc:creator>DanLee</dc:creator>
      <dc:date>2022-09-06T18:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to achieve best results from Align Features geoprocessing tool?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-achieve-best-results-from-align-features/m-p/1213604#M59946</link>
      <description>&lt;P&gt;Dan,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for the delayed reply.&amp;nbsp; I tried your suggestion of creating a new feature class and appending but unfortunately that did not work.&amp;nbsp; However, I did find what I think might be the cause for the different alignment behavior between the two target road feature classes.&amp;nbsp; Although the geometries of the two target road feature classes was the same, the order of the features within the feature class was not.&amp;nbsp; I think the Align Features tool is somehow affected by the order that the features appear in the feature class.&amp;nbsp; When I took the problematic target roads, and exported them into the same order as the working feature class, the align tool behaved as expected.&lt;/P&gt;&lt;P&gt;Unfortunately, I'm not sure there's much I will be able to do about this, except for somehow using the Match Fields parameter on the Align Features tool - I just have to figure out how to create an ID that can be shared between both the input features and the target features.&lt;/P&gt;&lt;P&gt;Thanks again for your help!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 21:59:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-achieve-best-results-from-align-features/m-p/1213604#M59946</guid>
      <dc:creator>DavidSchuster</dc:creator>
      <dc:date>2022-09-16T21:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to achieve best results from Align Features geoprocessing tool?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-achieve-best-results-from-align-features/m-p/1213622#M59950</link>
      <description>&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;Thanks for the update.&lt;/P&gt;&lt;P&gt;My suggestion on creating a new fc and appending the original features into the new fc was to get the data in a standard stage, so the XY Resolution and XY Tolerance for your data would be as shown below. I didn't think this would resolve the Align Features problem, but it would ensure data integrity for analysis down the road.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DanLee_0-1663371454452.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/51494i4592023F382D5CCE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DanLee_0-1663371454452.png" alt="DanLee_0-1663371454452.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;As I mentioned before, the tool is NOT designed for matching/aligning two sets of shifted network like features. I am not sure it would work well even if you have common fields as the Match Fields between them.&amp;nbsp; If you could share some more data, I can help assess how the problem might be solved.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 23:57:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-achieve-best-results-from-align-features/m-p/1213622#M59950</guid>
      <dc:creator>DanLee</dc:creator>
      <dc:date>2022-09-16T23:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to achieve best results from Align Features geoprocessing tool?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-achieve-best-results-from-align-features/m-p/1214268#M60025</link>
      <description>&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;Attached is some sample data containing several batches of traffic jams (each representing the traffic jams at a different point in time), as well as the target roads I'm trying to relate them to.&lt;/P&gt;&lt;P&gt;The jams are coming from a provider with a totally different road network, so we expect there will be times when the jams are just too different to be aligned properly, so I'm certainly not expecting anywhere near 100% success rate.&amp;nbsp; The Align Features tool seems to do a really good job - it just gets confused sometimes (as mentioned in my original post).&amp;nbsp; I've experimented with different ways of building the model to improve performance and also deal with other issues I've encountered along the way (such as true curves).&amp;nbsp; I noticed that the Align Features tool does not have a environment setting for "Maintain Curve Segments" similar to the one offered by Pairwise Clip, where the output of aligning to a true curve segment would be a true curve segment.&lt;/P&gt;&lt;P&gt;If you have any information you could share about how Align Features works "under the hood" that might help me to avoid some pitfalls.&amp;nbsp; Any suggestions you might have for alternative approaches are much appreciated as well.&amp;nbsp; Some of our key requirements are that it has to be automated as a geoprocessing task and it needs to run quickly (preferably &amp;lt; 30 seconds) since we're working with live traffic and want the results to be usable as soon as possible.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2022 17:01:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-achieve-best-results-from-align-features/m-p/1214268#M60025</guid>
      <dc:creator>DavidSchuster</dc:creator>
      <dc:date>2022-09-20T17:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to achieve best results from Align Features geoprocessing tool?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-achieve-best-results-from-align-features/m-p/1214304#M60030</link>
      <description>&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;Thanks for sharing the sample data.&amp;nbsp; I see the 135 features in&amp;nbsp;TrafficJamLines_All_Backup, but I can not find the target features you want to align to. Could you share the target features please? Thx.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2022 18:07:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-achieve-best-results-from-align-features/m-p/1214304#M60030</guid>
      <dc:creator>DanLee</dc:creator>
      <dc:date>2022-09-20T18:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to achieve best results from Align Features geoprocessing tool?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-achieve-best-results-from-align-features/m-p/1214307#M60031</link>
      <description>&lt;P&gt;Dan, did the new ArcGIS Pro package attachment (SampleRoadsAndTrafficJams.ppkx) that I posted today come through?&amp;nbsp; That one has more batches of jams as well as the complete set of target roads.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2022 18:12:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-achieve-best-results-from-align-features/m-p/1214307#M60031</guid>
      <dc:creator>DavidSchuster</dc:creator>
      <dc:date>2022-09-20T18:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to achieve best results from Align Features geoprocessing tool?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-achieve-best-results-from-align-features/m-p/1214314#M60032</link>
      <description>&lt;P&gt;Yes, I extracted the ppkx you shared.&amp;nbsp; Here are the data I got:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DanLee_0-1663698322945.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/51663iE9F7CEFB1075A4E6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DanLee_0-1663698322945.png" alt="DanLee_0-1663698322945.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2022 18:25:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-achieve-best-results-from-align-features/m-p/1214314#M60032</guid>
      <dc:creator>DanLee</dc:creator>
      <dc:date>2022-09-20T18:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to achieve best results from Align Features geoprocessing tool?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-achieve-best-results-from-align-features/m-p/1214318#M60034</link>
      <description>&lt;P&gt;Strange, I'm reattaching the new ppkx file to this post.&amp;nbsp; It should look like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DavidSchuster_0-1663698625119.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/51664i6CE1253B1BC9F8C3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DavidSchuster_0-1663698625119.png" alt="DavidSchuster_0-1663698625119.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2022 18:30:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-achieve-best-results-from-align-features/m-p/1214318#M60034</guid>
      <dc:creator>DavidSchuster</dc:creator>
      <dc:date>2022-09-20T18:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to achieve best results from Align Features geoprocessing tool?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-achieve-best-results-from-align-features/m-p/1214330#M60036</link>
      <description>&lt;P&gt;Got it right this time. Thx!&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2022 18:59:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-achieve-best-results-from-align-features/m-p/1214330#M60036</guid>
      <dc:creator>DanLee</dc:creator>
      <dc:date>2022-09-20T18:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to achieve best results from Align Features geoprocessing tool?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-achieve-best-results-from-align-features/m-p/1214344#M60037</link>
      <description>&lt;P&gt;Thanks Dan - btw, I'm sorry, the project only has one batch of jams (I thought there were more batches), but it should be plenty to give you the idea of the type of geometry we're getting for the traffic jams.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2022 19:20:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-achieve-best-results-from-align-features/m-p/1214344#M60037</guid>
      <dc:creator>DavidSchuster</dc:creator>
      <dc:date>2022-09-20T19:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to achieve best results from Align Features geoprocessing tool?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-achieve-best-results-from-align-features/m-p/1214452#M60048</link>
      <description>&lt;P&gt;Hi David, I did some testing and would like to show you a few good / bad cases. Also I had to do some pre-processing before using Align Features.&amp;nbsp; Would you like to email me at &lt;A href="mailto:dlee@esri.com" target="_blank"&gt;dlee@esri.com&lt;/A&gt;&amp;nbsp;so I can explain more to you?&amp;nbsp; Once you get a clear conclusion, you can sum here.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2022 23:37:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-achieve-best-results-from-align-features/m-p/1214452#M60048</guid>
      <dc:creator>DanLee</dc:creator>
      <dc:date>2022-09-20T23:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to achieve best results from Align Features geoprocessing tool?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-achieve-best-results-from-align-features/m-p/1216691#M60364</link>
      <description>&lt;P&gt;Dan, thank you very much for taking the time to run tests using our sample data and for meeting with me last week!&amp;nbsp; I'll try to summarize everything I've learned so far from our conversation and my experiences:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;To recap, the Align Features tool was not designed for my specific use case of aligning traffic jam lines from a 3rd party vendor to a our independent road network.&amp;nbsp; It's meant more for boundary alignment where the entire feature is present in both the input and the target feature classes.&amp;nbsp; Despite this, I found that it still does a great job in many cases.&amp;nbsp; For our situation, we knew it wasn't realistic to expect anywhere near 100% correct alignment for all the traffic jams, but this was OK as we were looking for progress, not perfection.&amp;nbsp; Most of the major traffic jams we care to include occur on straight, divided roads that Align Features had little problem handling correctly.&amp;nbsp; So this tool still works for our purposes.&lt;/LI&gt;&lt;LI&gt;The Align Features tool can get confused by things like roundabouts, entrance/exit ramps, highway interchanges, etc.&amp;nbsp; It helps to provide the Align Features tool with a match field (such as road name or road classification) assuming you have such a field in both the input and target feature classes.&amp;nbsp; In our case we did not have a matching field in both our road data and traffic jam data, so we had to go through extra preprocessing steps to generate one.&amp;nbsp;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Some of the complex areas of the road that we couldn't handle correctly simply had to be excluded from traffic jam processing.&lt;/LI&gt;&lt;LI&gt;The traffic jam data we receive sometimes contains overlapping lines, so it was also necessary to handle these situations.&amp;nbsp; Some of these overlaps represented the traffic in opposing directions of an undivided road.&amp;nbsp; Other overlaps we couldn't explain and we'll need to work with the traffic data vendor.&amp;nbsp; I haven't quite solved this problem yet, but I'm looking at the Spatial Join, Group By Proximity, and Dissolve tools to hopefully resolve these.&lt;/LI&gt;&lt;LI&gt;In order to identify problems and improve our process, I added steps to our model to cross check the results of the Align Features tool with the road network to find any places where the alignment failed&amp;nbsp; (via the Intersect and Symmetrical Difference tools).&amp;nbsp; The AF_CONF (confidence) field produced by the Align Features tool was helpful as well in some case.&lt;/LI&gt;&lt;LI&gt;Processing time can be lengthy on large datasets, and since we're dealing with real-time traffic, time is of the essence.&amp;nbsp; We want the model to be as fast as possible.&amp;nbsp; So we're trying be smart about what we pass into the Align Features tool by limiting the number of features in the input and target feature classes.&lt;/LI&gt;&lt;LI&gt;Dan, there were some test cases that you identified where it seems like the align tool should have worked but didn't.&amp;nbsp; From what I understand you are planning to look into those for possible future fixes/enhancements.&amp;nbsp; &amp;nbsp;One other enhancement that would be great if possible is the option to "Maintain curve segments" so that the Align Features tool can output true curves wherever the alignment target was a true curve segment.&amp;nbsp; To retain true curves, I'm doing some post processing steps using the Pairwise Clip tool which has an environment option to maintain curve segments.&amp;nbsp; Just a suggestion.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Hopefully this summary is helpful to others that might be attempting to use Align Features in the same way.&lt;/P&gt;&lt;P&gt;Thank you again for your help!&lt;/P&gt;&lt;P&gt;-David&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 19:19:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-achieve-best-results-from-align-features/m-p/1216691#M60364</guid>
      <dc:creator>DavidSchuster</dc:creator>
      <dc:date>2022-09-27T19:19:36Z</dc:date>
    </item>
  </channel>
</rss>

