<?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>idea Data Driven Pages Thematic Map Book in ArcGIS Pro Ideas</title>
    <link>https://community.esri.com/t5/arcgis-pro-ideas/data-driven-pages-thematic-map-book/idi-p/937445</link>
    <description>&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;Request:&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;Have Data Driven Pages actually produce a thematic map book.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;&amp;nbsp;As discussed in the Esri Desktop help:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;From the Ersi ArcGIS Help 10.2, 10.2.1, and 10.2.2&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG style="; color: #000000; font-size: 12pt;"&gt;Thematic map book&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;A thematic map book is similar to a reference series, except that the detail pages show unique thematic maps of a single location.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The ability to display different unique themes (layers)&amp;nbsp;covering a single location&amp;nbsp; would be invaluable to display the results of a multi phase analysis.&amp;nbsp; I have many clients that are tired of making a separate&amp;nbsp;mxd for each theme.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;Following is the clever solution supplied by Esri Support for my initial specific request:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="python"&gt;import arcpy, os

 

mxd = arcpy.mapping.MapDocument(r"C; file location ")

mxdDDP = mxd.dataDrivenPages

 

for i in arcpy.mapping.ListLayers(mxd):

    if i in ["geology_geochem","glaciation","Precipitation Regime","geology_sed"]:

        i.visible = False

        arcpy.RefreshActiveView()

 

for i in range(mxdDDP.pageCount + 1):

    mxdDDP.currentPageID = i

    name = mxdDDP.pageRow.getValue(mxdDDP.pageNameField.name)

    print name

    if name == 'GEO':

        for i in arcpy.mapping.ListLayers(mxd):

            if i.name == "geology_geochem":

                i.visible = True

                arcpy.RefreshActiveView()

                mxdDDP.exportToPDF(r"C:\temp\GEO.pdf", "CURRENT")

                i.visible = False

                arcpy.RefreshActiveView()

    if name == 'GEO_sed':

        for i in arcpy.mapping.ListLayers(mxd):

            if i.name == "geology_sed":

                i.visible = True

                arcpy.RefreshActiveView()

                mxdDDP.exportToPDF(r"C:\temp\GEO_sed.pdf", "CURRENT")

                i.visible = False

                arcpy.RefreshActiveView()

    if name == 'GLA':

        for i in arcpy.mapping.ListLayers(mxd):

            if i.name == "glaciation":

                i.visible = True

                arcpy.RefreshActiveView()

                mxdDDP.exportToPDF(r"C:\temp\GLA.pdf", "CURRENT")

                i.visible = False

                arcpy.RefreshActiveView()

    if name == 'PRE':

        for i in arcpy.mapping.ListLayers(mxd):

            if i.name == "Precipitation Regime":

                i.visible = True

                arcpy.RefreshActiveView()

                mxdDDP.exportToPDF(r"C:\temp\PRE.pdf", "CURRENT")

                i.visible = False

                arcpy.RefreshActiveView()&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;This solution is just a go-by as my actual need is to display 40 different themes over the same extent.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 19 Aug 2021 19:43:02 GMT</pubDate>
    <dc:creator>MichaelGrieco</dc:creator>
    <dc:date>2021-08-19T19:43:02Z</dc:date>
    <item>
      <title>Data driven pages layer control</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/data-driven-pages-thematic-map-book/idc-p/929954#M24666</link>
      <description>&lt;P&gt;Data Driven Pages are great but&lt;I&gt; they could be a whole lot better&lt;/I&gt; &lt;STRONG&gt;if &lt;/STRONG&gt;a 'Layers' tab was added to the 'Set Up Data Driven Pages' dialogue which allowed configuration of layer visibility dependent on the page being displayed. The page would be selected by drop-down list, and layers turned on or off for that page via check boxes. Another check box could provide the ability top apply the layer display settings to all Data Driven Pages.&lt;BR /&gt;I guess something could be set up to do this based on fields in the layer attributes but that would probably be a bit too complicated for my liking.&lt;BR /&gt;&lt;BR /&gt;&lt;IMG src="https://community.esri.com/legacyfs/online/204063_0EM30000000Ctzu" border="0" alt="0EM30000000Ctzu" /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Make sure you give this idea the thumbs up! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;!--   content transformation source ID: 08730000000bsiI   --&gt;</description>
      <pubDate>Tue, 08 Feb 2022 14:07:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/data-driven-pages-thematic-map-book/idc-p/929954#M24666</guid>
      <dc:creator>AdamForknall</dc:creator>
      <dc:date>2022-02-08T14:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: Data driven pages layer control</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/data-driven-pages-thematic-map-book/idc-p/929955#M24667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;This is kind of like having a page definition query, but heaps better because it's not dependant on attributes!

