<?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: Change coordinate system in multiple MXDs ArcGIS 9.3 - accessing data frames in Mapping Questions</title>
    <link>https://community.esri.com/t5/mapping-questions/change-coordinate-system-in-multiple-mxds-arcgis-9/m-p/752707#M8110</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not that I'm aware of.&amp;nbsp; Is it possible to run your scripts on a single 10x machine, change the CSs, and do an MXD.saveAs to 9.3?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Mar 2013 16:51:20 GMT</pubDate>
    <dc:creator>JeffBarrette</dc:creator>
    <dc:date>2013-03-08T16:51:20Z</dc:date>
    <item>
      <title>Change coordinate system in multiple MXDs ArcGIS 9.3 - accessing data frames</title>
      <link>https://community.esri.com/t5/mapping-questions/change-coordinate-system-in-multiple-mxds-arcgis-9/m-p/752706#M8109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have to loop through some folders which may contain *.mxd files and change their coordinate system. I already found this piece of Python which should do the trick for ArcGIS 10.x (from &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/11684-arcpy-change-data-frame-coordinate-system" rel="nofollow noopener noreferrer" target="_blank"&gt;http://forums.arcgis.com/threads/11684-arcpy-change-data-frame-coordinate-system&lt;/A&gt;&lt;SPAN&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;prjFile = prjPath + "/" + "NAD 1983 UTM Zone 10N.prj"
sr = arcpy.SpatialReference(prjFile)
for DF in MAP.ListDataFrames(MXD):
&amp;nbsp;&amp;nbsp;&amp;nbsp; DF.spatialReference = sr
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, it looks like there is nothing similar to the arcpy.mapping module in 10 available in 9.3. I need to access the MXD file and then the dataframe(s) it contains, in order to change the coordinate system.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I could not find anything useful so far, although I assume that other people may have similar issues.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My question therefore, is there any (simple) workaround to this using Python (arcgisscripting) in ArcGIS 9.3? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 07:57:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/change-coordinate-system-in-multiple-mxds-arcgis-9/m-p/752706#M8109</guid>
      <dc:creator>DavidHaberkorn</dc:creator>
      <dc:date>2021-12-12T07:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: Change coordinate system in multiple MXDs ArcGIS 9.3 - accessing data frames</title>
      <link>https://community.esri.com/t5/mapping-questions/change-coordinate-system-in-multiple-mxds-arcgis-9/m-p/752707#M8110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not that I'm aware of.&amp;nbsp; Is it possible to run your scripts on a single 10x machine, change the CSs, and do an MXD.saveAs to 9.3?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Mar 2013 16:51:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/change-coordinate-system-in-multiple-mxds-arcgis-9/m-p/752707#M8110</guid>
      <dc:creator>JeffBarrette</dc:creator>
      <dc:date>2013-03-08T16:51:20Z</dc:date>
    </item>
  </channel>
</rss>

