<?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: True Arcs, Geocoding and other musings in Addressing Questions</title>
    <link>https://community.esri.com/t5/addressing-questions/true-arcs-geocoding-and-other-musings/m-p/880662#M417</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In&amp;nbsp;&lt;A href="https://community.esri.com/thread/253750-address-data-management-solution-roads-vs-master-road-name"&gt;https://community.esri.com/thread/253750-address-data-management-solution-roads-vs-master-road-name&lt;/A&gt;&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/252891"&gt;Joshua Young&lt;/A&gt;‌ mentions that the true curve issue has been addressed in 2.6.&amp;nbsp; I just created a single role street address locator with create locator and he's spot on.&amp;nbsp; I didn't get any errors in creating the locator.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've officially mellowed my stance in true curves now... (but I'm still not gonna break my perfect record of never creating one)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Aug 2020 20:22:12 GMT</pubDate>
    <dc:creator>JoeBorgione</dc:creator>
    <dc:date>2020-08-13T20:22:12Z</dc:date>
    <item>
      <title>True Arcs, Geocoding and other musings</title>
      <link>https://community.esri.com/t5/addressing-questions/true-arcs-geocoding-and-other-musings/m-p/880652#M407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Earlier today I discovered a short coming with creating a street address role locator in Pro 2.5.1 if the feature class contains true arcs.&amp;nbsp; (See:&amp;nbsp;&lt;A href="https://community.esri.com/thread/255015"&gt;ArcGIS Pro Create Locator fails (again/still)&lt;/A&gt;&amp;nbsp; The&amp;nbsp;Create Locator tool can't handle a true arc and will fail when they are present in the feature class.&amp;nbsp; It's my understanding that the problem will be fixed in version release 2.6.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Full disclaimer&lt;/EM&gt;&lt;/STRONG&gt;:&amp;nbsp; I'm going to let my old school flag fly freely here.&amp;nbsp; I have never in my life created a true curve and I have no intention of ever doing so; I have never seen the point in them and have experienced problems with them in the past when it comes to geocoding.&amp;nbsp; That said...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Over the past few hours I've learned more about true arcs than I have in the past 25 years. It seems that in transportation design, the cool, trendy thing is to have are Roundabouts: intersections that allow a continual flow of traffic instead of the traditional 4 way stop. And in order to represent these features in ArcGIS, the cool, trendy thing is use true arcs. Here is an example of a 5 way roundabout not far from where I live:&lt;IMG class="image-1 j-img-centered jive-image" height="348" src="https://community.esri.com/legacyfs/online/496983_pastedImage_206.png" style="display: block; margin-left: auto; margin-right: auto;" width="475" /&gt;&lt;/P&gt;&lt;P&gt;The direction of travel in the roundabout is counter clock wise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="j-img-floatstart image-2 jive-image" height="291" src="https://community.esri.com/legacyfs/online/496984_pastedImage_207.png" style="float: left;" width="272" /&gt;&amp;nbsp;&amp;nbsp;&lt;IMG class="image-3 j-img-floatstart jive-image" height="290" src="https://community.esri.com/legacyfs/online/496988_pastedImage_212.png" style="float: left;" width="281" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;True arcs can have just two vertices (from/to node) or multiple as shown above.&amp;nbsp; That makes it hard to find them, and I'm not aware of a specific tool or function that can identify them.&amp;nbsp; I fooled around a little bit armed with the information provided in&amp;nbsp;&lt;A href="https://community.esri.com/thread/7718"&gt;Counting vertices via Python&lt;/A&gt;&amp;nbsp; and added a long integer field called VertexCount to my feature class&amp;nbsp;calculating its value&amp;nbsp;with&amp;nbsp;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;!shape.pointcount!&amp;nbsp; in the field calculator.&amp;nbsp; I&amp;nbsp;selected for just those records where VertexCount = 2.&amp;nbsp; The&amp;nbsp;problem with that is all the streets that run straight from one intersection to the next only have two vertices, but I was able to find a bunch of roundabouts including the one in my example.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;There are two methods with which to convert true arcs into traditional lines.&amp;nbsp; You can export the feature class with true arcs to a shapefile, and then import the shapefile back into a feature class.&amp;nbsp; Shapefiles don't support true arcs.&amp;nbsp; Here is the same roundabout that I applied this method to:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;IMG class="j-img-centered jive-image image-4" height="466" src="https://community.esri.com/legacyfs/online/496990_pastedImage_214.png" style="display: block; margin-left: auto; margin-right: auto;" width="425" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;You can see there are way more vertices&amp;nbsp;from the conversion to shapefile , and the shape itself looks okay to me.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;The other method is to use the &lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/editing/densify.htm"&gt;Densify Tool&lt;/A&gt;&amp;nbsp;; if you apply this tool to an entire feature class, it will add vertices in a lot of places you don't want them, like those straight intersection to intersection segments.&amp;nbsp;However,&amp;nbsp;&amp;nbsp;the cool thing about this tool is you get to set the interval of vertices, and as an added bonus it honors the selected set.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;Let's pretend that I just added 5 true arcs to my centerlines representing a roundabout, but I know&amp;nbsp;in another department, an&amp;nbsp;old gray-hair guy insists true arcs mess with his geocoding.&amp;nbsp; With the densify tool I can keep him happy and preserve the shape of my roundabout:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-5 jive-image" src="https://community.esri.com/legacyfs/online/496993_pastedImage_219.png" /&gt;&lt;/P&gt;&lt;P&gt;Okay, a 6 inch vertex interval is pretty extreme, but the old guy in the other department can really be a grouch:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-6 j-img-centered jive-image" height="504" src="https://community.esri.com/legacyfs/online/497003_pastedImage_220.png" style="margin-left: auto; margin-right: auto;" width="476" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now each segment of the roundabout has all sorts of vertices&amp;nbsp;and looks really good, the single block straight line segments remain the same, and there are no more issues with creating a street address role locator in Pro 2.5.1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this a great time to be alive or what?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2020 20:52:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/addressing-questions/true-arcs-geocoding-and-other-musings/m-p/880652#M407</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2020-06-17T20:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: True Arcs, Geocoding and other musings</title>
      <link>https://community.esri.com/t5/addressing-questions/true-arcs-geocoding-and-other-musings/m-p/880653#M408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;good catch, definitely need to maintain those true curves.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we count on your votes here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reply from Jack: &lt;A href="https://community.esri.com/ideas/7331"&gt;Support true curve geometries in web clients&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/ideas/13861-add-full-cogo-functionality-to-arcgis-pro"&gt;Add full COGO functionality to ArcGIS Pro&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/ideas/10751-rangefinder-offset-data-collection-in-collector"&gt;Rangefinder Offset data collection in Collector&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/ideas/7332-add-a-cogo-traverse-widget-that-supports-true-curves-to-the-operations-dashboard-for-arcgis"&gt;Add a COGO Traverse widget that supports true curves to the Operations Dashboard for ArcGIS&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/91581"&gt;Curves and Feature Services&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="link-titled" href="https://community.esri.com/message/858568-re-construct-polygons-from-dwg-polylines?commentID=858568#comment-858568" title="https://community.esri.com/message/858568-re-construct-polygons-from-dwg-polylines?commentID=858568#comment-858568"&gt;Construct Polygons from .dwg polylines&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Bill&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/3420"&gt;Joshua Bixby&lt;/A&gt;‌ &lt;A href="https://community.esri.com/migrated-users/45316"&gt;Kory Kramer&lt;/A&gt;‌ &lt;A href="https://community.esri.com/migrated-users/3156"&gt;Chris Buscaglia&lt;/A&gt;&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/156697"&gt;Matthew Hoffman&lt;/A&gt;&amp;nbsp;&lt;A href="https://community.esri.com/people/ABarMaor-esristaff"&gt;ABarMaor-esristaff&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2020 21:50:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/addressing-questions/true-arcs-geocoding-and-other-musings/m-p/880653#M408</guid>
      <dc:creator>BillFox</dc:creator>
      <dc:date>2020-06-17T21:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: True Arcs, Geocoding and other musings</title>
      <link>https://community.esri.com/t5/addressing-questions/true-arcs-geocoding-and-other-musings/m-p/880654#M409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/8050"&gt;Bill Fox&lt;/A&gt;: you got my votes&amp;nbsp;for the greater good...&amp;nbsp;&amp;nbsp;&lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/laugh.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2020 22:38:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/addressing-questions/true-arcs-geocoding-and-other-musings/m-p/880654#M409</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2020-06-17T22:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: True Arcs, Geocoding and other musings</title>
      <link>https://community.esri.com/t5/addressing-questions/true-arcs-geocoding-and-other-musings/m-p/880655#M410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to find polylines with curves, iterate over the feature class and find the ObjectIDs that have a shape.JSON containing "curvePaths".&amp;nbsp; You can then use the ObjectIDs to select only those features and densify them instead of doing all the features.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2020 03:49:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/addressing-questions/true-arcs-geocoding-and-other-musings/m-p/880655#M410</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2020-06-18T03:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: True Arcs, Geocoding and other musings</title>
      <link>https://community.esri.com/t5/addressing-questions/true-arcs-geocoding-and-other-musings/m-p/880656#M411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/3420" target="_blank"&gt;Joshua Bixby&lt;/A&gt;-&amp;nbsp; Following your lead, I was hoping something like this would work for me:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;for row in arcpy.da.SearchCursor('OriginalCenterlines',['OBJECTID','SHAPE@JSON']):
