<?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: Map Series: Page Rotation Based on Polygon Shape in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/map-series-page-rotation-based-on-polygon-shape/m-p/1029513#M37771</link>
    <description>&lt;P&gt;Thank you Josh,&lt;/P&gt;&lt;P&gt;My scripting skills are definitely lacking (probably understating the reality of it). I should take some time to learn &amp;amp; practice in the near future. I'm always wanting to do custom/not yet out-of-the-box functions in any of the ESRI platforms, which seems to have scripting involved in the solution.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the advice!&lt;/P&gt;</description>
    <pubDate>Tue, 23 Feb 2021 13:20:29 GMT</pubDate>
    <dc:creator>JessicaJThompson</dc:creator>
    <dc:date>2021-02-23T13:20:29Z</dc:date>
    <item>
      <title>Map Series: Page Rotation Based on Polygon Shape</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/map-series-page-rotation-based-on-polygon-shape/m-p/1029316#M37743</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thank you in advance for your kind assistance!&lt;/P&gt;&lt;P&gt;I am new to making map series. It may be out there, but I have yet to encounter a way to change a layout from landscape to portrait based on shape of the polygon (what I am currently working with) of the layer selected in the Layer Index. I know there is a rotation setting in Optional Fields, but I do not believe that will accomplish what I need (nor have I gotten it to do anything - feel free to point me to an answer on that).&lt;/P&gt;&lt;P&gt;Is the only solution to make 2 maps series? One as Landscape and one as Portrait?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2021 21:55:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/map-series-page-rotation-based-on-polygon-shape/m-p/1029316#M37743</guid>
      <dc:creator>JessicaJThompson</dc:creator>
      <dc:date>2021-02-22T21:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: Map Series: Page Rotation Based on Polygon Shape</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/map-series-page-rotation-based-on-polygon-shape/m-p/1029350#M37748</link>
      <description>&lt;P&gt;I don't think that a single Map Series will do this, but with some clever scripting using &lt;STRONG&gt;arcpy.mp&lt;/STRONG&gt;, you could probably make a "map series" of your own.&lt;/P&gt;&lt;P&gt;We have a report we generate here that has a series of locators. We needed the locators to adjust not to the series features, but to the intersected features of several other layers, and none of the built-in options would get it quite right. While we don't touch the rotation attribute, it's easy to imagine adding it to the process.&lt;/P&gt;&lt;P&gt;Of course, if your layout has map surrounds like a title, scalebar, etc, that could get messed up with changing the page orientation on the fly.&lt;/P&gt;&lt;P&gt;I would look into making two separate layouts, and possibly using a script to generate the appropriate layout based on the subject feature geometry.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2021 23:36:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/map-series-page-rotation-based-on-polygon-shape/m-p/1029350#M37748</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2021-02-22T23:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: Map Series: Page Rotation Based on Polygon Shape</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/map-series-page-rotation-based-on-polygon-shape/m-p/1029513#M37771</link>
      <description>&lt;P&gt;Thank you Josh,&lt;/P&gt;&lt;P&gt;My scripting skills are definitely lacking (probably understating the reality of it). I should take some time to learn &amp;amp; practice in the near future. I'm always wanting to do custom/not yet out-of-the-box functions in any of the ESRI platforms, which seems to have scripting involved in the solution.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the advice!&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2021 13:20:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/map-series-page-rotation-based-on-polygon-shape/m-p/1029513#M37771</guid>
      <dc:creator>JessicaJThompson</dc:creator>
      <dc:date>2021-02-23T13:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: Map Series: Page Rotation Based on Polygon Shape</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/map-series-page-rotation-based-on-polygon-shape/m-p/1029528#M37774</link>
      <description>&lt;P&gt;Hi Jessica,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your instincts are correct. You will need to create 2 separate layouts, one portrait and one landscape, each with it's own map series. You'll probably need to add a field to the index to indicate which layout the particular index feature should be used for and set a definition query based on this field for each layout.&lt;/P&gt;&lt;P&gt;As Josh states above you may want to use ArcPy.mp.&amp;nbsp; Here are some links to help you get started.&lt;/P&gt;&lt;P&gt;Help topics:&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/arcpy/mapping/introduction-to-arcpy-mp.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/arcpy/mapping/introduction-to-arcpy-mp.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/mapping/mapseries-class.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/arcpy/mapping/mapseries-class.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/mapping/layout-class.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/arcpy/mapping/layout-class.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Samples:&lt;/P&gt;&lt;P&gt;List of samples -&amp;nbsp;&lt;A href="https://esriurl.com/8899" target="_blank"&gt;https://esriurl.com/8899&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Specific Map Series sample -&amp;nbsp;&lt;A href="http://www.arcgis.com/home/item.html?id=eba53351ceb84b58b505dec5272e526c" target="_blank"&gt;http://www.arcgis.com/home/item.html?id=eba53351ceb84b58b505dec5272e526c&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The second script should shine light on how to "stitch" your portrait and landscape pages into a single PDF.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hopefully, these resources should help you get started.&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2021 13:41:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/map-series-page-rotation-based-on-polygon-shape/m-p/1029528#M37774</guid>
      <dc:creator>TomBole</dc:creator>
      <dc:date>2021-02-23T13:41:30Z</dc:date>
    </item>
  </channel>
</rss>

