<?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 Contour Lines from Polygon in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/contour-lines-from-polygon/m-p/222660#M9723</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I have a dataset showing groundwater tables as polygons. The attribute table contains a column with a range of water levels (for example "30.5 m - 31.0 m").&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to label&amp;nbsp; the contours with the water level at their respective isolines.&amp;nbsp;So far I&amp;nbsp;only&amp;nbsp;created&amp;nbsp;columns containing the lower and upper bounds but I am lost when it comes to label placement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know how to accomplish this? Any help would be appreciated.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Jun 2020 18:26:53 GMT</pubDate>
    <dc:creator>Maps-Berlin</dc:creator>
    <dc:date>2020-06-12T18:26:53Z</dc:date>
    <item>
      <title>Contour Lines from Polygon</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/contour-lines-from-polygon/m-p/222660#M9723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I have a dataset showing groundwater tables as polygons. The attribute table contains a column with a range of water levels (for example "30.5 m - 31.0 m").&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to label&amp;nbsp; the contours with the water level at their respective isolines.&amp;nbsp;So far I&amp;nbsp;only&amp;nbsp;created&amp;nbsp;columns containing the lower and upper bounds but I am lost when it comes to label placement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know how to accomplish this? Any help would be appreciated.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2020 18:26:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/contour-lines-from-polygon/m-p/222660#M9723</guid>
      <dc:creator>Maps-Berlin</dc:creator>
      <dc:date>2020-06-12T18:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: Contour Lines from Polygon</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/contour-lines-from-polygon/m-p/222661#M9724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you converted the polygons to lines?&amp;nbsp;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/polygon-to-line.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/polygon-to-line.htm"&gt;Polygon To Line—Data Management toolbox | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you trying to label the "contour" as a polygon?&lt;BR /&gt;&lt;BR /&gt;Can you show a screenshot?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2020 19:15:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/contour-lines-from-polygon/m-p/222661#M9724</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2020-06-12T19:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: Contour Lines from Polygon</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/contour-lines-from-polygon/m-p/222662#M9725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would go with &lt;A href="https://community.esri.com/migrated-users/2621"&gt;George Thompson&lt;/A&gt;‌ but take it a small step further and spatially join those lines and then use a field calculation to take the minimum value of the two fields and then the value after the dash. Also ensure the code doesn't hiccup on a line with no matching join, such as the outer line of the enclosing polygon.&lt;/P&gt;&lt;P&gt;It just takes a bit of python index slicing and .split() method etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Feature 1 - Join Field - 0-10m, 10-20m --&amp;gt;10m&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2020 19:24:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/contour-lines-from-polygon/m-p/222662#M9725</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2020-06-12T19:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: Contour Lines from Polygon</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/contour-lines-from-polygon/m-p/222663#M9726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey, thanks for taking a look at this.&lt;/P&gt;&lt;P&gt;I tried the conversion to lines but this resulted in loss of the elevation attributes. But even if I managed to keep those, since right now each contour line consists of the&amp;nbsp;outlines of two polygons, wouldn't the conversion to&amp;nbsp;lines result in 2 overlapping lines each containing different elevation values?&lt;/P&gt;&lt;P&gt;What I am trying to achieve is a regular contour map with values written on contour lines like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="A topographic contour map of mound 1 at the Wright Memorial. The contour interval is 0.1 m. This contour map, and the other topographic maps here, have been prepared from the measurements supplied by Bret Ruby and a crew of surveyors from Hopewell Culture National Historical Park. There is a tree in the middle of this mound. &amp;nbsp;" src="https://www.researchgate.net/profile/Bruce_Bevan2/publication/305587893/figure/fig6/AS:387285385269257@1469347439385/A-topographic-contour-map-of-mound-1-at-the-Wright-Memorial-The-contour-interval-is-01.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what I have is this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/496353_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2020 19:29:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/contour-lines-from-polygon/m-p/222663#M9726</guid>
      <dc:creator>Maps-Berlin</dc:creator>
      <dc:date>2020-06-12T19:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: Contour Lines from Polygon</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/contour-lines-from-polygon/m-p/222664#M9727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's disappointing the tool doesn't transfer attributes, but these can be restored with a table join afterwards if 'identify and store polygon neighbour information' is unchecked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes, 2 overlapping lines should be created if the checkbox is unticked. You can approach it wither way by retaining the neighbour information, but I think this is a more understandable workflow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Spatial Join -&amp;nbsp;&lt;/STRONG&gt;Join the lines to themselves and each will get the height attributes of the intersecting line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Afterwards field calculate a new field showing the values of both heights e.g !HOEHE! + ", " + "!HOEHE_1"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then run a new field calculation to return the highest value from the lowest range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;export as new features without the join field and delete identical.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2020 20:23:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/contour-lines-from-polygon/m-p/222664#M9727</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2020-06-12T20:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: Contour Lines from Polygon</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/contour-lines-from-polygon/m-p/222665#M9728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the Help,&amp;nbsp;&lt;/P&gt;&lt;P&gt;unfortunately I wasn't able to execute your guidance successfully. A new problem arose with intersecting waterways. The Polygons are cut at waterways which causes lines of different elevation levels to be drawn as a single feature.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will&amp;nbsp;revisit again in the future but after having spend a good amount on hours yesterday and today on this I will be giving up for now.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Jun 2020 13:15:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/contour-lines-from-polygon/m-p/222665#M9728</guid>
      <dc:creator>Maps-Berlin</dc:creator>
      <dc:date>2020-06-13T13:15:30Z</dc:date>
    </item>
  </channel>
</rss>

