<?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 Computing resulting movement across a hydrograph incorporating speed zones in ArcGIS Online Developers Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-developers-questions/computing-resulting-movement-across-a-hydrograph/m-p/450748#M511</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I originally asked a question like this in what I thought would be the forum to ask in.&amp;nbsp; A great guy pointed me here.&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So we have an area of the United States which shows several targets.&amp;nbsp; We currently use the ArcGIS tools to compute the polygons for a response ship moving at maximum speed and broken down into 15, 30, 45, and 90 minute times in response to events at those targets.&amp;nbsp; My goal is to use the tools to incorporate a weighted raster(?) and apply that to the maximum speed result to find out the true response time distances.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So I know or think I know that I have to use a weighted raster which represents the weighting factor applied to the speed.&amp;nbsp; So for example I have this situation:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Maximum distance travelled at max speed(50):&amp;nbsp;&amp;nbsp; ****|******|******|******&amp;nbsp; (the shorter distance in the first part is the response time of the team to get their ship rolling.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Factors applies..........................................&amp;nbsp;&amp;nbsp; speed zones&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;..............................................................&amp;nbsp;&amp;nbsp; none---&amp;gt;|25-----&amp;gt;|none------&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Results for distance travelled with weight.......&amp;nbsp;&amp;nbsp; ****|****|***|****&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now for starters the two of us working on this are C# developers that are new to ArcGIS and we are inheriting this code.&amp;nbsp; So we both need to learn a lot in a very short time!&amp;nbsp; I know I want to use the Spatial tools and we have the enterprise version 10.1 installed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I found something somewhere that showed the method call I have to make but they cheated, the regular and weighted rastors were passed in the method call.&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We are lost as to how we programmatically define the new weighted rastor to pass to the routine to get our weighted distance.&amp;nbsp; There seems to be an abundance of vacuum where development documentation is concerned.&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for anyone providing guidance in where to start.&amp;nbsp; (btw -- I've been pointed to the theory stuff many times and read it 3 times as many times and it doesn't help me write my code)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Sep 2013 20:33:55 GMT</pubDate>
    <dc:creator>MichaelEber</dc:creator>
    <dc:date>2013-09-20T20:33:55Z</dc:date>
    <item>
      <title>Computing resulting movement across a hydrograph incorporating speed zones</title>
      <link>https://community.esri.com/t5/arcgis-online-developers-questions/computing-resulting-movement-across-a-hydrograph/m-p/450748#M511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I originally asked a question like this in what I thought would be the forum to ask in.&amp;nbsp; A great guy pointed me here.&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So we have an area of the United States which shows several targets.&amp;nbsp; We currently use the ArcGIS tools to compute the polygons for a response ship moving at maximum speed and broken down into 15, 30, 45, and 90 minute times in response to events at those targets.&amp;nbsp; My goal is to use the tools to incorporate a weighted raster(?) and apply that to the maximum speed result to find out the true response time distances.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So I know or think I know that I have to use a weighted raster which represents the weighting factor applied to the speed.&amp;nbsp; So for example I have this situation:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Maximum distance travelled at max speed(50):&amp;nbsp;&amp;nbsp; ****|******|******|******&amp;nbsp; (the shorter distance in the first part is the response time of the team to get their ship rolling.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Factors applies..........................................&amp;nbsp;&amp;nbsp; speed zones&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;..............................................................&amp;nbsp;&amp;nbsp; none---&amp;gt;|25-----&amp;gt;|none------&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Results for distance travelled with weight.......&amp;nbsp;&amp;nbsp; ****|****|***|****&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now for starters the two of us working on this are C# developers that are new to ArcGIS and we are inheriting this code.&amp;nbsp; So we both need to learn a lot in a very short time!&amp;nbsp; I know I want to use the Spatial tools and we have the enterprise version 10.1 installed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I found something somewhere that showed the method call I have to make but they cheated, the regular and weighted rastors were passed in the method call.&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We are lost as to how we programmatically define the new weighted rastor to pass to the routine to get our weighted distance.&amp;nbsp; There seems to be an abundance of vacuum where development documentation is concerned.&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for anyone providing guidance in where to start.&amp;nbsp; (btw -- I've been pointed to the theory stuff many times and read it 3 times as many times and it doesn't help me write my code)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Sep 2013 20:33:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-developers-questions/computing-resulting-movement-across-a-hydrograph/m-p/450748#M511</guid>
      <dc:creator>MichaelEber</dc:creator>
      <dc:date>2013-09-20T20:33:55Z</dc:date>
    </item>
  </channel>
</rss>