&amp;nbsp;&amp;nbsp;&amp;nbsp; if 'curvePaths' in row[1]:
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; print(row[0])‍‍‍‍‍‍
    else:
        print('Nope')&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I have a true curve manually selected it works, in a python window in Pro.&amp;nbsp; If I run it as a stand alone script, it returns 1520 object ids, and I know there aren't&amp;nbsp; that many.&amp;nbsp; For example, running it in a spyder console and then selecting one of the oids&amp;nbsp; back in Pro gives me this centerline:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" height="248" src="https://community.esri.com/legacyfs/online/497098_pastedImage_1.png" width="300" /&gt;&lt;/P&gt;&lt;P&gt;I guess I don't understand the difference between shape.JSON and &lt;A href="mailto:SHAPE@JASON" rel="nofollow noopener noreferrer" target="_blank"&gt;SHAPE@JASON&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How does one use shape.JSON ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 11:06:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/addressing-questions/true-arcs-geocoding-and-other-musings/m-p/880656#M411</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2021-12-12T11:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: True Arcs, Geocoding and other musings</title>
      <link>https://community.esri.com/t5/addressing-questions/true-arcs-geocoding-and-other-musings/m-p/880657#M412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They are the same, just different ways of getting the same information.&amp;nbsp; Using the fields of ["OID@", "SHAPE@JSON"] would probably perform faster than ["OID@", "SHAPE@"] .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Depending on how the lines were created, you can have a curved path that looks exactly like a straight line, but it is still technically a curved path.&amp;nbsp; If you are finding more curved paths than expected by looking at the data set, you are likely finding linear segments that were created using tools that stored them as curved paths.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2020 17:32:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/addressing-questions/true-arcs-geocoding-and-other-musings/m-p/880657#M412</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2020-06-18T17:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: True Arcs, Geocoding and other musings</title>
      <link>https://community.esri.com/t5/addressing-questions/true-arcs-geocoding-and-other-musings/m-p/880658#M413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;.&lt;STRONG&gt;&lt;EM&gt;..you are likely finding linear segments that were created using tools that stored them as curved paths...&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Interesting.&amp;nbsp; That makes it kind of tough then if I want to densify those that are selected, I'll end up with a bunch of 'straight' true curves with however many vertices I choose.&amp;nbsp; But, there should be a way to backtrack, and clean them up...&amp;nbsp; Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2020 18:36:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/addressing-questions/true-arcs-geocoding-and-other-musings/m-p/880658#M413</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2020-06-18T18:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: True Arcs, Geocoding and other musings</title>
      <link>https://community.esri.com/t5/addressing-questions/true-arcs-geocoding-and-other-musings/m-p/880659#M414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joe, a curved path that is effectively a linear segment will have a differently looking JSON than curved path with a curve.&amp;nbsp; I don't have time to pull up an example now, but take a look at the JSON from a curve path feature that has an obvious curve and one that appears straight.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2020 18:59:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/addressing-questions/true-arcs-geocoding-and-other-musings/m-p/880659#M414</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2020-06-18T18:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: True Arcs, Geocoding and other musings</title>
      <link>https://community.esri.com/t5/addressing-questions/true-arcs-geocoding-and-other-musings/m-p/880660#M415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Some final thoughts...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;True curves allow for some very detailed cartographic representations of linear features, but they can and do raise havoc at times in other geoprocessing functions.&amp;nbsp; The data I'm working with comes from an enterprise GDB upon which multiple agencies perform edits.&amp;nbsp; If someone wants to use a true curve to represent a fairly straight segment, it seems to me they should go right ahead and do so; I'm just an end consumer of the data.&amp;nbsp; My days of database management standards and procedures are behind me.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've always been of the opinion that an enterprise GDB is great place to store and edit data, especially if there is a need for multiple editors, but for doing day to day work such as geocoding, I much prefer the file geodatabase.&amp;nbsp;&amp;nbsp;Since I am copying the egdb feature class to a fgdb, it's easy enough for me to apply the following python utility to the data prior to using create locator:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;fc &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; r&lt;SPAN class="string token"&gt;'Path:\to\fgdb\centerlines'&lt;/SPAN&gt;
