<?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: create PDF for every polygon in the geodata. in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/create-pdf-for-every-polygon-in-the-geodata/m-p/115310#M9011</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/127828_pastedImage_2.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;Is it possible can we make separate color?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Sep 2015 12:24:18 GMT</pubDate>
    <dc:creator>RajP</dc:creator>
    <dc:date>2015-09-22T12:24:18Z</dc:date>
    <item>
      <title>create PDF for every polygon in the geodata.</title>
      <link>https://community.esri.com/t5/python-questions/create-pdf-for-every-polygon-in-the-geodata/m-p/115300#M9001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the attribute table of Polygon. I would like to create Pdf for every polygon shape separately using Python Script. Can anyone suggest me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Sep 2015 07:32:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/create-pdf-for-every-polygon-in-the-geodata/m-p/115300#M9001</guid>
      <dc:creator>RajP</dc:creator>
      <dc:date>2015-09-19T07:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: create PDF for every polygon in the geodata.</title>
      <link>https://community.esri.com/t5/python-questions/create-pdf-for-every-polygon-in-the-geodata/m-p/115301#M9002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raj&lt;/P&gt;&lt;P&gt;There is a whole feature within the ArcGIS desktop for that purpose called Data Driven Pages - it is also supported with Arcpy tools for python scripting.&lt;/P&gt;&lt;P&gt;&lt;A href="http://blogs.esri.com/esri/arcgis/2011/01/28/data-driven-pages/" title="http://blogs.esri.com/esri/arcgis/2011/01/28/data-driven-pages/"&gt;Data driven pages | ArcGIS Blog&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Sep 2015 08:47:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/create-pdf-for-every-polygon-in-the-geodata/m-p/115301#M9002</guid>
      <dc:creator>GalAvraham</dc:creator>
      <dc:date>2015-09-19T08:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: create PDF for every polygon in the geodata.</title>
      <link>https://community.esri.com/t5/python-questions/create-pdf-for-every-polygon-in-the-geodata/m-p/115302#M9003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To continue with Gal's suggestion, here is a link to the 10.3 help for the same &lt;A href="http://desktop.arcgis.com/en/desktop/latest/map/page-layouts/creating-data-driven-pages.htm" title="http://desktop.arcgis.com/en/desktop/latest/map/page-layouts/creating-data-driven-pages.htm"&gt;Creating Data Driven Pages—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Sep 2015 15:55:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/create-pdf-for-every-polygon-in-the-geodata/m-p/115302#M9003</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2015-09-19T15:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: create PDF for every polygon in the geodata.</title>
      <link>https://community.esri.com/t5/python-questions/create-pdf-for-every-polygon-in-the-geodata/m-p/115303#M9004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to make pdf only one polygon in the Polygon attributes at a time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2015 08:55:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/create-pdf-for-every-polygon-in-the-geodata/m-p/115303#M9004</guid>
      <dc:creator>RajP</dc:creator>
      <dc:date>2015-09-21T08:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: create PDF for every polygon in the geodata.</title>
      <link>https://community.esri.com/t5/python-questions/create-pdf-for-every-polygon-in-the-geodata/m-p/115304#M9005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Should the previous, useful posts by Gal and Rebecca lack the result you had anticipated...I shall be more direct:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;Show us the code that you have attempted from the reading in the links provided&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;The discussion can continue from that point.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2015 09:31:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/create-pdf-for-every-polygon-in-the-geodata/m-p/115304#M9005</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-09-21T09:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: create PDF for every polygon in the geodata.</title>
      <link>https://community.esri.com/t5/python-questions/create-pdf-for-every-polygon-in-the-geodata/m-p/115305#M9006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="doubt.png" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/127700_doubt.png" style="width: 620px; height: 300px;" /&gt;&lt;/P&gt;&lt;P&gt;This is the image.&amp;nbsp; I have to update the SNO, Chalta_No, and Village filed as "Survy no", "ChalataNo" and Village in the layout view automatically. Can you suggest me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2015 11:51:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/create-pdf-for-every-polygon-in-the-geodata/m-p/115305#M9006</guid>
      <dc:creator>RajP</dc:creator>
      <dc:date>2015-09-21T11:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: create PDF for every polygon in the geodata.</title>
      <link>https://community.esri.com/t5/python-questions/create-pdf-for-every-polygon-in-the-geodata/m-p/115306#M9007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Data Driven Pages should be able to do all that.​ &lt;A href="http://desktop.arcgis.com/en/desktop/latest/map/page-layouts/using-dynamic-text-with-data-driven-pages.htm" title="http://desktop.arcgis.com/en/desktop/latest/map/page-layouts/using-dynamic-text-with-data-driven-pages.htm"&gt;Using dynamic text with Data Driven Pages—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp;&amp;nbsp; explains how to use it for dynamic text elements.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2015 13:02:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/create-pdf-for-every-polygon-in-the-geodata/m-p/115306#M9007</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2015-09-21T13:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: create PDF for every polygon in the geodata.</title>
      <link>https://community.esri.com/t5/python-questions/create-pdf-for-every-polygon-in-the-geodata/m-p/115307#M9008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Raj...you may also want to look at this discussion&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/message/544473"&gt;Data Driven Pages in ArcGIS Pro (Customization)&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/32346"&gt;Jennifer McCall&lt;/A&gt;​ includes a script that may help with what you are trying to do.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2015 14:44:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/create-pdf-for-every-polygon-in-the-geodata/m-p/115307#M9008</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2015-09-21T14:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: create PDF for every polygon in the geodata.</title>
      <link>https://community.esri.com/t5/python-questions/create-pdf-for-every-polygon-in-the-geodata/m-p/115308#M9009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Doubt.png" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/127780_Doubt.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible can we calculate length of line in the polygon feature class.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 09:27:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/create-pdf-for-every-polygon-in-the-geodata/m-p/115308#M9009</guid>
      <dc:creator>RajP</dc:creator>
      <dc:date>2015-09-22T09:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: create PDF for every polygon in the geodata.</title>
      <link>https://community.esri.com/t5/python-questions/create-pdf-for-every-polygon-in-the-geodata/m-p/115309#M9010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to print the length of polygon in the layout view.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 11:40:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/create-pdf-for-every-polygon-in-the-geodata/m-p/115309#M9010</guid>
      <dc:creator>RajP</dc:creator>
      <dc:date>2015-09-22T11:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: create PDF for every polygon in the geodata.</title>
      <link>https://community.esri.com/t5/python-questions/create-pdf-for-every-polygon-in-the-geodata/m-p/115310#M9011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/127828_pastedImage_2.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;Is it possible can we make separate color?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 12:24:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/create-pdf-for-every-polygon-in-the-geodata/m-p/115310#M9011</guid>
      <dc:creator>RajP</dc:creator>
      <dc:date>2015-09-22T12:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: create PDF for every polygon in the geodata.</title>
      <link>https://community.esri.com/t5/python-questions/create-pdf-for-every-polygon-in-the-geodata/m-p/115311#M9012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use &lt;A href="http://desktop.arcgis.com/en/desktop/latest/tools/data-management-toolbox/feature-to-line.htm"&gt;feature to line&lt;/A&gt;,&lt;A href="http://desktop.arcgis.com/en/desktop/latest/tools/data-management-toolbox/split-line-at-vertices.htm"&gt;split lines at vetices&lt;/A&gt; to get your polygons as lines to be able to label the distances if you use a unique identifier for your polygons you can use that same identifier to show your labeled lines this is also a property of data driven pages as mentioned above. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 13:28:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/create-pdf-for-every-polygon-in-the-geodata/m-p/115311#M9012</guid>
      <dc:creator>WesMiller</dc:creator>
      <dc:date>2015-09-22T13:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: create PDF for every polygon in the geodata.</title>
      <link>https://community.esri.com/t5/python-questions/create-pdf-for-every-polygon-in-the-geodata/m-p/115312#M9013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;​&lt;A href="http://desktop.arcgis.com/en/desktop/latest/map/styles-and-symbols/finding-symbols.htm" title="http://desktop.arcgis.com/en/desktop/latest/map/styles-and-symbols/finding-symbols.htm"&gt;Finding symbols—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; check out help on changing symbology to draw in different colors. You will have to have a unique identifier of the different classifications to symbolize.&amp;nbsp; See Wes's response about splitting lines...the create/calc a new unique field if necessary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raj, these questions are getting away from your original question.&amp;nbsp; You should&amp;nbsp; &lt;A href="https://community.esri.com/docs/DOC-2159"&gt;Mark a reply as the Correct Answer&lt;/A&gt;​ and then fork these other questions as new questions.&amp;nbsp; That will help others find solutions to you questions (vs having them get buried in one thread)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 13:47:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/create-pdf-for-every-polygon-in-the-geodata/m-p/115312#M9013</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2015-09-22T13:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: create PDF for every polygon in the geodata.</title>
      <link>https://community.esri.com/t5/python-questions/create-pdf-for-every-polygon-in-the-geodata/m-p/115313#M9014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Raj et al,&lt;/P&gt;&lt;P&gt;I would recommend using a parcel fabric. Every polygon has it's own set of lines and you will get many more benefits from it. The &lt;A href="http://www.meetup.com/Esri-Land-Records-Meet-Up/"&gt;Land Records meetup&lt;/A&gt; has a whole session about printing maps using Data Driven Pages and dynamic elements (once you are a member open this &lt;A href="http://www.meetup.com/Esri-Land-Records-Meet-Up/pages/Meeting%27s_Recordings"&gt;page&lt;/A&gt;). After you watch the technical session you can download the &lt;A href="http://solutions.arcgis.com/local-government/help/tax-map-book/"&gt;Tax Parcel Map Book&lt;/A&gt; that is a part of the solution and use it as template.&lt;/P&gt;&lt;P&gt;Everything you are trying to do can be achieved without writing any code and in a couple of hours (excluding layout design)&lt;/P&gt;&lt;P&gt;Please also note that any dimension you show on the line converted from the polygon will be the inversed geometry using the GRID (projection) spatial reference that will not match the actual distance on the ground nor the legal document. If you want to do this correctly you have to use the p&lt;A href="http://desktop.arcgis.com/en/desktop/latest/manage-data/editing-parcels/what-is-a-parcel-fabric-.htm"&gt;arcel editing tools and a parcel fabric&lt;/A&gt; that are part of ArcGIS Desktop.&lt;/P&gt;&lt;P&gt;Amir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 18:10:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/create-pdf-for-every-polygon-in-the-geodata/m-p/115313#M9014</guid>
      <dc:creator>AmirBar-Maor</dc:creator>
      <dc:date>2015-09-22T18:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: create PDF for every polygon in the geodata.</title>
      <link>https://community.esri.com/t5/python-questions/create-pdf-for-every-polygon-in-the-geodata/m-p/115314#M9015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;I would to make separate colour for the current layout view in the polygon attribute table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2015 10:37:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/create-pdf-for-every-polygon-in-the-geodata/m-p/115314#M9015</guid>
      <dc:creator>RajP</dc:creator>
      <dc:date>2015-09-23T10:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: create PDF for every polygon in the geodata.</title>
      <link>https://community.esri.com/t5/python-questions/create-pdf-for-every-polygon-in-the-geodata/m-p/115315#M9016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you create your lines and use the unique identifier for the data driven pages, on the lines feature class you will be able to set a page definition that will allow only the lines for that unique identifier to show you can make those lines any color you want, so they will contrast with the surrounding polygons&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2015 12:14:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/create-pdf-for-every-polygon-in-the-geodata/m-p/115315#M9016</guid>
      <dc:creator>WesMiller</dc:creator>
      <dc:date>2015-09-23T12:14:04Z</dc:date>
    </item>
  </channel>
</rss>

