<?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 Script for Creating Mapbook Index in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/script-for-creating-mapbook-index/m-p/134578#M10544</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I???m trying to automate the process of creating a mapbook index.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have two layers: streets layer and page index layer. Streets may span across more than one page within the index layer. I???m trying to export a text file with one column containing street names and a second column containing each index page that the corresponding street exists within.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;StreetA&amp;nbsp;&amp;nbsp;&amp;nbsp; ???12,13???&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;StreetB&amp;nbsp;&amp;nbsp;&amp;nbsp; ???3,7,9???&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;StreetC&amp;nbsp;&amp;nbsp;&amp;nbsp; ???20,21,22,23???&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If anybody has any tips for how to create a python script to accomplish this task I would be greatly appreciative&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jan 2012 13:25:38 GMT</pubDate>
    <dc:creator>DavidDesmond</dc:creator>
    <dc:date>2012-01-05T13:25:38Z</dc:date>
    <item>
      <title>Script for Creating Mapbook Index</title>
      <link>https://community.esri.com/t5/python-questions/script-for-creating-mapbook-index/m-p/134578#M10544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I???m trying to automate the process of creating a mapbook index.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have two layers: streets layer and page index layer. Streets may span across more than one page within the index layer. I???m trying to export a text file with one column containing street names and a second column containing each index page that the corresponding street exists within.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;StreetA&amp;nbsp;&amp;nbsp;&amp;nbsp; ???12,13???&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;StreetB&amp;nbsp;&amp;nbsp;&amp;nbsp; ???3,7,9???&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;StreetC&amp;nbsp;&amp;nbsp;&amp;nbsp; ???20,21,22,23???&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If anybody has any tips for how to create a python script to accomplish this task I would be greatly appreciative&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2012 13:25:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/script-for-creating-mapbook-index/m-p/134578#M10544</guid>
      <dc:creator>DavidDesmond</dc:creator>
      <dc:date>2012-01-05T13:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: Script for Creating Mapbook Index</title>
      <link>https://community.esri.com/t5/python-questions/script-for-creating-mapbook-index/m-p/134579#M10545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have you looked at the methodology outlined in the "arcpy.mapping MapBook with Index Pages" sample on the resource center?&amp;nbsp; There is a very complete README doc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/gallery/file/geoprocessing/details?entryID=FBE3D235-1422-2418-8820-E071ED243854"&gt;http://resources.arcgis.com/gallery/file/geoprocessing/details?entryID=FBE3D235-1422-2418-8820-E071ED243854&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, 06 Jan 2012 13:13:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/script-for-creating-mapbook-index/m-p/134579#M10545</guid>
      <dc:creator>JeffBarrette</dc:creator>
      <dc:date>2012-01-06T13:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: Script for Creating Mapbook Index</title>
      <link>https://community.esri.com/t5/python-questions/script-for-creating-mapbook-index/m-p/134580#M10546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jeffrey,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much for responding to my post. I checked out the link you posted. The script downloaded from this site creates index pages that don't combine like roads. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For example the index pages from the mapbook in the link look like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;RoadA:&amp;nbsp; 3&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;RoadA:&amp;nbsp; 4&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;RoadA:&amp;nbsp; 7&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;RoadB:&amp;nbsp; 23&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;RoadB:&amp;nbsp; 24&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm able to get to this point, but I'm looking to combine like roads into one record with each index page listed as a single attribute.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For example I'm trying to convert the above output into the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;RoadA:&amp;nbsp;&amp;nbsp; 3,4,7&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;RoadB:&amp;nbsp;&amp;nbsp; 23,24&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If anybody can give me some tips on how to do this I would be very appreciative.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2012 16:57:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/script-for-creating-mapbook-index/m-p/134580#M10546</guid>
      <dc:creator>DavidDesmond</dc:creator>
      <dc:date>2012-01-06T16:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: Script for Creating Mapbook Index</title>
      <link>https://community.esri.com/t5/python-questions/script-for-creating-mapbook-index/m-p/134581#M10547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have come up with a simple solution to the dreaded Create Street Index.&amp;nbsp; Just read the README to see how it works. I do hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2012 18:15:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/script-for-creating-mapbook-index/m-p/134581#M10547</guid>
      <dc:creator>ScottJackson1</dc:creator>
      <dc:date>2012-01-25T18:15:57Z</dc:date>
    </item>
  </channel>
</rss>

