<?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: Error in ExtractByMaskScript,  in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/error-in-extractbymaskscript/m-p/243160#M18888</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;I also get back to my previous code:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;import sys, string, os, arcgisscripting, math , arcpy, arcgisscripting, string&lt;BR /&gt;arcpy.env.workspace = "C:/testPY"&lt;/P&gt;&lt;P&gt;arcpy.env.overwriteQutput = True&lt;BR /&gt;from arcpy import env&lt;BR /&gt;from arcpy.sa import *&lt;BR /&gt;gp = arcgisscripting.create()&lt;BR /&gt;gp.OverWriteOutput = 1&lt;BR /&gt;gp.CheckOutExtension("spatial")&lt;BR /&gt;arcpy.CheckOutExtension("spatial")&lt;BR /&gt;gp.AddToolbox("C:/Program Files (x86)/ArcGIS/Desktop10.5/ArcToolbox/Toolboxes/Spatial Analyst Tools.tbx")&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;# Local variables:&lt;BR /&gt;NDVItif = "NDVI.tif"&lt;BR /&gt;R29 = "R29.shp"&lt;BR /&gt;Ext = "NDVIR29.tif"&lt;/P&gt;&lt;P&gt;# Process: Extract by Mask&lt;BR /&gt;arcpy.gp.ExtractByMask_sa(NDVItif, R29, Ext)&lt;BR /&gt;print gp.GetMessages()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;and I did run the script and&amp;nbsp; got less line errors:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;BR /&gt; File "C:\testPY\Extractpy.py", line 20, in &amp;lt;module&amp;gt;&lt;BR /&gt; arcpy.gp.ExtractByMask_sa(NDVItif, R29, Ext)&lt;BR /&gt; File "C:\Program Files (x86)\ArcGIS\Desktop10.5\ArcPy\arcpy\geoprocessing\_base.py", line 510, in &amp;lt;lambda&amp;gt;&lt;BR /&gt; return lambda *args: val(*gp_fixargs(args, True))&lt;BR /&gt;ExecuteError: ERROR 999999: Error executing function.&lt;BR /&gt;Failed to execute (ExtractByMask).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Jun 2019 16:10:46 GMT</pubDate>
    <dc:creator>Yaseen_TahaMustafa</dc:creator>
    <dc:date>2019-06-03T16:10:46Z</dc:date>
    <item>
      <title>Error in ExtractByMaskScript,</title>
      <link>https://community.esri.com/t5/python-questions/error-in-extractbymaskscript/m-p/243155#M18883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do use ArcGIS often and I also used buit-in Python but very long time ago when I had ArcGIS 9. This time I get back to it again with ArcGIS 10.5.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have exported a simple script from Module Builder of ArcGIS and I did modification on some paths. However, when I ran the script, errors appears.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The error is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;BR /&gt; File "E:\Post_Graduate_Affairs\Mohammed_Forest\2ndObjective\AreaforSentinel\PythonOutput\Extractpy.py", line 17, in &amp;lt;module&amp;gt;&lt;BR /&gt; arcpy.gp.ExtractByMask_sa(NDVItif, R29, Extract_tif9)&lt;BR /&gt; File "C:\Program Files (x86)\ArcGIS\Desktop10.5\ArcPy\arcpy\geoprocessing\_base.py", line 510, in &amp;lt;lambda&amp;gt;&lt;BR /&gt; return lambda *args: val(*gp_fixargs(args, True))&lt;BR /&gt;ExecuteError: ERROR 999999: Error executing function.&lt;BR /&gt;Failed to execute (ExtractByMask).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The script is:&lt;/P&gt;&lt;P&gt;import sys, string, os, arcgisscripting, math , arcpy, arcgisscripting, string&lt;BR /&gt;from arcpy import env&lt;BR /&gt;from arcpy.sa import *&lt;BR /&gt;gp = arcgisscripting.create()&lt;BR /&gt;gp.OverWriteOutput = 1&lt;BR /&gt;gp.CheckOutExtension("spatial")&lt;BR /&gt;arcpy.CheckOutExtension("spatial")&lt;BR /&gt;gp.AddToolbox("C:/Program Files (x86)/ArcGIS/Desktop10.5/ArcToolbox/Toolboxes/Spatial Analyst Tools.tbx")&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;# Local variables:&lt;BR /&gt;NDVItif = "E:/test/NDVI.tif"&lt;BR /&gt;R29 = "E:/test/R29.shp"&lt;BR /&gt;Extract_tif9 = "E:/test/NDVIR29.tif"&lt;/P&gt;&lt;P&gt;# Process: Extract by Mask&lt;BR /&gt;arcpy.gp.ExtractByMask_sa(NDVItif, R29, Extract_tif9)&lt;BR /&gt;print gp.GetMessages()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be high;y appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2019 14:45:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-in-extractbymaskscript/m-p/243155#M18883</guid>
      <dc:creator>Yaseen_TahaMustafa</dc:creator>
      <dc:date>2019-06-03T14:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: Error in ExtractByMaskScript,</title>
      <link>https://community.esri.com/t5/python-questions/error-in-extractbymaskscript/m-p/243156#M18884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yaseen... Your imports are largely unnecessary and/or are repetitive,&lt;/P&gt;&lt;P&gt;Try emulating the version in the help topic to rule out those issues&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/spatial-analyst/extract-by-mask.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/spatial-analyst/extract-by-mask.htm"&gt;Extract by Mask—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and the E drive is a real physical drive and not a virtual drive or usb drive?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/blogs/dan_patterson/2016/08/14/script-formatting"&gt;/blogs/dan_patterson/2016/08/14/script-formatting&lt;/A&gt; would help provide line numbers for people to reference&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2019 15:31:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-in-extractbymaskscript/m-p/243156#M18884</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-06-03T15:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: Error in ExtractByMaskScript,</title>
      <link>https://community.esri.com/t5/python-questions/error-in-extractbymaskscript/m-p/243157#M18885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Dan for the reply.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to use the simple example that is provided in the link that you sent me and even change the folder path. It is as:&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 = "C:/testPY"&lt;BR /&gt;outExtractByMask = ExtractByMask("NDVI.tif", "R29.shp")&lt;BR /&gt;outExtractByMask.save("C:/testPY/maskextract")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, i got more errors:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;BR /&gt; File "E:\Post_Graduate_Affairs\Mohammed_Forest\2ndObjective\AreaforSentinel\PythonOutput\Extractpy.py", line 47, in &amp;lt;module&amp;gt;&lt;BR /&gt; outExtractByMask = ExtractByMask("NDVI", "R29.shp")&lt;BR /&gt; File "C:\Program Files (x86)\ArcGIS\Desktop10.5\ArcPy\arcpy\sa\Functions.py", line 7201, in ExtractByMask&lt;BR /&gt; in_mask_data)&lt;BR /&gt; File "C:\Program Files (x86)\ArcGIS\Desktop10.5\ArcPy\arcpy\sa\Utils.py", line 53, in swapper&lt;BR /&gt; result = wrapper(*args, **kwargs)&lt;BR /&gt; File "C:\Program Files (x86)\ArcGIS\Desktop10.5\ArcPy\arcpy\sa\Functions.py", line 7197, in Wrapper&lt;BR /&gt; out_raster)&lt;BR /&gt; File "C:\Program Files (x86)\ArcGIS\Desktop10.5\ArcPy\arcpy\geoprocessing\_base.py", line 510, in &amp;lt;lambda&amp;gt;&lt;BR /&gt; return lambda *args: val(*gp_fixargs(args, True))&lt;BR /&gt;ExecuteError: Failed to execute. Parameters are not valid.&lt;BR /&gt;ERROR 000865: Input raster: NDVI does not exist.&lt;BR /&gt;Failed to execute (ExtractByMask).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot figure out all these....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2019 15:49:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-in-extractbymaskscript/m-p/243157#M18885</guid>
      <dc:creator>Yaseen_TahaMustafa</dc:creator>
      <dc:date>2019-06-03T15:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: Error in ExtractByMaskScript,</title>
      <link>https://community.esri.com/t5/python-questions/error-in-extractbymaskscript/m-p/243158#M18886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: #3d3d3d; font-family: inherit; font-size: 100%; font-style: inherit; font-variant: normal; font-weight: inherit; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;ERROR 000865: Input raster: NDVI does not exist.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: #3d3d3d; font-family: inherit; font-size: 100%; font-style: inherit; font-variant: normal; font-weight: inherit; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;Then try the full paths... and of course check that they actually exist as shown&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: #3d3d3d; font-family: inherit; font-size: 100%; font-style: inherit; font-variant: normal; font-weight: inherit; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;outExtractByMask = ExtractByMask("C:/testPY/NDVI.tif",&amp;nbsp; "C:/testPY/R29.shp")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2019 15:58:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-in-extractbymaskscript/m-p/243158#M18886</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-06-03T15:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: Error in ExtractByMaskScript,</title>
      <link>https://community.esri.com/t5/python-questions/error-in-extractbymaskscript/m-p/243159#M18887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry to bother you again and thanks for the notation. I already did what you have recommend and tried to read the errors lines, but i could not find the problem. I did run the code as you mentioned and got these errors:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;BR /&gt; File "E:\Post_Graduate_Affairs\Mohammed_Forest\2ndObjective\AreaforSentinel\PythonOutput\Extractpy.py", line 48, in &amp;lt;module&amp;gt;&lt;BR /&gt; outExtractByMask = ExtractByMask("C:/testPY/NDVI.tif", "C:/testPY/R29.shp")&lt;BR /&gt; File "C:\Program Files (x86)\ArcGIS\Desktop10.5\ArcPy\arcpy\sa\Functions.py", line 7201, in ExtractByMask&lt;BR /&gt; in_mask_data)&lt;BR /&gt; File "C:\Program Files (x86)\ArcGIS\Desktop10.5\ArcPy\arcpy\sa\Utils.py", line 53, in swapper&lt;BR /&gt; result = wrapper(*args, **kwargs)&lt;BR /&gt; File "C:\Program Files (x86)\ArcGIS\Desktop10.5\ArcPy\arcpy\sa\Functions.py", line 7197, in Wrapper&lt;BR /&gt; out_raster)&lt;BR /&gt; File "C:\Program Files (x86)\ArcGIS\Desktop10.5\ArcPy\arcpy\geoprocessing\_base.py", line 510, in &amp;lt;lambda&amp;gt;&lt;BR /&gt; return lambda *args: val(*gp_fixargs(args, True))&lt;BR /&gt;ExecuteError: ERROR 999999: Error executing function.&lt;BR /&gt;Failed to execute (ExtractByMask).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2019 16:05:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-in-extractbymaskscript/m-p/243159#M18887</guid>
      <dc:creator>Yaseen_TahaMustafa</dc:creator>
      <dc:date>2019-06-03T16:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: Error in ExtractByMaskScript,</title>
      <link>https://community.esri.com/t5/python-questions/error-in-extractbymaskscript/m-p/243160#M18888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;I also get back to my previous code:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;import sys, string, os, arcgisscripting, math , arcpy, arcgisscripting, string&lt;BR /&gt;arcpy.env.workspace = "C:/testPY"&lt;/P&gt;&lt;P&gt;arcpy.env.overwriteQutput = True&lt;BR /&gt;from arcpy import env&lt;BR /&gt;from arcpy.sa import *&lt;BR /&gt;gp = arcgisscripting.create()&lt;BR /&gt;gp.OverWriteOutput = 1&lt;BR /&gt;gp.CheckOutExtension("spatial")&lt;BR /&gt;arcpy.CheckOutExtension("spatial")&lt;BR /&gt;gp.AddToolbox("C:/Program Files (x86)/ArcGIS/Desktop10.5/ArcToolbox/Toolboxes/Spatial Analyst Tools.tbx")&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;# Local variables:&lt;BR /&gt;NDVItif = "NDVI.tif"&lt;BR /&gt;R29 = "R29.shp"&lt;BR /&gt;Ext = "NDVIR29.tif"&lt;/P&gt;&lt;P&gt;# Process: Extract by Mask&lt;BR /&gt;arcpy.gp.ExtractByMask_sa(NDVItif, R29, Ext)&lt;BR /&gt;print gp.GetMessages()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;and I did run the script and&amp;nbsp; got less line errors:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;BR /&gt; File "C:\testPY\Extractpy.py", line 20, in &amp;lt;module&amp;gt;&lt;BR /&gt; arcpy.gp.ExtractByMask_sa(NDVItif, R29, Ext)&lt;BR /&gt; File "C:\Program Files (x86)\ArcGIS\Desktop10.5\ArcPy\arcpy\geoprocessing\_base.py", line 510, in &amp;lt;lambda&amp;gt;&lt;BR /&gt; return lambda *args: val(*gp_fixargs(args, True))&lt;BR /&gt;ExecuteError: ERROR 999999: Error executing function.&lt;BR /&gt;Failed to execute (ExtractByMask).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2019 16:10:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-in-extractbymaskscript/m-p/243160#M18888</guid>
      <dc:creator>Yaseen_TahaMustafa</dc:creator>
      <dc:date>2019-06-03T16:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: Error in ExtractByMaskScript,</title>
      <link>https://community.esri.com/t5/python-questions/error-in-extractbymaskscript/m-p/243161#M18889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try using the paths you modified in the script in&amp;nbsp;Model Builder and then export that specific Model to see if it differs from the manual modifications that you made in the original export?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2019 16:21:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-in-extractbymaskscript/m-p/243161#M18889</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2019-06-03T16:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: Error in ExtractByMaskScript,</title>
      <link>https://community.esri.com/t5/python-questions/error-in-extractbymaskscript/m-p/243162#M18890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did one last test which is using another raster instead on NDVI raster and the could works well. I was search online of the reason of getting such errors and I found this one:&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;PRE class="" style="color: #4c4c4c; background-color: mistyrose; font-size: 0.9rem; margin-bottom: 1.55rem; padding: 10px;"&gt;ERROR 999999: Error executing function. The value type is incompatible with the field type. Failed to execute (CalculateField).&lt;/PRE&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;Therefore, I change the ratser thinking that the raster "NDVI" that I used could have some error values.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I have to think how to have NDVI raster with a correct values.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Dan and Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2019 16:26:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-in-extractbymaskscript/m-p/243162#M18890</guid>
      <dc:creator>Yaseen_TahaMustafa</dc:creator>
      <dc:date>2019-06-03T16:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: Error in ExtractByMaskScript,</title>
      <link>https://community.esri.com/t5/python-questions/error-in-extractbymaskscript/m-p/243163#M18891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: #3d3d3d; font-family: inherit; font-size: 100%; font-style: inherit; font-variant: normal; font-weight: inherit; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;should have been &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: #3d3d3d; font-family: inherit; font-size: 100%; font-style: inherit; font-variant: normal; font-weight: inherit; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;outExtractByMask = arcpy.ExtractByMask_sa("C:/testPY/NDVI.tif", "C:/testPY/R29.shp")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: #3d3d3d; font-family: inherit; font-size: 100%; font-style: inherit; font-variant: normal; font-weight: inherit; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;I was writing shorthand... sorry&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2019 17:38:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-in-extractbymaskscript/m-p/243163#M18891</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-06-03T17:38:26Z</dc:date>
    </item>
  </channel>
</rss>

