<?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 Convert SDF to WGS 84 in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/convert-sdf-to-wgs-84/m-p/1100186#M6672</link>
    <description>&lt;P&gt;Hi, I have an sdf from a feature layer in the&amp;nbsp; EPSG 5514 coordinate system, and it returns points with coordinates in meters. After applying a query where I call "out_sr=4326" at the end, I get the coordinates in degrees, but they are a bit off by a few meters. Is there another way to trnsform the coordinates or the whole sdf into 4326? thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;sdf = znacky.query(where="NAPIS like '%=invalida%'  or OZNACENI like '%IP12O%' or NAPIS like '%= invalida%'  or NAPIS like '%X invalida%' or NAPIS like '%x invalida%' or NAPIS like '%.invalida%' or NAPIS like '%. invalida%' or NAPIS like '%.invalida%' or CISZN like '%IP1201%' and platnost_t not like '%Archiv%'",out_sr=4326  ).sdf&lt;/LI-CODE&gt;</description>
    <pubDate>Tue, 21 Sep 2021 06:24:57 GMT</pubDate>
    <dc:creator>JiříKomínek</dc:creator>
    <dc:date>2021-09-21T06:24:57Z</dc:date>
    <item>
      <title>Convert SDF to WGS 84</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/convert-sdf-to-wgs-84/m-p/1100186#M6672</link>
      <description>&lt;P&gt;Hi, I have an sdf from a feature layer in the&amp;nbsp; EPSG 5514 coordinate system, and it returns points with coordinates in meters. After applying a query where I call "out_sr=4326" at the end, I get the coordinates in degrees, but they are a bit off by a few meters. Is there another way to trnsform the coordinates or the whole sdf into 4326? thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;sdf = znacky.query(where="NAPIS like '%=invalida%'  or OZNACENI like '%IP12O%' or NAPIS like '%= invalida%'  or NAPIS like '%X invalida%' or NAPIS like '%x invalida%' or NAPIS like '%.invalida%' or NAPIS like '%. invalida%' or NAPIS like '%.invalida%' or CISZN like '%IP1201%' and platnost_t not like '%Archiv%'",out_sr=4326  ).sdf&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 21 Sep 2021 06:24:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/convert-sdf-to-wgs-84/m-p/1100186#M6672</guid>
      <dc:creator>JiříKomínek</dc:creator>
      <dc:date>2021-09-21T06:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Convert SDF to WGS 84</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/convert-sdf-to-wgs-84/m-p/1100266#M6674</link>
      <description>&lt;P&gt;You might be able to specify a datum transformation e.g&amp;nbsp;15965 &lt;A href="https://epsg.io/5514" target="_blank"&gt;https://epsg.io/5514&lt;/A&gt; (I have no idea which would be the best)&lt;BR /&gt;&lt;A href="https://epsg.org/search/by-name/sessionkey/lkb8q2c1cc/transformation_page/40/#transformation" target="_blank"&gt;https://epsg.org/search/by-name/sessionkey/lkb8q2c1cc/transformation_page/40/#transformation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;'datumTransformation'&lt;/SPAN&gt; parameter&amp;nbsp;&lt;A href="https://developers.arcgis.com/rest/services-reference/enterprise/query-feature-service-layer-.htm" target="_blank"&gt;https://developers.arcgis.com/rest/services-reference/enterprise/query-feature-service-layer-.htm&lt;/A&gt;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;datumTransformation=1623&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Sep 2021 13:21:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/convert-sdf-to-wgs-84/m-p/1100266#M6674</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2021-09-21T13:21:07Z</dc:date>
    </item>
  </channel>
</rss>

