<?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: SRID for WS84 Web mercator aux sphere? in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/srid-for-ws84-web-mercator-aux-sphere/m-p/237688#M13488</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jamie - I think &lt;A href="https://community.esri.com/people/GSCUser85"&gt;GSCUser85&lt;/A&gt;‌ was hitting this right earlier. Those are geographic coordinates. It would appear that your data is already in WGS 84, i.e. SRID 4326.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Adam Z&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Feb 2017 18:14:01 GMT</pubDate>
    <dc:creator>AdamZiegler1</dc:creator>
    <dc:date>2017-02-13T18:14:01Z</dc:date>
    <item>
      <title>SRID for WS84 Web mercator aux sphere?</title>
      <link>https://community.esri.com/t5/data-management-questions/srid-for-ws84-web-mercator-aux-sphere/m-p/237682#M13482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've received some ESRI biz data in CSV format and I'm trying to create a SQL Server spatial layer with it before I query it down to more manageable datasets.&amp;nbsp; The CSV file contains lat long coordinates that are in WGS 84 Web Mercator Auxilary Sphere.&amp;nbsp; I want to import the data into sql and create a geometry field with the coordinates but can't seem to find any reference to the SRID I would use to convert the lat long to geometry.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I eventually want the data to land in SRID 4326 .&amp;nbsp; Do I even need to reproject it?&amp;nbsp; What SRID should I use to bring it into SQL Server geometry?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;Jamie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2017 13:52:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/srid-for-ws84-web-mercator-aux-sphere/m-p/237682#M13482</guid>
      <dc:creator>JamiePortolese</dc:creator>
      <dc:date>2017-02-13T13:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: SRID for WS84 Web mercator aux sphere?</title>
      <link>https://community.esri.com/t5/data-management-questions/srid-for-ws84-web-mercator-aux-sphere/m-p/237683#M13483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jamie -&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;WGS 84 Web Mercator Auxilary Sphere SRID is 3857. Since 4326 is geographic and 3857 is projected a reprojection would be necessary.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;-Adam Z&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2017 14:31:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/srid-for-ws84-web-mercator-aux-sphere/m-p/237683#M13483</guid>
      <dc:creator>AdamZiegler1</dc:creator>
      <dc:date>2017-02-13T14:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: SRID for WS84 Web mercator aux sphere?</title>
      <link>https://community.esri.com/t5/data-management-questions/srid-for-ws84-web-mercator-aux-sphere/m-p/237684#M13484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The above info from&amp;nbsp;&lt;A href="https://community.esri.com/people/aziegler"&gt;aziegler&lt;/A&gt;&amp;nbsp;is spot on.&lt;/P&gt;&lt;P&gt;But are you sure your input csv is actually Web Merc coords. Sounds very unusual.&lt;/P&gt;&lt;P&gt;What do those numbers look like?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And extra unwanted info, both 3857 and 4326 (GCS_WGS_1984) are WGS84 based, a projection is necessary but no transformation is needed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2017 14:40:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/srid-for-ws84-web-mercator-aux-sphere/m-p/237684#M13484</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2017-02-13T14:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: SRID for WS84 Web mercator aux sphere?</title>
      <link>https://community.esri.com/t5/data-management-questions/srid-for-ws84-web-mercator-aux-sphere/m-p/237685#M13485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the coordinates are Lat/Long, again, what do those numbers look like??&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;"&lt;EM&gt;lat long coordinates that are in WGS 84 Web Mercator&lt;/EM&gt; "&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;If they are Lat/Long, then they are not Web Merc but are already GCS_WGS84 (4326)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2017 14:42:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/srid-for-ws84-web-mercator-aux-sphere/m-p/237685#M13485</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2017-02-13T14:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: SRID for WS84 Web mercator aux sphere?</title>
      <link>https://community.esri.com/t5/data-management-questions/srid-for-ws84-web-mercator-aux-sphere/m-p/237686#M13486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using that as the SRID to create a geometry field,&amp;nbsp;when I add the table to arcmap, it places the points in meters and not decimal degrees like I would expect.&amp;nbsp; Perhaps I'm not understanding things.&amp;nbsp; If I'm given lat long values are the values&amp;nbsp;specific to the web Mercator&amp;nbsp; auxiliary sphere projection or should they be imported as geographic?&amp;nbsp; I'm having a hell of a time trying to line things up with my other data that's already in Geographic wgs84 SRID 4326.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2017 18:06:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/srid-for-ws84-web-mercator-aux-sphere/m-p/237686#M13486</guid>
      <dc:creator>JamiePortolese</dc:creator>
      <dc:date>2017-02-13T18:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: SRID for WS84 Web mercator aux sphere?</title>
      <link>https://community.esri.com/t5/data-management-questions/srid-for-ws84-web-mercator-aux-sphere/m-p/237687#M13487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The coordinates are (for example) -97 longitude, 26 latitude (they are from Texas).&amp;nbsp; I think this points to my misunderstanding of Lat Long coordinates in general.&amp;nbsp; I normally work in projected coordinate systems and only recently started doing a lot with lat long values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2017 18:09:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/srid-for-ws84-web-mercator-aux-sphere/m-p/237687#M13487</guid>
      <dc:creator>JamiePortolese</dc:creator>
      <dc:date>2017-02-13T18:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: SRID for WS84 Web mercator aux sphere?</title>
      <link>https://community.esri.com/t5/data-management-questions/srid-for-ws84-web-mercator-aux-sphere/m-p/237688#M13488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jamie - I think &lt;A href="https://community.esri.com/people/GSCUser85"&gt;GSCUser85&lt;/A&gt;‌ was hitting this right earlier. Those are geographic coordinates. It would appear that your data is already in WGS 84, i.e. SRID 4326.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Adam Z&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2017 18:14:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/srid-for-ws84-web-mercator-aux-sphere/m-p/237688#M13488</guid>
      <dc:creator>AdamZiegler1</dc:creator>
      <dc:date>2017-02-13T18:14:01Z</dc:date>
    </item>
  </channel>
</rss>

