<?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: ArcServer best practices coordinate system in ArcGIS REST APIs and Services Questions</title>
    <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcserver-best-practices-coordinate-system/m-p/208554#M1028</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did find this which was interesting.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.w3.org/TR/sdw-bp/#bp-crs-choice"&gt;https://www.w3.org/TR/sdw-bp/#bp-crs-choice&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Dec 2018 18:40:27 GMT</pubDate>
    <dc:creator>BillChappell</dc:creator>
    <dc:date>2018-12-10T18:40:27Z</dc:date>
    <item>
      <title>ArcServer best practices coordinate system</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcserver-best-practices-coordinate-system/m-p/208553#M1027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a question that's come up at work and I can't find a definitive answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I'm going to create an ArcServer REST service, what is the ideal projection? I know a service has the option of re-projection data but this should have a server side performance hit on each callback. I'm working with stream/river data and it may have high demand for a while..&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know ArcGIS on-line uses 3857 Web Mercator and so do most base maps. However many of the data REST Services I use require WGS-84 with Decimal Degrees. (GeoJSON for example)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm in NY and it appears many services are in UTM zone 18, but Buffalo isn't even in zone 18, so this isn't ideal if I have it return Meter coordinates.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm looking for the best solution, that would return the data in my web map (wgs-84) the fastest with the least demand on the server.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's a dynamic map service that is constantly updated so caching the service is not feasible.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your thoughts?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2018 17:34:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcserver-best-practices-coordinate-system/m-p/208553#M1027</guid>
      <dc:creator>BillChappell</dc:creator>
      <dc:date>2018-12-10T17:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: ArcServer best practices coordinate system</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcserver-best-practices-coordinate-system/m-p/208554#M1028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did find this which was interesting.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.w3.org/TR/sdw-bp/#bp-crs-choice"&gt;https://www.w3.org/TR/sdw-bp/#bp-crs-choice&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2018 18:40:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcserver-best-practices-coordinate-system/m-p/208554#M1028</guid>
      <dc:creator>BillChappell</dc:creator>
      <dc:date>2018-12-10T18:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: ArcServer best practices coordinate system</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcserver-best-practices-coordinate-system/m-p/208555#M1029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bill,&lt;/P&gt;&lt;P&gt;You are correct, services run faster when they do not need to project (re-project) on the fly, so the datum and projection are important.&amp;nbsp; I will caution you on the WGS84 with respect to accuracy.&amp;nbsp; If your use involves picking a coordinate value you may find that the WGS84 projection can be off in both the X,Y (not sure about Z) with respect to actual ground coordinates.&lt;/P&gt;&lt;P&gt;If you do need to transform your data, ultimately avoid going back and forth, try single one way transformation to reduce potential errors.&amp;nbsp; Each time you run a re-project transformation, it is like your data being stretched over new graph paper, and there are always distortions, especially as you move away from the centre either east or west to the margins of your zone.&lt;/P&gt;&lt;P&gt;Hope this helps in your situation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2018 19:59:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcserver-best-practices-coordinate-system/m-p/208555#M1029</guid>
      <dc:creator>GerardEddy</dc:creator>
      <dc:date>2018-12-13T19:59:59Z</dc:date>
    </item>
  </channel>
</rss>