&lt;!-- content transformation source ID: 00a3000000Dbf43 --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2012 06:12:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/data-driven-pages-thematic-map-book/idc-p/929955#M24667</guid>
      <dc:creator>AdamForknall</dc:creator>
      <dc:date>2012-01-24T06:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: Data driven pages layer control</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/data-driven-pages-thematic-map-book/idc-p/929956#M24668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;This would be especial nice when using a differnt mask for page to highlight the data of interest.

&lt;!-- content transformation source ID: 00aE0000000WKMn --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 19:44:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/data-driven-pages-thematic-map-book/idc-p/929956#M24668</guid>
      <dc:creator>KirkHayer</dc:creator>
      <dc:date>2012-09-26T19:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: Data driven pages layer control</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/data-driven-pages-thematic-map-book/idc-p/929957#M24669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;You can sort of fake it with the page definition query...&amp;nbsp;&lt;BR /&gt;If you're interested in a "Layer Driven Pages" tool that relies on layer attributes, I can upload the tool I built. It will turn on one layer at a time when cycling through a group layer (and each of those layers can be a group. To update text elements I built it to update a user-selected text element from each of the three layer attributes (name, description, credits). I typically use these fields to update: "Title, Notes, and Figure Number, respectively, but they can be set to anything.&lt;BR /&gt;&lt;BR /&gt;I like the solution you propose, it's a bit more elegant. The version I built doesn't change location/extent... which would be nice to have as an option (although I'd probably end up using a page defintion for most of the applications at this point).

&lt;!-- content transformation source ID: 00aE0000002zroQ --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jun 2013 00:18:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/data-driven-pages-thematic-map-book/idc-p/929957#M24669</guid>
      <dc:creator>CameronWallace</dc:creator>
      <dc:date>2013-06-28T00:18:53Z</dc:date>
    </item>
    <item>
      <title>Data Driven Pages Thematic Map Book</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/data-driven-pages-thematic-map-book/idi-p/937445</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;Request:&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;Have Data Driven Pages actually produce a thematic map book.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;&amp;nbsp;As discussed in the Esri Desktop help:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;From the Ersi ArcGIS Help 10.2, 10.2.1, and 10.2.2&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG style="; color: #000000; font-size: 12pt;"&gt;Thematic map book&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;A thematic map book is similar to a reference series, except that the detail pages show unique thematic maps of a single location.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The ability to display different unique themes (layers)&amp;nbsp;covering a single location&amp;nbsp; would be invaluable to display the results of a multi phase analysis.&amp;nbsp; I have many clients that are tired of making a separate&amp;nbsp;mxd for each theme.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;Following is the clever solution supplied by Esri Support for my initial specific request:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="python"&gt;import arcpy, os

 

mxd = arcpy.mapping.MapDocument(r"C; file location ")

mxdDDP = mxd.dataDrivenPages

 

for i in arcpy.mapping.ListLayers(mxd):

    if i in ["geology_geochem","glaciation","Precipitation Regime","geology_sed"]:

        i.visible = False

        arcpy.RefreshActiveView()

 

