<?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 Calculating Area in Map Projections Questions</title>
    <link>https://community.esri.com/t5/map-projections-questions/calculating-area/m-p/833300#M211</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working with some worldwide data sets and having issues calculating potential area collection. I am trying to calculate daily potential collection access. I am starting with a world country shape, clipping with daily access and then dissolving to a single feature within the feature class. All have been projected to a meter linear unit projection but I am receiving an answer of over 380 million SqKm. Some of the shapes seem to have the right area but others are several times larger then they should be. &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any advise? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Jan 2015 13:44:19 GMT</pubDate>
    <dc:creator>MatthewWilley</dc:creator>
    <dc:date>2015-01-12T13:44:19Z</dc:date>
    <item>
      <title>Calculating Area</title>
      <link>https://community.esri.com/t5/map-projections-questions/calculating-area/m-p/833300#M211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working with some worldwide data sets and having issues calculating potential area collection. I am trying to calculate daily potential collection access. I am starting with a world country shape, clipping with daily access and then dissolving to a single feature within the feature class. All have been projected to a meter linear unit projection but I am receiving an answer of over 380 million SqKm. Some of the shapes seem to have the right area but others are several times larger then they should be. &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any advise? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 13:44:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/map-projections-questions/calculating-area/m-p/833300#M211</guid>
      <dc:creator>MatthewWilley</dc:creator>
      <dc:date>2015-01-12T13:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating Area</title>
      <link>https://community.esri.com/t5/map-projections-questions/calculating-area/m-p/833301#M212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which projected coordinate reference system? If it's not equal area, then you may be running in to area distortion that's due to the map projection. It's not Web Mercator, is it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Melita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 18:36:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/map-projections-questions/calculating-area/m-p/833301#M212</guid>
      <dc:creator>MelitaKennedy</dc:creator>
      <dc:date>2015-01-12T18:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating Area</title>
      <link>https://community.esri.com/t5/map-projections-questions/calculating-area/m-p/833302#M213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have projected both the input feature and the clipping feature to WGS 84 Mercator for the meter linear unit because the requested output is for SqKm. The weird thing is some of the features are coming out as expected but others are as much 3 or 4 times the total SqKm of the entire shape even though the clip can be less then 1% of the total possible area.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 18:41:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/map-projections-questions/calculating-area/m-p/833302#M213</guid>
      <dc:creator>MatthewWilley</dc:creator>
      <dc:date>2015-01-12T18:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating Area</title>
      <link>https://community.esri.com/t5/map-projections-questions/calculating-area/m-p/833303#M214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mercator is a conformal project so it maintains shapes, not areas. Do you see better area values closer to the equator?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try using Hammer-Aitoff or Sinusoidal. Most of the equal-area map projections that show the entire world only support spheres for the Earth model. These two do support ellipsoids (spheroids).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Melita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 18:50:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/map-projections-questions/calculating-area/m-p/833303#M214</guid>
      <dc:creator>MelitaKennedy</dc:creator>
      <dc:date>2015-01-12T18:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating Area</title>
      <link>https://community.esri.com/t5/map-projections-questions/calculating-area/m-p/833304#M215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am actually seeing the most issues in small countries near the equator, For example I have access to about 10% of Guatamala for a specific day but the calculated access is over 280,00SqKm which is 2x&amp;nbsp; the entire country. But my estimated access for Russia is about what I was expecting. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And thank you for pointing out the conformal projection. Not sure why that didnt occur to me earlier.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 18:59:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/map-projections-questions/calculating-area/m-p/833304#M215</guid>
      <dc:creator>MatthewWilley</dc:creator>
      <dc:date>2015-01-12T18:59:34Z</dc:date>
    </item>
  </channel>
</rss>

