<?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 Same script and data but different results in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/same-script-and-data-but-different-results/m-p/1305009#M68076</link>
    <description>&lt;P&gt;I wrote a python script that trace upstream a geometric network. I had publish it as geoprocessing service, but on my web app I have different result than my result at ArcMap.&lt;/P&gt;&lt;P&gt;Why could it be ? The data is the same and the script too.&lt;/P&gt;&lt;P&gt;As can see at the image, the correct result is the right side from ArcMap.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Upstream result.PNG" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/74640i54BC9AF6655F1369/image-size/large?v=v2&amp;amp;px=999" role="button" title="Upstream result.PNG" alt="Upstream result.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea or help will be&amp;nbsp;appreciated.&lt;/P&gt;</description>
    <pubDate>Fri, 30 Jun 2023 18:51:28 GMT</pubDate>
    <dc:creator>David_RonaldSuárez_Urresti</dc:creator>
    <dc:date>2023-06-30T18:51:28Z</dc:date>
    <item>
      <title>Same script and data but different results</title>
      <link>https://community.esri.com/t5/python-questions/same-script-and-data-but-different-results/m-p/1305009#M68076</link>
      <description>&lt;P&gt;I wrote a python script that trace upstream a geometric network. I had publish it as geoprocessing service, but on my web app I have different result than my result at ArcMap.&lt;/P&gt;&lt;P&gt;Why could it be ? The data is the same and the script too.&lt;/P&gt;&lt;P&gt;As can see at the image, the correct result is the right side from ArcMap.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Upstream result.PNG" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/74640i54BC9AF6655F1369/image-size/large?v=v2&amp;amp;px=999" role="button" title="Upstream result.PNG" alt="Upstream result.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea or help will be&amp;nbsp;appreciated.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2023 18:51:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/same-script-and-data-but-different-results/m-p/1305009#M68076</guid>
      <dc:creator>David_RonaldSuárez_Urresti</dc:creator>
      <dc:date>2023-06-30T18:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: Same script and data but different results</title>
      <link>https://community.esri.com/t5/python-questions/same-script-and-data-but-different-results/m-p/1330354#M68693</link>
      <description>&lt;P&gt;The colors are different in both maps.&amp;nbsp; The left image has light blue, grey blue, royal blue, and maroon lines.&amp;nbsp; The right image has purple, maroon, and red lines.&amp;nbsp; What are the results you'd like us to compare?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2023 19:29:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/same-script-and-data-but-different-results/m-p/1330354#M68693</guid>
      <dc:creator>RogerDunnGIS</dc:creator>
      <dc:date>2023-09-19T19:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: Same script and data but different results</title>
      <link>https://community.esri.com/t5/python-questions/same-script-and-data-but-different-results/m-p/1336605#M68937</link>
      <description>&lt;P&gt;Hi Roger, on the left part, you can see the result from my web app. With light black is the trace result of my geoprocessing service. The result is wrong because the upstream trace goes to a path that is downstream.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="WebResult.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/82772iDB78D108DC515DCC/image-size/large?v=v2&amp;amp;px=999" role="button" title="WebResult.png" alt="WebResult.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The same script at ArcMap, show the correct result in cian color. At the next image you can see the result (cian color) and the geometric network flow (blacl arrow).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ArcMapResult.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/82774iFBB97510DCF3A9FB/image-size/large?v=v2&amp;amp;px=999" role="button" title="ArcMapResult.png" alt="ArcMapResult.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The script is the same and the data too. I don't know why the result is different and wrong at my web app&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2023 15:33:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/same-script-and-data-but-different-results/m-p/1336605#M68937</guid>
      <dc:creator>David_RonaldSuárez_Urresti</dc:creator>
      <dc:date>2023-10-10T15:33:05Z</dc:date>
    </item>
  </channel>
</rss>