for i in range(mxdDDP.pageCount + 1):

    mxdDDP.currentPageID = i

    name = mxdDDP.pageRow.getValue(mxdDDP.pageNameField.name)

    print name

    if name == 'GEO':

        for i in arcpy.mapping.ListLayers(mxd):

            if i.name == "geology_geochem":

                i.visible = True

                arcpy.RefreshActiveView()

                mxdDDP.exportToPDF(r"C:\temp\GEO.pdf", "CURRENT")

                i.visible = False

                arcpy.RefreshActiveView()

    if name == 'GEO_sed':

        for i in arcpy.mapping.ListLayers(mxd):

            if i.name == "geology_sed":

                i.visible = True

                arcpy.RefreshActiveView()

                mxdDDP.exportToPDF(r"C:\temp\GEO_sed.pdf", "CURRENT")

                i.visible = False

                arcpy.RefreshActiveView()

    if name == 'GLA':

        for i in arcpy.mapping.ListLayers(mxd):

            if i.name == "glaciation":

                i.visible = True

                arcpy.RefreshActiveView()

                mxdDDP.exportToPDF(r"C:\temp\GLA.pdf", "CURRENT")

                i.visible = False

                arcpy.RefreshActiveView()

    if name == 'PRE':

        for i in arcpy.mapping.ListLayers(mxd):

            if i.name == "Precipitation Regime":

                i.visible = True

                arcpy.RefreshActiveView()

                mxdDDP.exportToPDF(r"C:\temp\PRE.pdf", "CURRENT")

                i.visible = False

                arcpy.RefreshActiveView()&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;This solution is just a go-by as my actual need is to display 40 different themes over the same extent.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 19:43:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/data-driven-pages-thematic-map-book/idi-p/937445</guid>
      <dc:creator>MichaelGrieco</dc:creator>
      <dc:date>2021-08-19T19:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: Data Driven Pages Thematic Map Book</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/data-driven-pages-thematic-map-book/idc-p/937446#M4600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;This request is &lt;STRONG&gt;long overdue&lt;/STRONG&gt; ever since ESRI introduced Data Driven Pages in ArcGIS 10 (released on 06/30/2010).&lt;BR /&gt;&lt;BR /&gt;As of right now, the only other way that this can be accomplished is with a 3rd party extension from MapLogic.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.maplogic.com" target="_blank"&gt;http://www.maplogic.com&lt;/A&gt;&lt;BR /&gt;&lt;IMG alt="0EME0000000UEkw" __migration_original_url="https://c.na9.content.force.com/servlet/rtaImage?eid=00aE00000076DQK&amp;amp;feoid=CommentBody&amp;amp;refid=0EME0000000UEkw" __migration_image_ext="0EME0000000UEkw" class="jive-image" src="https://community.esri.com/legacyfs/online/203524_0EME0000000UEkw" /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;*Note to ESRI Moderator - Please add the "Petroleum" &amp;amp; "Natural Resources" tag to the idea as well.

&lt;!-- content transformation source ID: 00aE00000076DQK --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 19:12:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/data-driven-pages-thematic-map-book/idc-p/937446#M4600</guid>
      <dc:creator>jcokin1</dc:creator>
      <dc:date>2014-08-20T19:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: Data Driven Pages Thematic Map Book</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/data-driven-pages-thematic-map-book/idc-p/937447#M4601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;A nice option for this would be the ability to append all PDF's into one rather than having separate outputs&lt;BR /&gt;

