<?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: Python script to find out if two layers are overlapping in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/python-script-to-find-out-if-two-layers-are/m-p/388#M80</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks so much for the code example.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, after running the SelectLayerByLocation_management function, I get an error stating, "ERROR 000368: Invalid input data."&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After googling, it says SelectLayerByLocation requires a layer to select features so you cant select features directly on a feature class.&amp;nbsp; Would this be solved by a preceding MakeFeatureLayer function?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Jan 2020 21:21:56 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2020-01-08T21:21:56Z</dc:date>
    <item>
      <title>Python script to find out if two layers are overlapping</title>
      <link>https://community.esri.com/t5/python-questions/python-script-to-find-out-if-two-layers-are/m-p/378#M70</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As part of QAQC, I have to routinely check if all vector line data is buffered on the buffered layer. The layers are: vector line layer, buffer layer, and grid number layer. As of right now, I scan the entire county boundary to see if there is any vector line data that is&amp;nbsp;not buffered on the buffer layer. If it is not buffered, I need to find out which grid number&amp;nbsp;the problem resides.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to make a python script that would check to see if all vector line data (layer 1) is overlaying the buffered layer (layer 2) and if not, which grid number (layer 3) is the problem.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any experience trying to write a python script that can tell if one layer is spatially overlaying another layer?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code examples would be much appreciated.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jan 2020 18:57:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-script-to-find-out-if-two-layers-are/m-p/378#M70</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-01-07T18:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: Python script to find out if two layers are overlapping</title>
      <link>https://community.esri.com/t5/python-questions/python-script-to-find-out-if-two-layers-are/m-p/379#M71</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I haven't done it specifically, but a &lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/select-layer-by-location.htm"&gt;spatial selection &lt;/A&gt;or a series of them ought to do the trick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jan 2020 19:16:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-script-to-find-out-if-two-layers-are/m-p/379#M71</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2020-01-07T19:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Python script to find out if two layers are overlapping</title>
      <link>https://community.esri.com/t5/python-questions/python-script-to-find-out-if-two-layers-are/m-p/380#M72</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.esri.com/people/ggroshans_GreenvilleWater"&gt;ggroshans_GreenvilleWater&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you provide a screenshot showing the lines, buffers and grids or provide a sample of your data? There are a couple of things that might complicate this and I would like to see some specific situations to see what would be possible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2020 15:28:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-script-to-find-out-if-two-layers-are/m-p/380#M72</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2020-01-08T15:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: Python script to find out if two layers are overlapping</title>
      <link>https://community.esri.com/t5/python-questions/python-script-to-find-out-if-two-layers-are/m-p/381#M73</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Xander,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thank you for your help. I have attached three screenshots. 1) A view of the vector line data, the buffer layer, and an example of how the vector line data may not correspond to the buffer layer, 2) A screenshot of my table of contents, and 3)&amp;nbsp;A zoomed out view to show the grid layer (e.g., screenshot 1 is within grid 38).&lt;/P&gt;&lt;P&gt;&lt;IMG alt="A view of the vector line data, the buffer layer, and an example of how the vector line data may not correspond to the buffer layer" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/477705_Capture1.JPG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="A screenshot of my table of contents" class="jive-emoji jive-image image-2 j-img-original" src="https://community.esri.com/legacyfs/online/477706_Capture2.JPG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="A zoomed out view to show the grid layer (e.g., screenshot 1 is within grid 38)." class="jive-emoji jive-image image-3 j-img-original" src="https://community.esri.com/legacyfs/online/477708_Capture3.JPG" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2020 15:57:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-script-to-find-out-if-two-layers-are/m-p/381#M73</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-01-08T15:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: Python script to find out if two layers are overlapping</title>
      <link>https://community.esri.com/t5/python-questions/python-script-to-find-out-if-two-layers-are/m-p/382#M74</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I use a similar script from the Python window in ArcMap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;##running from Python window in ArcMap with layers already MXD and using layer names as per your post&lt;/P&gt;&lt;P&gt;import arcpy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;arcpy.SelectLayerByLocation_management('layer1', "WITHIN", 'layer2')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;arcpy.SelectLayerByLocation_management('layer1', "", "", "", "SWITCH_SELECTION")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;arcpy.SelectLayerByLocation_management('layer3', "INTERSECT", 'layer1')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fc = 'layer3'&lt;BR /&gt;field = 'layer3_field_that_contains_grid_name'&lt;BR /&gt;cursor = arcpy.SearchCursor(fc)&lt;BR /&gt;for row in cursor:&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;print(row.getValue(field))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2020 16:45:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-script-to-find-out-if-two-layers-are/m-p/382#M74</guid>
      <dc:creator>AndrewLaws2</dc:creator>
      <dc:date>2020-01-08T16:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: Python script to find out if two layers are overlapping</title>
      <link>https://community.esri.com/t5/python-questions/python-script-to-find-out-if-two-layers-are/m-p/383#M75</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What's the name of the labeling field in mapnum_copy?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2020 16:46:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-script-to-find-out-if-two-layers-are/m-p/383#M75</guid>
      <dc:creator>AndrewLaws2</dc:creator>
      <dc:date>2020-01-08T16:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: Python script to find out if two layers are overlapping</title>
      <link>https://community.esri.com/t5/python-questions/python-script-to-find-out-if-two-layers-are/m-p/384#M76</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using the syntax highlighter makes code reading much easier:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="comment token"&gt;##running from Python window in ArcMap with layers already MXD and using layer names as per your post&lt;/SPAN&gt;

&lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; arcpy

arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;SelectLayerByLocation_management&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'layer1'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"WITHIN"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'layer2'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;

arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;SelectLayerByLocation_management&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'layer1'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"SWITCH_SELECTION"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;

arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;SelectLayerByLocation_management&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'layer3'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"INTERSECT"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'layer1'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;

fc &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'layer3'&lt;/SPAN&gt;
field &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'layer3_field_that_contains_grid_name'&lt;/SPAN&gt;
cursor &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;SearchCursor&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;fc&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;for&lt;/SPAN&gt; row &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; cursor&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 20:02:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-script-to-find-out-if-two-layers-are/m-p/384#M76</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2021-12-10T20:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: Python script to find out if two layers are overlapping</title>
      <link>https://community.esri.com/t5/python-questions/python-script-to-find-out-if-two-layers-are/m-p/385#M77</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you tell it's my first time posting code to Geonet haha. Thank you for highlighting this to me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2020 16:52:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-script-to-find-out-if-two-layers-are/m-p/385#M77</guid>
      <dc:creator>AndrewLaws2</dc:creator>
      <dc:date>2020-01-08T16:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: Python script to find out if two layers are overlapping</title>
      <link>https://community.esri.com/t5/python-questions/python-script-to-find-out-if-two-layers-are/m-p/386#M78</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What's the field name used in mapnum_copy for labelling?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2020 16:54:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-script-to-find-out-if-two-layers-are/m-p/386#M78</guid>
      <dc:creator>AndrewLaws2</dc:creator>
      <dc:date>2020-01-08T16:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: Python script to find out if two layers are overlapping</title>
      <link>https://community.esri.com/t5/python-questions/python-script-to-find-out-if-two-layers-are/m-p/387#M79</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for all your help so far.&amp;nbsp; The field name used in mapnum_copy for labeling is called MapNum&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2020 21:19:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-script-to-find-out-if-two-layers-are/m-p/387#M79</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-01-08T21:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: Python script to find out if two layers are overlapping</title>
      <link>https://community.esri.com/t5/python-questions/python-script-to-find-out-if-two-layers-are/m-p/388#M80</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks so much for the code example.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, after running the SelectLayerByLocation_management function, I get an error stating, "ERROR 000368: Invalid input data."&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After googling, it says SelectLayerByLocation requires a layer to select features so you cant select features directly on a feature class.&amp;nbsp; Would this be solved by a preceding MakeFeatureLayer function?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2020 21:21:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-script-to-find-out-if-two-layers-are/m-p/388#M80</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-01-08T21:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: Python script to find out if two layers are overlapping</title>
      <link>https://community.esri.com/t5/python-questions/python-script-to-find-out-if-two-layers-are/m-p/389#M81</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2020 21:23:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-script-to-find-out-if-two-layers-are/m-p/389#M81</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2020-01-08T21:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: Python script to find out if two layers are overlapping</title>
      <link>https://community.esri.com/t5/python-questions/python-script-to-find-out-if-two-layers-are/m-p/390#M82</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it would. You may have to do it for each layer you are gonna do.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2020 21:24:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-script-to-find-out-if-two-layers-are/m-p/390#M82</guid>
      <dc:creator>AndrewLaws2</dc:creator>
      <dc:date>2020-01-08T21:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: Python script to find out if two layers are overlapping</title>
      <link>https://community.esri.com/t5/python-questions/python-script-to-find-out-if-two-layers-are/m-p/391#M83</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;import arcpy

arcpy.MakeFeatureLayer_management('water_main_copy', 'water_main_copy_lyr')

arcpy.SelectLayerByLocation_management('water_main_copy_lyr', "WITHIN", 'water_main_buffer')

arcpy.SelectLayerByLocation_management('water_main_copy', "", "", "", "SWITCH_SELECTION")

arcpy.SelectLayerByLocation_management('mapnum_copy', "INTERSECT", 'water_main_copy')

fc = 'mapnum_copy'
field = 'MapNum'
cursor = arcpy.SearchCursor(fc)
for row in cursor:
    print(row.getValue(field))
&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would be a way to make a feature layer. Give it a try and if it gives you errors just follow the similar naming convention for feature layers for water_main_buffer and mapnum_copy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The text that comes will be the Map Numbers with unbuffered water mains.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 20:02:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-script-to-find-out-if-two-layers-are/m-p/391#M83</guid>
      <dc:creator>AndrewLaws2</dc:creator>
      <dc:date>2021-12-10T20:02:19Z</dc:date>
    </item>
  </channel>
</rss>

