<?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 Cellular automata in Spatial Data Science Questions</title>
    <link>https://community.esri.com/t5/spatial-data-science-questions/cellular-automata/m-p/524688#M1199</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jeg har en opgave med cellular automata hvor jeg skal simulere by-udvikling over tid. Jeg har min by-raster, hvor by=1, andet =0. Jeg har beregnet Focal statistic, med Moore neighbourhood og beregnet SUM for hver celle. Jeg opsætter min 1.regel som hedder: &lt;EM&gt;IF there are three or more developed cells in&lt;/EM&gt; &lt;EM&gt;the Moore neighbourhood of a cell THEN the cell is developed&lt;/EM&gt;. I raster calculator definerer jeg mit udtryk således: Con("Focal_statistic" &amp;gt;=3,1,0) Det virker ok. Dernæst har jeg en vej-raster, hvor vej=1, andet=0, "vej_raster". Jeg skal nu addere min regel 2 som hedder: IF there are one or two urban cells in the Moore neighbourhood AND there is a road running through this cell THEN the cell is developed. Jeg har nu et udtryk som hedder: Con("Focal_statistic"&amp;gt;=3,1,0) &amp;amp; Con((Focal_statistic==1 &amp;amp; Focal_statistic==2) &amp;amp; "vej_raster",1) Men det virker ikke, kan nogen hjælpe?&lt;/P&gt;&lt;P&gt;vh MJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Oct 2014 14:39:37 GMT</pubDate>
    <dc:creator>MaybrithJohannsen</dc:creator>
    <dc:date>2014-10-16T14:39:37Z</dc:date>
    <item>
      <title>Cellular automata</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/cellular-automata/m-p/524688#M1199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jeg har en opgave med cellular automata hvor jeg skal simulere by-udvikling over tid. Jeg har min by-raster, hvor by=1, andet =0. Jeg har beregnet Focal statistic, med Moore neighbourhood og beregnet SUM for hver celle. Jeg opsætter min 1.regel som hedder: &lt;EM&gt;IF there are three or more developed cells in&lt;/EM&gt; &lt;EM&gt;the Moore neighbourhood of a cell THEN the cell is developed&lt;/EM&gt;. I raster calculator definerer jeg mit udtryk således: Con("Focal_statistic" &amp;gt;=3,1,0) Det virker ok. Dernæst har jeg en vej-raster, hvor vej=1, andet=0, "vej_raster". Jeg skal nu addere min regel 2 som hedder: IF there are one or two urban cells in the Moore neighbourhood AND there is a road running through this cell THEN the cell is developed. Jeg har nu et udtryk som hedder: Con("Focal_statistic"&amp;gt;=3,1,0) &amp;amp; Con((Focal_statistic==1 &amp;amp; Focal_statistic==2) &amp;amp; "vej_raster",1) Men det virker ikke, kan nogen hjælpe?&lt;/P&gt;&lt;P&gt;vh MJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 14:39:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/cellular-automata/m-p/524688#M1199</guid>
      <dc:creator>MaybrithJohannsen</dc:creator>
      <dc:date>2014-10-16T14:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: Cellular automata</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/cellular-automata/m-p/524689#M1200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 14:40:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/cellular-automata/m-p/524689#M1200</guid>
      <dc:creator>JohannesBierer</dc:creator>
      <dc:date>2014-10-16T14:40:35Z</dc:date>
    </item>
  </channel>
</rss>

