<?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: Running Contour Tool on Multiple Rasters in ArcGIS Mapping and Charting Questions</title>
    <link>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/running-contour-tool-on-multiple-rasters/m-p/755652#M2661</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And this missive on paths....&amp;nbsp;&lt;A href="https://community.esri.com/blogs/dan_patterson/2016/08/14/filenames-and-file-paths-in-python"&gt;/blogs/dan_patterson/2016/08/14/filenames-and-file-paths-in-python&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;spaces are the killer when working with the spatial analyst... simply moving folder contents goes a long way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Dec 2016 02:24:16 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2016-12-20T02:24:16Z</dc:date>
    <item>
      <title>Running Contour Tool on Multiple Rasters</title>
      <link>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/running-contour-tool-on-multiple-rasters/m-p/755643#M2652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have quite a few hundred rasters&amp;nbsp;that I am looking to generate contour lines off. I have successfully run the Contour tool on individual rasters located in the 3D Analyst Tools -&amp;gt; Raster Surface -&amp;gt; toolkit but can anyone advise if there is a script or other tool that I can point to a series of directories to process&amp;nbsp;quite a few hundred sets of contour lines off?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've seen the script in the help file which is below but is there a fileobject algorithm that can be run over a directory with to extract filenames with many files in it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Contour (3D Analyst)&lt;/P&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;SPAN class=""&gt;# Name: Contour_3d_Ex_02.py&lt;/SPAN&gt;&lt;SPAN class=""&gt;# Description: Creates contours or isolines from a raster surface.&lt;/SPAN&gt;&lt;SPAN class=""&gt;# Requirements: 3D Analyst Extension&lt;/SPAN&gt;&lt;SPAN class=""&gt;# Import system modules&lt;/SPAN&gt;&lt;SPAN class=""&gt;import&lt;/SPAN&gt; &lt;SPAN class=""&gt;arcpy&lt;/SPAN&gt;&lt;SPAN class=""&gt;from&lt;/SPAN&gt; &lt;SPAN class=""&gt;arcpy&lt;/SPAN&gt; &lt;SPAN class=""&gt;import&lt;/SPAN&gt; &lt;SPAN class=""&gt;env&lt;/SPAN&gt;&lt;SPAN class=""&gt;# Set environment settings&lt;/SPAN&gt;&lt;SPAN class=""&gt;env&lt;/SPAN&gt;&lt;SPAN class=""&gt;.&lt;/SPAN&gt;&lt;SPAN class=""&gt;workspace&lt;/SPAN&gt; &lt;SPAN class=""&gt;=&lt;/SPAN&gt; &lt;SPAN class=""&gt;"C:/data"&lt;/SPAN&gt;&lt;SPAN class=""&gt;# Set local variables&lt;/SPAN&gt;&lt;SPAN class=""&gt;inRaster&lt;/SPAN&gt; &lt;SPAN class=""&gt;=&lt;/SPAN&gt; &lt;SPAN class=""&gt;"elevation"&lt;/SPAN&gt;&lt;SPAN class=""&gt;contourInterval&lt;/SPAN&gt; &lt;SPAN class=""&gt;=&lt;/SPAN&gt; &lt;SPAN class=""&gt;200&lt;/SPAN&gt;&lt;SPAN class=""&gt;baseContour&lt;/SPAN&gt; &lt;SPAN class=""&gt;=&lt;/SPAN&gt; &lt;SPAN class=""&gt;0&lt;/SPAN&gt;&lt;SPAN class=""&gt;outContours&lt;/SPAN&gt; &lt;SPAN class=""&gt;=&lt;/SPAN&gt; &lt;SPAN class=""&gt;"C:/sapyexamples/output/outcontours02.shp"&lt;/SPAN&gt;&lt;SPAN class=""&gt;# Check out the ArcGIS 3D Analyst extension license&lt;/SPAN&gt;&lt;SPAN class=""&gt;arcpy&lt;/SPAN&gt;&lt;SPAN class=""&gt;.&lt;/SPAN&gt;&lt;SPAN class=""&gt;CheckOutExtension&lt;/SPAN&gt;&lt;SPAN class=""&gt;(&lt;/SPAN&gt;&lt;SPAN class=""&gt;"3D"&lt;/SPAN&gt;&lt;SPAN class=""&gt;)&lt;/SPAN&gt;&lt;SPAN class=""&gt;# Execute Contour&lt;/SPAN&gt;&lt;SPAN class=""&gt;arcpy&lt;/SPAN&gt;&lt;SPAN class=""&gt;.&lt;/SPAN&gt;&lt;SPAN class=""&gt;Contour_3d&lt;/SPAN&gt;&lt;SPAN class=""&gt;(&lt;/SPAN&gt;&lt;SPAN class=""&gt;inRaster&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt; &lt;SPAN class=""&gt;outContours&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt; &lt;SPAN class=""&gt;contourInterval&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt; &lt;SPAN class=""&gt;baseContour&lt;/SPAN&gt;&lt;SPAN class=""&gt;)&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2016 03:06:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/running-contour-tool-on-multiple-rasters/m-p/755643#M2652</guid>
      <dc:creator>PhillipCouch</dc:creator>
      <dc:date>2016-12-09T03:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: Running Contour Tool on Multiple Rasters</title>
      <link>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/running-contour-tool-on-multiple-rasters/m-p/755644#M2653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Put all rasters in one (&lt;STRONG&gt;workspace/Raster dataset&lt;/STRONG&gt;). Then&amp;nbsp;use ModelBuilder and put&amp;nbsp;&lt;STRONG&gt;Iterate Rasters&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="280003" alt="" class="image-1 jive-image j-img-original" src="/legacyfs/online/280003_Export Graphic.png" style="width: 620px; height: 292px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2016 09:30:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/running-contour-tool-on-multiple-rasters/m-p/755644#M2653</guid>
      <dc:creator>AbdullahAnter</dc:creator>
      <dc:date>2016-12-09T09:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: Running Contour Tool on Multiple Rasters</title>
      <link>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/running-contour-tool-on-multiple-rasters/m-p/755645#M2654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thankyou Abdullah, I'm having trouble creating a raster dataset and using model builder so I'll stick with the coding.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2016 01:30:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/running-contour-tool-on-multiple-rasters/m-p/755645#M2654</guid>
      <dc:creator>PhillipCouch</dc:creator>
      <dc:date>2016-12-13T01:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: Running Contour Tool on Multiple Rasters</title>
      <link>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/running-contour-tool-on-multiple-rasters/m-p/755646#M2655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Phillip, it would help if you formatted your code using the syntax highlighter for python ( follow the dots ... in thread tools)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2016 02:23:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/running-contour-tool-on-multiple-rasters/m-p/755646#M2655</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-12-13T02:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: Running Contour Tool on Multiple Rasters</title>
      <link>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/running-contour-tool-on-multiple-rasters/m-p/755647#M2656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks I've used the syntax highlighter for python and keep getting syntax errors on line 4. It's a pretty long directory name and file name but I've used the syntax call from the help guide which is repeated below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;import arcpy&lt;BR /&gt;from arcpy import env&lt;BR /&gt;from arcpy.sa import *&lt;BR /&gt;env.workspace = "input file directory and filename" Contour("elevation", "D:\test\contour.shp", 5, 0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've also tried copying the code from the background process syntax and getting the same error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;import arcpy&lt;BR /&gt;from arcpy import env&lt;BR /&gt;from arcpy.sa import *&lt;BR /&gt;Contour "&lt;SPAN&gt;input file directory and filename&lt;/SPAN&gt;" "&lt;SPAN&gt;D:\test\contour.shp&lt;/SPAN&gt;" 5 0 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please tell me if there is a glaring issue in the code?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2016 22:07:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/running-contour-tool-on-multiple-rasters/m-p/755647#M2656</guid>
      <dc:creator>PhillipCouch</dc:creator>
      <dc:date>2016-12-19T22:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: Running Contour Tool on Multiple Rasters</title>
      <link>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/running-contour-tool-on-multiple-rasters/m-p/755648#M2657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To expand on&amp;nbsp; Dan's suggestion, here's how to format the code in GeoNet (a process which is not obvious).&amp;nbsp; Since spacing is important for Python, getting the code formatted can aid in troubleshooting by GeoNet responders.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know you stated you tried the &lt;EM&gt;syntax highlighter&lt;/EM&gt;, but just wanted to be sure the complete instructions were available.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/docs/DOC-8691"&gt;Posting code with Syntax Highlighting on GeoNet&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris Donohue, GISP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2016 23:33:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/running-contour-tool-on-multiple-rasters/m-p/755648#M2657</guid>
      <dc:creator>ChrisDonohue__GISP</dc:creator>
      <dc:date>2016-12-19T23:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: Running Contour Tool on Multiple Rasters</title>
      <link>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/running-contour-tool-on-multiple-rasters/m-p/755649#M2658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes... there is a limit on path lengths... and if there are any spaces in them, many Spatial Analyst tools will fail.&lt;/P&gt;&lt;P&gt;Move your stuff to a simple folder like...&lt;/P&gt;&lt;P&gt;c:\test\Data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2016 23:36:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/running-contour-tool-on-multiple-rasters/m-p/755649#M2658</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-12-19T23:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: Running Contour Tool on Multiple Rasters</title>
      <link>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/running-contour-tool-on-multiple-rasters/m-p/755650#M2659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Dan, the file names and folder names are huge and renaming 17000 rasters would be a nightmare. Upon a second look I noted the python coding uses forward slashes rather than back slashes for directory paths. I also thought that the "elevation" was a variable call to the contour function but it is actually the name of the raster file you are trying to process. Below is the working code with comments for anyone it can help. &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is basically from the help guide with brief commentary that tripped me up.&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="keyword token"&gt;import&lt;/SPAN&gt; arcpy