fields &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'OID@'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'SHAPE@JSON'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;

arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;MakeFeatureLayer_management&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;fc&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'fcLayer'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;  
&lt;SPAN class="keyword token"&gt;with&lt;/SPAN&gt; arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;da&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;SearchCursor&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'fcLayer'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; fields&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="keyword token"&gt;as&lt;/SPAN&gt; cursor&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
    &lt;SPAN class="keyword token"&gt;for&lt;/SPAN&gt; row &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; cursor&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;     
        select &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; f&lt;SPAN class="string token"&gt;'OBJECTID = {row[0]}'&lt;/SPAN&gt;
        &lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'curvePaths'&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; row&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
            arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;SelectLayerByAttribute_management&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'fcLayer'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'ADD_TO_SELECTION'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; select&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Densify_edit&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'fcLayer'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'DISTANCE'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;200&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could probably bump up the 200 foot value to something quite a bit higher, and I may experiment with that just to see if the geoprocessing time drops which would also equate to a drop in cpu usage so our server that runs our overnight scheduled tasks isn't hit too hard. I do know that after running the above script, and then running the next one below, I don't get any returns, and that's all I'm after.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;with&lt;/SPAN&gt; arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;da&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;SearchCursor&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;fc&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; fields&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="keyword token"&gt;as&lt;/SPAN&gt; cursor&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
    &lt;SPAN class="keyword token"&gt;for&lt;/SPAN&gt; row &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; cursor&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
        &lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'curvePaths'&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; row&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
            &lt;SPAN class="keyword token"&gt;print&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;row&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As always, my thanks to&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/3420" target="_blank"&gt;Joshua Bixby&lt;/A&gt; for taking the time to show me the way...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 11:07:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/addressing-questions/true-arcs-geocoding-and-other-musings/m-p/880660#M415</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2021-12-12T11:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: True Arcs, Geocoding and other musings</title>
      <link>https://community.esri.com/t5/addressing-questions/true-arcs-geocoding-and-other-musings/m-p/880661#M416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joe, for fun, change line 8 to the following and let me know what the difference is:&lt;/P&gt;&lt;PRE class="language-python line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt; any&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;s &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; row&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;for&lt;/SPAN&gt; s &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'"a"'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'"b"'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'"c"'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;If you have straight lines stored as curved paths, the above should leave those alone, so your second code snippet should still fine some records with 'curvePaths' in it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2020 22:49:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/addressing-questions/true-arcs-geocoding-and-other-musings/m-p/880661#M416</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2020-06-18T22:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: True Arcs, Geocoding and other musings</title>
      <link>https://community.esri.com/t5/addressing-questions/true-arcs-geocoding-and-other-musings/m-p/880662#M417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In&amp;nbsp;&lt;A href="https://community.esri.com/thread/253750-address-data-management-solution-roads-vs-master-road-name"&gt;https://community.esri.com/thread/253750-address-data-management-solution-roads-vs-master-road-name&lt;/A&gt;&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/252891"&gt;Joshua Young&lt;/A&gt;‌ mentions that the true curve issue has been addressed in 2.6.&amp;nbsp; I just created a single role street address locator with create locator and he's spot on.&amp;nbsp; I didn't get any errors in creating the locator.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've officially mellowed my stance in true curves now... (but I'm still not gonna break my perfect record of never creating one)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2020 20:22:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/addressing-questions/true-arcs-geocoding-and-other-musings/m-p/880662#M417</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2020-08-13T20:22:12Z</dc:date>
    </item>
  </channel>
</rss>

