<?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: Calculate distance between two projected points for given projection and scale in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/calculate-distance-between-two-projected-points/m-p/621506#M48359</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for being unclear in my initial question. My intention is to adjust&amp;nbsp;the position of some text and layout elements in my Data Driven Pages mxd according to the position and size of my map. I think I need to know the planar distance between some points on the map&amp;nbsp;to do this and I have to base my calculation on the points' "real-world" coordinates. Am I going in the wrong direction?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Oct 2017 13:14:19 GMT</pubDate>
    <dc:creator>MihkelMänna</dc:creator>
    <dc:date>2017-10-27T13:14:19Z</dc:date>
    <item>
      <title>Calculate distance between two projected points for given projection and scale</title>
      <link>https://community.esri.com/t5/python-questions/calculate-distance-between-two-projected-points/m-p/621504#M48357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I&amp;nbsp;need to calculate the distance between two projected points - NOT&amp;nbsp;the "real-world" planar/geodesic/great-elliptic distance - BUT the distance as it would appear on a paper map (in millimeters) for a given projection and map scale.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How could I do that? Any help would be really appreciated &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2017 12:50:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/calculate-distance-between-two-projected-points/m-p/621504#M48357</guid>
      <dc:creator>MihkelMänna</dc:creator>
      <dc:date>2017-10-27T12:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate distance between two projected points for given projection and scale</title>
      <link>https://community.esri.com/t5/python-questions/calculate-distance-between-two-projected-points/m-p/621505#M48358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pythagorean theorem ?&amp;nbsp; perhaps the two points you have would be useful, since there must be more to the question than meets the eye if you have ruled out planar and geodesic shapes from the start&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2017 13:02:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/calculate-distance-between-two-projected-points/m-p/621505#M48358</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-10-27T13:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate distance between two projected points for given projection and scale</title>
      <link>https://community.esri.com/t5/python-questions/calculate-distance-between-two-projected-points/m-p/621506#M48359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for being unclear in my initial question. My intention is to adjust&amp;nbsp;the position of some text and layout elements in my Data Driven Pages mxd according to the position and size of my map. I think I need to know the planar distance between some points on the map&amp;nbsp;to do this and I have to base my calculation on the points' "real-world" coordinates. Am I going in the wrong direction?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2017 13:14:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/calculate-distance-between-two-projected-points/m-p/621506#M48359</guid>
      <dc:creator>MihkelMänna</dc:creator>
      <dc:date>2017-10-27T13:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate distance between two projected points for given projection and scale</title>
      <link>https://community.esri.com/t5/python-questions/calculate-distance-between-two-projected-points/m-p/621507#M48360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;then my initial suggestion will work.&amp;nbsp; If you have the initial location and need to adjust the object (text and layout elements) you just need to know the change in X and Y associated with the move.&lt;/P&gt;&lt;P&gt;'&lt;STRONG&gt;Real-world coordinates&lt;/STRONG&gt;' is a bit of a misnomer, since that depends on the coordinate system being used.&amp;nbsp; All coordinates are 'real' in the sense that there is no single way to express them.&amp;nbsp; If you have to move projected coordinates, that is simple which I suspect you probably have since no one is going to produce a map in geographic coordinates because it won't look 'real'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2017 13:21:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/calculate-distance-between-two-projected-points/m-p/621507#M48360</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-10-27T13:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate distance between two projected points for given projection and scale</title>
      <link>https://community.esri.com/t5/python-questions/calculate-distance-between-two-projected-points/m-p/621508#M48361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the answers and sorry for the confusion, Dan!&amp;nbsp;You're absolutely right! I realized now where I was going wrong with my initial solution! Thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2017 13:47:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/calculate-distance-between-two-projected-points/m-p/621508#M48361</guid>
      <dc:creator>MihkelMänna</dc:creator>
      <dc:date>2017-10-27T13:47:19Z</dc:date>
    </item>
  </channel>
</rss>