&lt;SPAN class="keyword token"&gt;from&lt;/SPAN&gt; arcpy &lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; env
&lt;SPAN class="keyword token"&gt;from&lt;/SPAN&gt; arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;sa &lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;*&lt;/SPAN&gt;
env&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;workspace &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"enter the directory path where your files are"&lt;/SPAN&gt;
inRaster &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"enter your file name with .asc at the end"&lt;/SPAN&gt;
contourInterval &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;5&lt;/SPAN&gt;
baseContour &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;
outContours &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"D:/map/dembula/really long nested folder structure with spaces in the folder name/testcountours.shp"&lt;/SPAN&gt;
arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;CheckOutExtension&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"Spatial"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
Contour&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;inRaster&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; outContours&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; contourInterval&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; baseContour&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;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 08:03:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/running-contour-tool-on-multiple-rasters/m-p/755650#M2659</guid>
      <dc:creator>PhillipCouch</dc:creator>
      <dc:date>2021-12-12T08:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: Running Contour Tool on Multiple Rasters</title>
      <link>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/running-contour-tool-on-multiple-rasters/m-p/755651#M2660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not to get too far off subject, but Python will handle forward and back slashes.&amp;nbsp; But forward slashes are easier to implement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="2285" __jive_macro_name="polls" _jive_internal="true" class="jive_macro_polls jive_macro link-titled" href="https://community.esri.com/polls/2285"&gt;&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, from an ESRI blog:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Notice that in calling the clip tool, we used forward slashes (/). Back slashes () and forward slashes work equally well in ArcGIS on ALL platforms, so you don’t need to worry about switching back and forth when you change to Windows. You can even use back slashes on Linux and Solaris. The problem is that in Python, back slashes are a special character, so to use them, you have to treat them differently than most other characters.&lt;/EM&gt;&lt;/P&gt;&lt;OL&gt;&lt;OL&gt;- You can escape them: “\some\path”&lt;/OL&gt;&lt;/OL&gt;&lt;OL&gt;&lt;OL&gt;- You can use raw strings: r”somepath”&lt;/OL&gt;&lt;/OL&gt;&lt;OL&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - You can use unicode strings: u”somepath”&lt;/OL&gt;&lt;P&gt;&lt;EM&gt;If you stick to forward slashes on all platforms, you improve the look of your code&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; and reduce the effort it takes to type it.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Source:&amp;nbsp;&lt;EM&gt; &lt;A class="link-titled" href="https://blogs.esri.com/esri/arcgis/2008/10/27/tips-and-tricks-unix-python-and-geoprocessing/" title="https://blogs.esri.com/esri/arcgis/2008/10/27/tips-and-tricks-unix-python-and-geoprocessing/"&gt;Tips and tricks – Unix, Python, and Geoprocessing | ArcGIS Blog&lt;/A&gt;&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris Donohue, GISP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2016 01:31:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/running-contour-tool-on-multiple-rasters/m-p/755651#M2660</guid>
      <dc:creator>ChrisDonohue__GISP</dc:creator>
      <dc:date>2016-12-20T01:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: Running Contour Tool on Multiple Rasters</title>
      <link>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/running-contour-tool-on-multiple-rasters/m-p/755652#M2661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And this missive on paths....&amp;nbsp;&lt;A href="https://community.esri.com/blogs/dan_patterson/2016/08/14/filenames-and-file-paths-in-python"&gt;/blogs/dan_patterson/2016/08/14/filenames-and-file-paths-in-python&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;spaces are the killer when working with the spatial analyst... simply moving folder contents goes a long way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2016 02:24:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/running-contour-tool-on-multiple-rasters/m-p/755652#M2661</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-12-20T02:24:16Z</dc:date>
    </item>
  </channel>
</rss>

