<?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: determine area of polygon in &amp;quot;EPSG:3857&amp;quot; in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/determine-area-of-polygon-in-quot-epsg-3857-quot/m-p/809286#M2394</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You seem to be getting the answer you are interested in using Geometry.get_area, so why not just use that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 May 2020 17:27:48 GMT</pubDate>
    <dc:creator>JoshuaBixby</dc:creator>
    <dc:date>2020-05-11T17:27:48Z</dc:date>
    <item>
      <title>determine area of polygon in "EPSG:3857"</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/determine-area-of-polygon-in-quot-epsg-3857-quot/m-p/809282#M2390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I downloaded the US states shapefile from census.gov and imported "Texas" as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;geom = geometry.Geometry.from_shapely( us_states_.geometry[11], spatial_reference={"wkid": 3857} ) geom.area&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #000000;"&gt;956858520477.5554

&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; "&gt;geom = geomeUsing arcpy method "get_area" gave different answer:

geom.get_area("GEODESIC", units="SQUAREMETERS")

&lt;/SPAN&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;692662873864.4374&lt;/PRE&gt;&lt;/PRE&gt;&lt;/PRE&gt;&lt;P&gt;Main question is following: &amp;nbsp;is it possible to have "geom.area" return value &amp;nbsp;= "geom.get_area" return value?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 09:28:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/determine-area-of-polygon-in-quot-epsg-3857-quot/m-p/809282#M2390</guid>
      <dc:creator>artzaifman</dc:creator>
      <dc:date>2021-12-12T09:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: determine area of polygon in "EPSG:3857"</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/determine-area-of-polygon-in-quot-epsg-3857-quot/m-p/809283#M2391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Reformatted errors in previous post:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="border: 0px; font-size: 14px;"&gt;I downloaded the US states shapefile from census.gov and imported "Texas" as follows:&lt;/P&gt;&lt;P style="border: 0px; font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px; font-size: 14px;"&gt;geom = geometry.Geometry.from_shapely( us_states_.geometry[11], spatial_reference={"wkid": 3857} ) geom.area&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #000000; border: 0px; font-weight: inherit; font-size: 14px;"&gt;&lt;STRONG&gt;956858520477.5554&lt;/STRONG&gt;

&lt;/SPAN&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;Using arcpy method "get_area" gave different answer:

geom.get_area("GEODESIC", units="SQUAREMETERS")

