<?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 Filtering Multi-Layered Map in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/filtering-multi-layered-map/m-p/1259852#M66899</link>
    <description>&lt;P&gt;Hi community,&lt;/P&gt;&lt;P&gt;I have been some time trying to figure out a way to automize a python algorithm to spot some ideal spots based on a multi-layered map. The idea is that I can join various layers and have the map tell me which spots or buffered areas accomplish a set of rules. My data right now includes: green zones, noise levels, traffic, etc... I would want to type a python code that layers all these maps and outputs the zones or buffered zones that:&lt;/P&gt;&lt;P&gt;1. Are less than 1km for a green area&lt;/P&gt;&lt;P&gt;2. Have noise levels below X&lt;/P&gt;&lt;P&gt;3. Traffic levels are below X&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you think of any example docs that use a similar code structure or any funcionalities that might help me in filtering these layers through python? I have found how to plot filtered layers but not getting an output map with desired zones...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is useful thanks so much!&lt;/P&gt;</description>
    <pubDate>Mon, 20 Feb 2023 15:42:31 GMT</pubDate>
    <dc:creator>AnaHernandez</dc:creator>
    <dc:date>2023-02-20T15:42:31Z</dc:date>
    <item>
      <title>Filtering Multi-Layered Map</title>
      <link>https://community.esri.com/t5/python-questions/filtering-multi-layered-map/m-p/1259852#M66899</link>
      <description>&lt;P&gt;Hi community,&lt;/P&gt;&lt;P&gt;I have been some time trying to figure out a way to automize a python algorithm to spot some ideal spots based on a multi-layered map. The idea is that I can join various layers and have the map tell me which spots or buffered areas accomplish a set of rules. My data right now includes: green zones, noise levels, traffic, etc... I would want to type a python code that layers all these maps and outputs the zones or buffered zones that:&lt;/P&gt;&lt;P&gt;1. Are less than 1km for a green area&lt;/P&gt;&lt;P&gt;2. Have noise levels below X&lt;/P&gt;&lt;P&gt;3. Traffic levels are below X&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you think of any example docs that use a similar code structure or any funcionalities that might help me in filtering these layers through python? I have found how to plot filtered layers but not getting an output map with desired zones...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is useful thanks so much!&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2023 15:42:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/filtering-multi-layered-map/m-p/1259852#M66899</guid>
      <dc:creator>AnaHernandez</dc:creator>
      <dc:date>2023-02-20T15:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering Multi-Layered Map</title>
      <link>https://community.esri.com/t5/python-questions/filtering-multi-layered-map/m-p/1262878#M66966</link>
      <description>&lt;P&gt;This sounds like you want to do &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/conversion/polygon-to-raster.htm" target="_blank" rel="noopener"&gt;polygon to raster&lt;/A&gt;, &lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/spatial-analyst/raster-calculator.htm" target="_blank" rel="noopener"&gt;raster math&lt;/A&gt; and then &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/weighted-overlay.htm" target="_blank" rel="noopener"&gt;weighted analysis&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2023 03:14:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/filtering-multi-layered-map/m-p/1262878#M66966</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2023-03-01T03:14:09Z</dc:date>
    </item>
  </channel>
</rss>

