<?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 Applying a Transformation to a Map using ArcPy in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/applying-a-transformation-to-a-map-using-arcpy/m-p/1410608#M70343</link>
    <description>&lt;P&gt;If I'm understanding the page below correctly, the old DataFrame class in ArcPy for ArcMap supported setting a Transformations on the DataFrame.&lt;/P&gt;&lt;P&gt;&lt;A href="https://desktop.arcgis.com/en/arcmap/latest/analyze/arcpy-mapping/dataframe-class.htm" target="_blank" rel="noopener"&gt;DataFrame—ArcMap | Documentation (arcgis.com)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The Map Class in the ArcPy library for ArcGIS Pro ( &amp;lt; 3.0) doesn't seem to have an equivalent for setting the Transformations for a map, as you can do manually under the Properties menu of the Map within an ArcPro session.&amp;nbsp; Does anyone know if I'm missing something, or can this not be set through ArcPy in Pro?&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/2.9/arcpy/mapping/map-class.htm" target="_blank" rel="noopener"&gt;Map—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;In 3.0+ versions of Pro, there seems to be an updateTransformations function on the Map Class.&amp;nbsp; Would this be the equivalent to the old DataFrame Transformations property, and it's just not available in pre-3.0 versions of the ArcPy library?&amp;nbsp; Any info the community could provide would be appreciated, many thanks.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/mapping/map-class.htm" target="_blank" rel="noopener"&gt;Map—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 16 Apr 2024 20:40:33 GMT</pubDate>
    <dc:creator>AdamDrackley</dc:creator>
    <dc:date>2024-04-16T20:40:33Z</dc:date>
    <item>
      <title>Applying a Transformation to a Map using ArcPy</title>
      <link>https://community.esri.com/t5/python-questions/applying-a-transformation-to-a-map-using-arcpy/m-p/1410608#M70343</link>
      <description>&lt;P&gt;If I'm understanding the page below correctly, the old DataFrame class in ArcPy for ArcMap supported setting a Transformations on the DataFrame.&lt;/P&gt;&lt;P&gt;&lt;A href="https://desktop.arcgis.com/en/arcmap/latest/analyze/arcpy-mapping/dataframe-class.htm" target="_blank" rel="noopener"&gt;DataFrame—ArcMap | Documentation (arcgis.com)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The Map Class in the ArcPy library for ArcGIS Pro ( &amp;lt; 3.0) doesn't seem to have an equivalent for setting the Transformations for a map, as you can do manually under the Properties menu of the Map within an ArcPro session.&amp;nbsp; Does anyone know if I'm missing something, or can this not be set through ArcPy in Pro?&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/2.9/arcpy/mapping/map-class.htm" target="_blank" rel="noopener"&gt;Map—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;In 3.0+ versions of Pro, there seems to be an updateTransformations function on the Map Class.&amp;nbsp; Would this be the equivalent to the old DataFrame Transformations property, and it's just not available in pre-3.0 versions of the ArcPy library?&amp;nbsp; Any info the community could provide would be appreciated, many thanks.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/mapping/map-class.htm" target="_blank" rel="noopener"&gt;Map—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2024 20:40:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/applying-a-transformation-to-a-map-using-arcpy/m-p/1410608#M70343</guid>
      <dc:creator>AdamDrackley</dc:creator>
      <dc:date>2024-04-16T20:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: Applying a Transformation to a Map using ArcPy</title>
      <link>https://community.esri.com/t5/python-questions/applying-a-transformation-to-a-map-using-arcpy/m-p/1410687#M70345</link>
      <description>&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/functions/listtransformations.htm" target="_blank"&gt;ListTransformations—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;would be a useful option to explore for your area and coordinate system to see what it returns prior to doing an updateTransformations&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2024 22:48:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/applying-a-transformation-to-a-map-using-arcpy/m-p/1410687#M70345</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2024-04-16T22:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: Applying a Transformation to a Map using ArcPy</title>
      <link>https://community.esri.com/t5/python-questions/applying-a-transformation-to-a-map-using-arcpy/m-p/1410837#M70355</link>
      <description>&lt;P&gt;Thanks Dan. &amp;nbsp;I believe even ListTransformations isn't available in the pre-3.0 version of the ArcPy library. &amp;nbsp;It just seemed surprising to me that prior to 3.0, there was no option to read/write Map Transformation information, when that has been available on the DataFrame class in ArcMap for a long time.&lt;/P&gt;&lt;P&gt;Regarding updateTransformations, does this actually set a transformation on the Map, or just limit the dropdown list somehow that you'd still need to pick from manually, do you know? &amp;nbsp;Also, will Pro automatically use the first transformation available in the list if none is explicitly specified, or simply not use one at all if a transformation is required?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2024 12:02:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/applying-a-transformation-to-a-map-using-arcpy/m-p/1410837#M70355</guid>
      <dc:creator>AdamDrackley</dc:creator>
      <dc:date>2024-04-17T12:02:12Z</dc:date>
    </item>
  </channel>
</rss>