&lt;/SPAN&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;STRONG&gt;692662873864.4374&lt;/STRONG&gt;  # This is correct!&lt;/PRE&gt;&lt;/PRE&gt;&lt;/PRE&gt;&lt;P style="border: 0px; font-size: 14px;"&gt;Main question is following: &amp;nbsp;is it possible to have "geom.area" return value &amp;nbsp;= "geom.get_area" return value?&lt;/P&gt;&lt;P style="border: 0px; font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px; font-size: 14px;"&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 09:28:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/determine-area-of-polygon-in-quot-epsg-3857-quot/m-p/809283#M2391</guid>
      <dc:creator>artzaifman</dc:creator>
      <dc:date>2021-12-12T09:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: determine area of polygon in "EPSG:3857"</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/determine-area-of-polygon-in-quot-epsg-3857-quot/m-p/809284#M2392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Short answer, no.&amp;nbsp; When looking at the &lt;A class="link-titled" href="https://developers.arcgis.com/python/api-reference/arcgis.geometry.html#geometry" title="https://developers.arcgis.com/python/api-reference/arcgis.geometry.html#geometry"&gt;arcgis.geometry.Geometry — arcgis 1.8.0 documentation&lt;/A&gt;:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;EM class="" style="box-sizing: border-box; display: inline-block; padding-right: 8px;"&gt;property&lt;/EM&gt;&lt;CODE class="" style="box-sizing: border-box; font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', Courier, monospace; font-size: 14.4px; white-space: nowrap; max-width: 100%; background: transparent; border: none; padding: 0px; color: #000000; overflow-x: auto; font-weight: bold;"&gt;area&lt;/CODE&gt;&lt;/P&gt;&lt;P style="box-sizing: border-box; line-height: 24px; font-size: 16px; margin: 0px 0px 12px !important 0px;"&gt;The area of a polygon feature. None for all other feature types. The area is in the units of the spatial reference.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;CODE class="" style="box-sizing: border-box; font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', Courier, monospace; font-size: 14.4px; white-space: nowrap; max-width: 100%; background: transparent; border: none; padding: 0px; color: #000000; overflow-x: auto; font-weight: bold;"&gt;get_area&lt;/CODE&gt;&lt;SPAN class="" style="box-sizing: border-box;"&gt;(&lt;/SPAN&gt;&lt;EM class="" style="box-sizing: border-box;"&gt;method&lt;/EM&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM class="" style="box-sizing: border-box;"&gt;units=None&lt;/EM&gt;&lt;SPAN class="" style="box-sizing: border-box;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="box-sizing: border-box; line-height: 24px; font-size: 16px; margin: 0px 0px 12px !important 0px;"&gt;Returns the area of the feature using a measurement type.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are downloading the geometry data into WKID 3857, so that is the spatial reference that Geometry.area will report its value in.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2020 16:27:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/determine-area-of-polygon-in-quot-epsg-3857-quot/m-p/809284#M2392</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2020-05-11T16:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: determine area of polygon in "EPSG:3857"</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/determine-area-of-polygon-in-quot-epsg-3857-quot/m-p/809285#M2393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Joshua. &amp;nbsp;Is there additional information available that would explain how to convert from spatial reference unit area to measurement type?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2020 16:44:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/determine-area-of-polygon-in-quot-epsg-3857-quot/m-p/809285#M2393</guid>
      <dc:creator>artzaifman</dc:creator>
      <dc:date>2020-05-11T16:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: determine area of polygon in "EPSG:3857"</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/determine-area-of-polygon-in-quot-epsg-3857-quot/m-p/809286#M2394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You seem to be getting the answer you are interested in using Geometry.get_area, so why not just use that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2020 17:27:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/determine-area-of-polygon-in-quot-epsg-3857-quot/m-p/809286#M2394</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2020-05-11T17:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: determine area of polygon in "EPSG:3857"</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/determine-area-of-polygon-in-quot-epsg-3857-quot/m-p/809287#M2395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Only reason is "arcpy" is Windows and my development environment is Mac. &amp;nbsp;I'm running "parallels" so that I can access both simultaneously.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2020 17:47:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/determine-area-of-polygon-in-quot-epsg-3857-quot/m-p/809287#M2395</guid>
      <dc:creator>artzaifman</dc:creator>
      <dc:date>2020-05-11T17:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: determine area of polygon in "EPSG:3857"</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/determine-area-of-polygon-in-quot-epsg-3857-quot/m-p/809288#M2396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does it boil down to finding the best projection (with least distortion) when using "area" property as opposed to "get_area()" method in arcpy?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2020 18:25:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/determine-area-of-polygon-in-quot-epsg-3857-quot/m-p/809288#M2396</guid>
      <dc:creator>artzaifman</dc:creator>
      <dc:date>2020-05-11T18:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: determine area of polygon in "EPSG:3857"</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/determine-area-of-polygon-in-quot-epsg-3857-quot/m-p/809289#M2397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Absolutely, that is if you want to rely on using Geometry.area .&amp;nbsp; WKID 3857, like all conformal projections, is focused on maintaining direction and shape.&amp;nbsp; Area and distance measurements can be very off, as you are seeing with TX.&amp;nbsp; I think an old standby would be Albers Equal Area Conic USA (102003), but some of the new whole-earth projections from Esri work well like Equal Earth Americas (8858).&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2020 20:04:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/determine-area-of-polygon-in-quot-epsg-3857-quot/m-p/809289#M2397</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2020-05-11T20:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: determine area of polygon in "EPSG:3857"</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/determine-area-of-polygon-in-quot-epsg-3857-quot/m-p/809290#M2398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great answer and thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2020 20:08:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/determine-area-of-polygon-in-quot-epsg-3857-quot/m-p/809290#M2398</guid>
      <dc:creator>artzaifman</dc:creator>
      <dc:date>2020-05-11T20:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: determine area of polygon in "EPSG:3857"</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/determine-area-of-polygon-in-quot-epsg-3857-quot/m-p/809291#M2399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If any of my responses answered your question, please mark one of them as the correct answer or mark the question as assumed answered to close it out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2020 20:27:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/determine-area-of-polygon-in-quot-epsg-3857-quot/m-p/809291#M2399</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2020-05-11T20:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: determine area of polygon in "EPSG:3857"</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/determine-area-of-polygon-in-quot-epsg-3857-quot/m-p/809292#M2400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To close out this issue, sr=8858 works fantastically and here's the sq. meters of TX from "area" property: &amp;nbsp;&lt;/P&gt;&lt;PRE style="color: #000000; background-color: transparent; border: 0px; font-size: 14px; padding: 1px 0px;"&gt;692653163631.7217 (vs. &lt;SPAN style="border: 0px; font-weight: inherit; margin: 0px; padding: 0px;"&gt;956858520477.5554 using sr=3857).&lt;/SPAN&gt;&lt;PRE style="background-color: transparent; border: 0px; margin: 0px;"&gt;&lt;/PRE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2020 20:51:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/determine-area-of-polygon-in-quot-epsg-3857-quot/m-p/809292#M2400</guid>
      <dc:creator>artzaifman</dc:creator>
      <dc:date>2020-05-11T20:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: determine area of polygon in "EPSG:3857"</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/determine-area-of-polygon-in-quot-epsg-3857-quot/m-p/809293#M2401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am glad you found something that worked.&amp;nbsp; In GeoNet system itself, a question is not closed out until it is marked "Assumed Answered" or one of the responses as marked as "Correct Answer".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2020 21:14:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/determine-area-of-polygon-in-quot-epsg-3857-quot/m-p/809293#M2401</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2020-05-11T21:14:49Z</dc:date>
    </item>
  </channel>
</rss>