&lt;!-- content transformation source ID: 00aE00000076FGM --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 00:52:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/data-driven-pages-thematic-map-book/idc-p/937447#M4601</guid>
      <dc:creator>PeterRussell</dc:creator>
      <dc:date>2014-08-21T00:52:21Z</dc:date>
    </item>
    <item>
      <title>Adding MPS Atlas capabilities, like the ability to create multiple maps with one geographic extent, to Data Driven Pages</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/data-driven-pages-thematic-map-book/idc-p/952202#M26477</link>
      <description>&lt;P&gt;I have used the MPS Atlas tool for years creating multiple maps (100's at a time) using one geographic extent, like the United States, but showing different data (like population, income, language preferences, country of origin) on each map.&amp;nbsp; I had the ability to create my map and place all the elements where they need to go, and then 'unlink' the maps so I could turn on/off the different features I would like to show, with all of the maps in one mxd.&amp;nbsp; Data Driven Pages doesn't allow for this capability.&amp;nbsp; To create the maps that I want to, using Data Driven Pages, I'll have to create hundreds of mxds, which is time/space consuming.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Feb 2022 14:00:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/data-driven-pages-thematic-map-book/idc-p/952202#M26477</guid>
      <dc:creator>LauraBrent</dc:creator>
      <dc:date>2022-02-08T14:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: Data Driven Pages Thematic Map Book</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/data-driven-pages-thematic-map-book/idc-p/937448#M4602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In ArcGIS Pro, we have it in our plans to build a thematic map series function as part of the application but in the meantime, it can really only be done using arcpy.mapping (in ArcMap) or arcpy.mp (in Pro).&amp;nbsp; I got this question several times at UC2019 and just recently got it again from a customer using ArcGIS Pro.&amp;nbsp; So below is a very simple example that demonstrates the basic arcpy.mp mechanics (similar to the code above, this same thing can be done in ArcMap with slight modification).&amp;nbsp; In both cases, you&amp;nbsp;do need to modify the paths below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you find this useful,&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;### This script is a very simple example of how to use arcpy.mp to create a&lt;BR /&gt;### thematic map series. The basic concept is to 1) control layer visibility&lt;BR /&gt;### between each export and 2) append the results into a single multi-page PDF.&lt;/P&gt;&lt;P&gt;### Understand there are many ways to manager layer visibility. One way is to&lt;BR /&gt;### have a series of group layers with a collection of layers you want displayed.&lt;BR /&gt;### A more advanced method is to manage a dictionary or text file that controls&lt;BR /&gt;### the layer visibility for each export.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;### The example below is very basic. It first toggles off all layers&lt;BR /&gt;### except for the basemap. Next it creates a final PDF to store the pages.&lt;BR /&gt;### Next it toggles each layer on, exports to PDF, appends the results to the&lt;BR /&gt;### final PDF, and then removes the temporary file. It does this for each&lt;BR /&gt;### layer. At the very end, it uses the OS to open the final result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;import arcpy, os&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#Reference Project, Layout, MapFrame, and Map&lt;BR /&gt;p = arcpy.mp.ArcGISProject(r"C:\Temp\GreatLakes\GreatLakes.aprx")&lt;BR /&gt;lyt = p.listLayouts('Layout')[0]&lt;BR /&gt;mf = lyt.listElements('MAPFRAME_ELEMENT', 'Map Frame')[0]&lt;BR /&gt;m = mf.map&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#Turn off all layers in the map frame's map except the basemap&lt;BR /&gt;for lyr in m.listLayers():&lt;BR /&gt; if not lyr.isBasemapLayer:&lt;BR /&gt; lyr.visible = False&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#Create final PDF (and remove if it already exists)&lt;BR /&gt;pdfPath = r"C:\Temp\GreatLakes\ThematicMapSeries.pdf"&lt;BR /&gt;if os.path.exists(pdfPath):&lt;BR /&gt; os.remove(pdfPath)&lt;BR /&gt;pdf = arcpy.mp.PDFDocumentCreate(pdfPath)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#Toggle each layer on, export, append the results, remove temp page&lt;BR /&gt;for lyr in m.listLayers():&lt;BR /&gt; if not lyr.isBasemapLayer:&lt;BR /&gt; print(lyr.name)&lt;BR /&gt; lyr.visible = True #toggle on&lt;BR /&gt; tempFile = os.path.join(r"C:\Temp", lyr.name + ".pdf")&lt;BR /&gt; lyt.exportToPDF(tempFile)&lt;BR /&gt; pdf.appendPages(tempFile)&lt;BR /&gt; os.remove(tempFile)&lt;BR /&gt; lyr.visible = False #toggle off (before next page)&lt;BR /&gt; &lt;BR /&gt;#Commit the PDF and open&lt;BR /&gt;pdf.saveAndClose()&lt;BR /&gt;os.startfile(r"C:\Temp\GreatLakes\ThematicMapSeries.pdf")&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2019 18:15:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/data-driven-pages-thematic-map-book/idc-p/937448#M4602</guid>
      <dc:creator>JeffBarrette</dc:creator>
      <dc:date>2019-08-23T18:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: Data Driven Pages Thematic Map Book</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/data-driven-pages-thematic-map-book/idc-p/937449#M4603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like the dropdown menu for the Map Series tab in Layout Properties in Arc Pro is just dying for a Thematic option, just to keep Spatial company.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jan 2020 22:24:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/data-driven-pages-thematic-map-book/idc-p/937449#M4603</guid>
      <dc:creator>MichaelMorgan4</dc:creator>
      <dc:date>2020-01-06T22:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: Data Driven Pages Thematic Map Book</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/data-driven-pages-thematic-map-book/idc-p/937450#M4604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At 2.6 we will be introducing a Bookmark Map Series option.&amp;nbsp; This will allow you to set the extents for each 'page' in the map series to a bookmark extent.&amp;nbsp; Thematic map books are something we are strongly considering for a future release but for now arcpy.mp is really the only way to control the precise logic needed to generate each unique page in the series.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Esri Layout and arcpy.mp teams.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jan 2020 22:50:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/data-driven-pages-thematic-map-book/idc-p/937450#M4604</guid>
      <dc:creator>JeffBarrette</dc:creator>
      <dc:date>2020-01-06T22:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: Data Driven Pages Thematic Map Book</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/data-driven-pages-thematic-map-book/idc-p/937451#M4605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hope this thematic map thing will allow multiple layout each one&amp;nbsp; pointing to a specific page.&amp;nbsp; For now it's time consuming to do so with map series.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2020 18:54:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/data-driven-pages-thematic-map-book/idc-p/937451#M4605</guid>
      <dc:creator>MarcelSt-Germain</dc:creator>
      <dc:date>2020-04-14T18:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: Data Driven Pages Thematic Map Book</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/data-driven-pages-thematic-map-book/idc-p/937452#M4606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adding a link here to the Thematic Map Series samples just shared for ArcGIS Pro&amp;nbsp;&lt;A class="link-titled" href="http://www.arcgis.com/home/item.html?id=eba53351ceb84b58b505dec5272e526c" title="http://www.arcgis.com/home/item.html?id=eba53351ceb84b58b505dec5272e526c"&gt;http://www.arcgis.com/home/item.html?id=eba53351ceb84b58b505dec5272e526c&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2020 13:01:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/data-driven-pages-thematic-map-book/idc-p/937452#M4606</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2020-07-31T13:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: Data Driven Pages Thematic Map Book</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/data-driven-pages-thematic-map-book/idc-p/937453#M4607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nice but still waiting for useful cartographic map series to make map.&amp;nbsp; I think, Esri doesn't understand the needs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2020 14:57:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/data-driven-pages-thematic-map-book/idc-p/937453#M4607</guid>
      <dc:creator>MarcelSt-Germain</dc:creator>
      <dc:date>2020-08-03T14:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: Data Driven Pages Thematic Map Book</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/data-driven-pages-thematic-map-book/idc-p/937454#M4608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you look at the Readme provided with the download?&amp;nbsp; From the first paragraph of the Background, I think it is clear that the team does understand the needs, and was just touching on the surface of some of the complexities that will need to be addressed in order to design a user interface for this.&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;STRONG&gt;Background&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;A thematic map series is when the extent of the map doesn’t change but the layers displayed modified for each page in the map series.&amp;nbsp; An example might be a residential site location where you want to display parcel information on one page, then fire districts, school districts, flood zone information, an so on, all on different pages.&amp;nbsp; A thematic map series currently can’t be created in the ArcGIS Pro interface, but it can be done using Python map automation.&amp;nbsp; A thematic map series can be more complex than just turning layers on and off before exporting a page and that is why a solution in the application interface isn’t available.&amp;nbsp; In many cases, depending on the thematic page, layers may need to be displayed in a different order, or display different symbology, definition queries, and different scale thresholds might be applied to a layer as well.&amp;nbsp; The layer specific logic can be automated in a Python script more easily than an application user interface that may not always satisfy all requirements.&amp;nbsp; Esri hopes to build a basic user interface for thematic maps but there may always be a need to further customize it with Python.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;That aside, the team created this recent sample in an effort to be helpful.&amp;nbsp; I shared it on this thread with the same motivation.&amp;nbsp; We hope that users seeking this functionality will be aided by the provided samples.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2020 19:42:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/data-driven-pages-thematic-map-book/idc-p/937454#M4608</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2020-08-03T19:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: Data Driven Pages Thematic Map Book</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/data-driven-pages-thematic-map-book/idc-p/937455#M4609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Maybe I'm not on the right path.&amp;nbsp; Effectively, it's like I'm mistaken the thematic map functions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;For me, at least, I think the problem still there.&amp;nbsp; No way to make maps like we need.&amp;nbsp; Call it map series, datadriven pages or so, still no function to do it the way it should be to make maps.&amp;nbsp; In a project we can have hundred layouts with one or more maps on each.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;You can created annotations link to pages. Very nice feature introduces years ago to clean up annotation in adjacent pages.&amp;nbsp; The problem that ESRI has not taken in context is that the datadriven pages or map series is for pages only, or I miss something.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;I know ESRI have thought of datadriven or map series for one layout to many extent of one map only.&amp;nbsp; What we need is very simple.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;In a map workflow you can have more than one map in a page.&amp;nbsp; Each one with his one name (ie map 1, map2, map 2-A etc on the page one).&amp;nbsp; So, you can't make the layout on page 1 that is not the same on page 2 or 3 or...&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;What we need is a map series were in opening the page of a layout the map series of each of the map inside is activated.&amp;nbsp; And so on for each of the layout with one or more map on it.&amp;nbsp; For now, only one map is allowed (map series) by pages and when you change layout, pro do not remember (arcmap does) the update the mapseries.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2020 20:31:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/data-driven-pages-thematic-map-book/idc-p/937455#M4609</guid>
      <dc:creator>MarcelSt-Germain</dc:creator>
      <dc:date>2020-08-03T20:31:44Z</dc:date>
    </item>
    <item>
      <title>Thematic (layer-based) map series functionality needed</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/data-driven-pages-thematic-map-book/idc-p/1090367#M16872</link>
      <description>&lt;P&gt;Currently, map series only support an extent-based series, where the extent of each map in the series is based on a set of features in a feature layer, or on a set of bookmarks.&lt;/P&gt;&lt;P&gt;I frequently need to make maps all with the same exact extent, but displaying a different layer or theme in each one. For example, I might want to show the same feature class symbolized based on different attributes. Or I might want to show a series of different layers based on different feature classes entirely. As it is now, I have to make a separate map and layout for each theme. What a waste of time!&lt;/P&gt;&lt;P&gt;It would be great to make a single map with all the layers I want to show, and a map series layout that cycles through the layers I specify, while keeping the same basemap. The title of each map should also change to match the particular layer being displayed.&lt;/P&gt;&lt;P&gt;Thanks for considering this idea.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 14:19:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/data-driven-pages-thematic-map-book/idc-p/1090367#M16872</guid>
      <dc:creator>KirstenHazler</dc:creator>
      <dc:date>2021-08-19T14:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: Thematic (layer-based) map series functionality needed - Status changed to: In Product Plan</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/data-driven-pages-thematic-map-book/idc-p/1090371#M16873</link>
      <description>&lt;P&gt;The Layout team does hope to implement this in the Pro application but not for a few releases.&amp;nbsp; In the meantime, this was always possible using Python Map Automation.&amp;nbsp; There is a python sample and detailed README at this location:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.arcgis.com/home/item.html?id=eba53351ceb84b58b505dec5272e526c" target="_blank"&gt;https://www.arcgis.com/home/item.html?id=eba53351ceb84b58b505dec5272e526c&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jeff - Layout and arcpy.mp teams&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 14:31:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/data-driven-pages-thematic-map-book/idc-p/1090371#M16873</guid>
      <dc:creator>JeffBarrette</dc:creator>
      <dc:date>2021-08-19T14:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: Thematic (layer-based) map series functionality needed - Status changed to: In Product Plan</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/data-driven-pages-thematic-map-book/idc-p/1090373#M16874</link>
      <description>Thank you, Jeff!&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Aug 2021 14:34:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/data-driven-pages-thematic-map-book/idc-p/1090373#M16874</guid>
      <dc:creator>KirstenHazler</dc:creator>
      <dc:date>2021-08-19T14:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: Data Driven Pages Thematic Map Book - Status changed to: Under Consideration</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/data-driven-pages-thematic-map-book/idc-p/1090414#M16875</link>
      <description />
      <pubDate>Thu, 19 Aug 2021 15:34:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/data-driven-pages-thematic-map-book/idc-p/1090414#M16875</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2021-08-19T15:34:28Z</dc:date>
    </item>
  </channel>
</rss>

