<?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: How to merge this two layer in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/how-to-merge-this-two-layer/m-p/495303#M38885</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use this tool (Cell statistics) to create an raster of the expected response time of the services combined.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Cell_Statistics/009z0000007q000000/" title="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Cell_Statistics/009z0000007q000000/"&gt;ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then I think you could use this tool (Con), to say (Not 100% sure about the specifics of this bit but from reading help it looks like it may be possible):&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If JourneyTime Combined = JourneyTime Helicopter --&amp;gt; &amp;nbsp;This is an helicopter area, else it is an fireengine area.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Con/009z00000005000000/" title="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Con/009z00000005000000/"&gt;ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Extra Info!:&amp;nbsp;&lt;A class="link-titled" href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00p60000000p000000" title="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00p60000000p000000"&gt;ArcGIS Desktop&lt;/A&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;A class="link-titled" href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Conditional_evaluation_with_Con/009z00000008000000/" title="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Conditional_evaluation_with_Con/009z00000008000000/"&gt;ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thinking about areas where values are the same....Maybe you would do it the other way, as its probably cheaper to send a fire engine!&lt;/P&gt;&lt;P&gt;If JourneyTimeCombined = JourneyTime FireEngine&amp;nbsp;--&amp;gt; &amp;nbsp;This is an Fireengine area, else it is an helicopter area.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Dec 2016 13:52:32 GMT</pubDate>
    <dc:creator>LukeWebb</dc:creator>
    <dc:date>2016-12-09T13:52:32Z</dc:date>
    <item>
      <title>How to merge this two layer</title>
      <link>https://community.esri.com/t5/python-questions/how-to-merge-this-two-layer/m-p/495300#M38882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have made an map where I can see respone times for the fire truck, I did it in service area of network analysis, and made one for helicopter with buffer tool. In the attribute table have i add field like minutes, speed and distance.&amp;nbsp;&lt;/P&gt;&lt;P&gt;My problem now is how I should do to merge this to layer to one where I can see if the helicopter or the fire truck is fastest to each pixel. I want it in a layer there it shows in two diffrent color.&lt;/P&gt;&lt;P&gt;Or is there another way I should have done the last maps to create this map.&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/279951_pastedImage_4.png" /&gt;&amp;nbsp;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/279952_pastedImage_5.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;Hope someone understands what I mean and can help me &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;/ Lina&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2016 07:57:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-merge-this-two-layer/m-p/495300#M38882</guid>
      <dc:creator>LinaVidman</dc:creator>
      <dc:date>2016-12-09T07:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to merge this two layer</title>
      <link>https://community.esri.com/t5/python-questions/how-to-merge-this-two-layer/m-p/495301#M38883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have two data frames? one with the desired service area and one without? &amp;nbsp;If so, simply move or copy the layer into the desired dataframe. &amp;nbsp;Or perform the analysis in the right data frame. &amp;nbsp;If is confusing since you are showing layouts and it is the contents of the data frames that is of more importance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2016 09:48:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-merge-this-two-layer/m-p/495301#M38883</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-12-09T09:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to merge this two layer</title>
      <link>https://community.esri.com/t5/python-questions/how-to-merge-this-two-layer/m-p/495302#M38884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P data-placeholder="Översättning" dir="ltr" style="color: #212121; background-color: #ffffff; border: none; font-size: 16px !important; padding: 0px 0.14em 0px 0px;"&gt;&lt;SPAN lang="en"&gt;There are two maps created in the same file, but consists of two different layers. If I make these to raster &lt;/SPAN&gt;&lt;SPAN lang="en"&gt;with polygon to raster tool so I can see in each of these two layers how long time it takes to travel to each specific pixel. Now I'll need to create one commonly layer&amp;nbsp;of these two which shows in each pixel if the fire truck or helicopter is the fastest. I can Not have this layer on top of each in the table of contents. I guess I can use the tool, raster calculator? but do not know what formula to write to get it to appear like this. I think something like if the fire engine&amp;nbsp;is the fastest so, 0 , if helikoterns is fastest so 1. So I can in this new layer see only in these two colors,&amp;nbsp;which is fastest to each specific pixel.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/280058_pastedImage_4.png" /&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/280054_pastedImage_3.png" /&gt;&lt;/P&gt;&lt;P&gt;Here is the raster layers, that I want to in only one layer and show the fastest. Each color is for every 2 minutes up to 30 minutes. They are in the same cell size.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2016 12:00:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-merge-this-two-layer/m-p/495302#M38884</guid>
      <dc:creator>LinaVidman</dc:creator>
      <dc:date>2016-12-09T12:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to merge this two layer</title>
      <link>https://community.esri.com/t5/python-questions/how-to-merge-this-two-layer/m-p/495303#M38885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use this tool (Cell statistics) to create an raster of the expected response time of the services combined.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Cell_Statistics/009z0000007q000000/" title="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Cell_Statistics/009z0000007q000000/"&gt;ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then I think you could use this tool (Con), to say (Not 100% sure about the specifics of this bit but from reading help it looks like it may be possible):&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If JourneyTime Combined = JourneyTime Helicopter --&amp;gt; &amp;nbsp;This is an helicopter area, else it is an fireengine area.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Con/009z00000005000000/" title="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Con/009z00000005000000/"&gt;ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Extra Info!:&amp;nbsp;&lt;A class="link-titled" href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00p60000000p000000" title="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00p60000000p000000"&gt;ArcGIS Desktop&lt;/A&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;A class="link-titled" href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Conditional_evaluation_with_Con/009z00000008000000/" title="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Conditional_evaluation_with_Con/009z00000008000000/"&gt;ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thinking about areas where values are the same....Maybe you would do it the other way, as its probably cheaper to send a fire engine!&lt;/P&gt;&lt;P&gt;If JourneyTimeCombined = JourneyTime FireEngine&amp;nbsp;--&amp;gt; &amp;nbsp;This is an Fireengine area, else it is an helicopter area.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2016 13:52:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-merge-this-two-layer/m-p/495303#M38885</guid>
      <dc:creator>LukeWebb</dc:creator>
      <dc:date>2016-12-09T13:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to merge this two layer</title>
      <link>https://community.esri.com/t5/python-questions/how-to-merge-this-two-layer/m-p/495304#M38886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No need to convert to a raster to do what you are trying to do:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On one or the other of your feature classes, add a field called "HelicopterMinutes" or "TruckMinutes" and calculate it to the value of the&amp;nbsp;minutes field (assuming the fields are named identically now; this will help you keep track of which&amp;nbsp; time field came from which layer later.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//00080000000s000000"&gt;Union &lt;/A&gt;command to merge the two feature classes.&amp;nbsp;&amp;nbsp; This will create a new polygon for every unique area of overlap between polygons in the two layers, and will also keep any&amp;nbsp;areas that don't overlap.&amp;nbsp;&amp;nbsp; The output feature class will have both of your minutes fields in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now add a field to indicate which vehicle is fastest to each polygon, as you described above.&amp;nbsp; You can do this with a simple Python script, or just select for "HelicopterMinutes &amp;lt; TruckMinutes", then calculate the field value to 0 or 1, then repeat with "TruckMinutes &amp;lt; HelicopterMinutes" (or just reverse the selection on the layer).&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then symbolize based on the new field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Dec 2016 01:25:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-merge-this-two-layer/m-p/495304#M38886</guid>
      <dc:creator>EarlSarow</dc:creator>
      <dc:date>2016-12-10T01:25:36Z</dc:date>
    </item>
  </channel>
</rss>

