<?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 SDE ST_Transform gives wrong geometries from 3857 to 4326 in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/sde-st-transform-gives-wrong-geometries-from-3857/m-p/601693#M33902</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;I made a transformation of a circle with radius of 1000 mt. from 3857 (Web-Mercator) to 4326 (WGS84).&lt;/P&gt;&lt;P&gt;I issued a strange situation: the projected circle has a radius of around 0.7 meters.&lt;/P&gt;&lt;P&gt;What happens?&lt;/P&gt;&lt;P&gt;Thanx in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Oct 2015 07:47:15 GMT</pubDate>
    <dc:creator>GianniContino</dc:creator>
    <dc:date>2015-10-09T07:47:15Z</dc:date>
    <item>
      <title>SDE ST_Transform gives wrong geometries from 3857 to 4326</title>
      <link>https://community.esri.com/t5/data-management-questions/sde-st-transform-gives-wrong-geometries-from-3857/m-p/601693#M33902</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;I made a transformation of a circle with radius of 1000 mt. from 3857 (Web-Mercator) to 4326 (WGS84).&lt;/P&gt;&lt;P&gt;I issued a strange situation: the projected circle has a radius of around 0.7 meters.&lt;/P&gt;&lt;P&gt;What happens?&lt;/P&gt;&lt;P&gt;Thanx in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2015 07:47:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sde-st-transform-gives-wrong-geometries-from-3857/m-p/601693#M33902</guid>
      <dc:creator>GianniContino</dc:creator>
      <dc:date>2015-10-09T07:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: SDE ST_Transform gives wrong geometries from 3857 to 4326</title>
      <link>https://community.esri.com/t5/data-management-questions/sde-st-transform-gives-wrong-geometries-from-3857/m-p/601694#M33903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;4326 WGS84 is a geographic coordinate system based in degrees not metres.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2015 07:49:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sde-st-transform-gives-wrong-geometries-from-3857/m-p/601694#M33903</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2015-10-09T07:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: SDE ST_Transform gives wrong geometries from 3857 to 4326</title>
      <link>https://community.esri.com/t5/data-management-questions/sde-st-transform-gives-wrong-geometries-from-3857/m-p/601695#M33904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know. &lt;BR /&gt;But my problem is different:&lt;BR /&gt;I insert a circle (radius = 1000 meters in EPSG:3857 Web Mercator, in Meters);&lt;/P&gt;&lt;P&gt;after I transform it in WGS84 (in degrees);&lt;/P&gt;&lt;P&gt;In ArcMap by a tool I measure the radius (the tool returns length in Meters, etc...) and radius is 700 meters, not 1000 m.&lt;/P&gt;&lt;P&gt;I think it's an issue of SDE.ST_Transform&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2015 09:33:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sde-st-transform-gives-wrong-geometries-from-3857/m-p/601695#M33904</guid>
      <dc:creator>GianniContino</dc:creator>
      <dc:date>2015-10-09T09:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: SDE ST_Transform gives wrong geometries from 3857 to 4326</title>
      <link>https://community.esri.com/t5/data-management-questions/sde-st-transform-gives-wrong-geometries-from-3857/m-p/601696#M33905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I very much doubt that the projection is being handled incorrectly.&lt;/P&gt;&lt;P&gt;But what is your purpose for this?&lt;/P&gt;&lt;P&gt;And I ma surprised that your output is still a circle with a particular radius.&lt;/P&gt;&lt;P&gt;Depending on where it has been placed (high latitudes vs an equatorial location), I would expect that the Web Mercator version gets quished into some sort of ellipse in degrees.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2015 11:02:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sde-st-transform-gives-wrong-geometries-from-3857/m-p/601696#M33905</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2015-10-09T11:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: SDE ST_Transform gives wrong geometries from 3857 to 4326</title>
      <link>https://community.esri.com/t5/data-management-questions/sde-st-transform-gives-wrong-geometries-from-3857/m-p/601697#M33906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You'll need to provide exact details of the version of ArcGIS, the database product, the database product version, the geodatabase version (if not the same as ArcGIS), the exact SQL you are using, and the coordinate values associated with at least one feature. You'll also need to provide how you determined that the radius was sub-meter in WGS84.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Oct 2015 02:28:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sde-st-transform-gives-wrong-geometries-from-3857/m-p/601697#M33906</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2015-10-10T02:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: SDE ST_Transform gives wrong geometries from 3857 to 4326</title>
      <link>https://community.esri.com/t5/data-management-questions/sde-st-transform-gives-wrong-geometries-from-3857/m-p/601698#M33907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanx I think I solved.&lt;/P&gt;&lt;P&gt;I was measuring distance in Planar instead of Geodesic distance.&lt;/P&gt;&lt;P&gt;the tool is the one of arcgis atcmap 10.2.2&lt;/P&gt;&lt;P&gt;@neil i know that the shape is such an ellipse, but all the axis where wrong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2015 18:18:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sde-st-transform-gives-wrong-geometries-from-3857/m-p/601698#M33907</guid>
      <dc:creator>GianniContino</dc:creator>
      <dc:date>2015-10-13T18:18:01Z</dc:date>
    </item>
  </channel>
</rss>

