<?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: How do I get ArcGIS to rotate so that &amp;quot;up&amp;quot; is north? in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/how-do-i-get-arcgis-to-rotate-so-that-amp-quot-up/m-p/551709#M18264</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I am making some maps for a book. I usually use South Polar Stereographic for my maps.&amp;nbsp; I want page "up" to always be north. I can get ArcMap to rotate the map using Layers-&amp;gt;Properties-&amp;gt;General, but then I'm just doing north by eye. It seems that there has to be some way of getting ArcGIS to rotate it so that "up" is north.&amp;nbsp; Anyone know how to do this?&amp;nbsp; Thank you in advance.&lt;BR /&gt;&lt;BR /&gt;I'm using ArcGIS 10.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Change the central meridian of the projected coordinate system?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Feb 2011 17:45:57 GMT</pubDate>
    <dc:creator>MelitaKennedy</dc:creator>
    <dc:date>2011-02-15T17:45:57Z</dc:date>
    <item>
      <title>How do I get ArcGIS to rotate so that &amp;quot;up&amp;quot; is north?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-do-i-get-arcgis-to-rotate-so-that-amp-quot-up/m-p/551706#M18261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am making some maps for a book. I usually use South Polar Stereographic for my maps.&amp;nbsp; I want page "up" to always be north. I can get ArcMap to rotate the map using Layers-&amp;gt;Properties-&amp;gt;General, but then I'm just doing north by eye. It seems that there has to be some way of getting ArcGIS to rotate it so that "up" is north.&amp;nbsp; Anyone know how to do this?&amp;nbsp; Thank you in advance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using ArcGIS 10.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 02:49:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-do-i-get-arcgis-to-rotate-so-that-amp-quot-up/m-p/551706#M18261</guid>
      <dc:creator>AlexUnderwood</dc:creator>
      <dc:date>2011-02-15T02:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get ArcGIS to rotate so that "up" is north?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-do-i-get-arcgis-to-rotate-so-that-amp-quot-up/m-p/551707#M18262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Does the rotate data frame tool do what you want (add the data frame toolbar)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 04:37:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-do-i-get-arcgis-to-rotate-so-that-amp-quot-up/m-p/551707#M18262</guid>
      <dc:creator>MichaelStead</dc:creator>
      <dc:date>2011-02-15T04:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get ArcGIS to rotate so that "up" is north?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-do-i-get-arcgis-to-rotate-so-that-amp-quot-up/m-p/551708#M18263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you wanting to figure out a way to determine how to rotate the map so that North is always up?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will demonstrate on 9.3.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is a small formula you can use to calculate the amount of rotation needed:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;get the InvTan of (YDifference / XDifference)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For instance, if I draw a line at an angle:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH]4808[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Start an edit session to get the X,Y coordinates of the corners/ends:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Feature Selected in Edit session:[ATTACH]4809[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hover over a vertex, right click and select Properties to open sketch properties window: [ATTACH]4810[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note the x,y values and get their difference: X1 - X2 and Y1 - Y2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Xdiff = 2744882.428 - 1613945.359 = 1130937.069&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ydiff = 6677341.207 - 6448747.544 = 228593.663&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Press Windows Key + R and type in "calc" without the quotes and hit enter to open the calculator:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Result shown is from InvTan (228593.663 / 1130937.069)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In calculator, do the division calculation first, which should, in this case give you: 0.20212765967794093059301781538828&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With that result in the window, place a checkmark beside Inv, and press the Tan button:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH]4811[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Result: 11.42710159964098606467054232324&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;or&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;rotate dataframe &lt;/SPAN&gt;&lt;STRONG&gt;11.427&lt;/STRONG&gt;&lt;SPAN&gt; degrees, or &lt;/SPAN&gt;&lt;STRONG&gt;-348.573&lt;/STRONG&gt;&lt;SPAN&gt; degrees&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH]4812[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 16:14:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-do-i-get-arcgis-to-rotate-so-that-amp-quot-up/m-p/551708#M18263</guid>
      <dc:creator>DonovanCameron</dc:creator>
      <dc:date>2011-02-15T16:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get ArcGIS to rotate so that "up" is north?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-do-i-get-arcgis-to-rotate-so-that-amp-quot-up/m-p/551709#M18264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I am making some maps for a book. I usually use South Polar Stereographic for my maps.&amp;nbsp; I want page "up" to always be north. I can get ArcMap to rotate the map using Layers-&amp;gt;Properties-&amp;gt;General, but then I'm just doing north by eye. It seems that there has to be some way of getting ArcGIS to rotate it so that "up" is north.&amp;nbsp; Anyone know how to do this?&amp;nbsp; Thank you in advance.&lt;BR /&gt;&lt;BR /&gt;I'm using ArcGIS 10.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Change the central meridian of the projected coordinate system?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 17:45:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-do-i-get-arcgis-to-rotate-so-that-amp-quot-up/m-p/551709#M18264</guid>
      <dc:creator>MelitaKennedy</dc:creator>
      <dc:date>2011-02-15T17:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get ArcGIS to rotate so that "up" is north?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-do-i-get-arcgis-to-rotate-so-that-amp-quot-up/m-p/551710#M18265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks everyone.&amp;nbsp; Great suggestions (especially the idea of changing the central meridian)!&amp;nbsp; Much appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Feb 2011 00:57:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-do-i-get-arcgis-to-rotate-so-that-amp-quot-up/m-p/551710#M18265</guid>
      <dc:creator>AlexUnderwood</dc:creator>
      <dc:date>2011-02-17T00:57:37Z</dc:date>
    </item>
  </channel>
</rss>

