<?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: Raster Fields Not Supported Using Cursors in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/raster-fields-not-supported-using-cursors/m-p/334328#M26070</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jared,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe the following thread can get you closer to what you are looking for:&amp;nbsp;&lt;A href="https://community.esri.com/thread/92354"&gt;https://community.esri.com/thread/92354&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Mar 2019 14:15:34 GMT</pubDate>
    <dc:creator>KevinTientcheu3</dc:creator>
    <dc:date>2019-03-26T14:15:34Z</dc:date>
    <item>
      <title>Raster Fields Not Supported Using Cursors</title>
      <link>https://community.esri.com/t5/python-questions/raster-fields-not-supported-using-cursors/m-p/334323#M26065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I update a Raster Field using a cursor? I'm attempting to write a script that uses a cursor to update this field with rasters from a directory. It's a stand-alone script using arcpy for ArcGIS Pro 2.3.1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/arcpy/data-access/insertcursor-class.htm"&gt;arcpy.da.InsertCursor&lt;/A&gt;, &lt;A href="https://pro.arcgis.com/en/pro-app/arcpy/data-access/searchcursor-class.htm"&gt;arcpy.da.SearchCursor&lt;/A&gt;&amp;nbsp;and &lt;A href="https://pro.arcgis.com/en/pro-app/arcpy/data-access/updatecursor-class.htm"&gt;arcpy.da.UpdateCursor&lt;/A&gt;&amp;nbsp;state that as a field_name, "&lt;SPAN style="color: #4c4c4c; background-color: #ffffff; font-weight: 300;"&gt;Raster fields are not supported."&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Mar 2019 20:17:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/raster-fields-not-supported-using-cursors/m-p/334323#M26065</guid>
      <dc:creator>JaredPilbeam2</dc:creator>
      <dc:date>2019-03-25T20:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: Raster Fields Not Supported Using Cursors</title>
      <link>https://community.esri.com/t5/python-questions/raster-fields-not-supported-using-cursors/m-p/334324#M26066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So creating a separate table (using an insertcursor) for joining isn't a possibility?&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/join-field.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/join-field.htm"&gt;Join Field—Data Management toolbox | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This join is permanent if memory serves&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Mar 2019 20:28:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/raster-fields-not-supported-using-cursors/m-p/334324#M26066</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-03-25T20:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: Raster Fields Not Supported Using Cursors</title>
      <link>https://community.esri.com/t5/python-questions/raster-fields-not-supported-using-cursors/m-p/334325#M26067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So creating a separate table (using an insertcursor) for joining isn't a possibility?&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to use an insertcursor on a Raster Field is pretty much my question. There's a Raster Field in a FC that I want populated with rasters. But, as I was reading how to access that type of field with a cursor it says it's not possible:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/440351_raster.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Mar 2019 20:44:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/raster-fields-not-supported-using-cursors/m-p/334325#M26067</guid>
      <dc:creator>JaredPilbeam2</dc:creator>
      <dc:date>2019-03-25T20:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: Raster Fields Not Supported Using Cursors</title>
      <link>https://community.esri.com/t5/python-questions/raster-fields-not-supported-using-cursors/m-p/334326#M26068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was referring more to hyperlinking to the data or similar.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/help/data/imagery/adding-raster-datasets-as-attributes-in-a-feature-class.htm" title="https://pro.arcgis.com/en/pro-app/help/data/imagery/adding-raster-datasets-as-attributes-in-a-feature-class.htm"&gt;Adding raster datasets as attributes in a feature class—ArcGIS Pro | ArcGIS Desktop&lt;/A&gt;&lt;/P&gt;&lt;P&gt;is the remaining option, which would probably only be useful for a few&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Mar 2019 21:41:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/raster-fields-not-supported-using-cursors/m-p/334326#M26068</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-03-25T21:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: Raster Fields Not Supported Using Cursors</title>
      <link>https://community.esri.com/t5/python-questions/raster-fields-not-supported-using-cursors/m-p/334327#M26069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dan,&lt;/P&gt;&lt;P&gt;Adding raster datasets as attributes is exactly what I need. But is there a way to automate this? I'm dealing with 1000s of rasters. I started out on this page and because there was no mention of Arcpy I moved on to looking into cursors.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2019 13:41:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/raster-fields-not-supported-using-cursors/m-p/334327#M26069</guid>
      <dc:creator>JaredPilbeam2</dc:creator>
      <dc:date>2019-03-26T13:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: Raster Fields Not Supported Using Cursors</title>
      <link>https://community.esri.com/t5/python-questions/raster-fields-not-supported-using-cursors/m-p/334328#M26070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jared,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe the following thread can get you closer to what you are looking for:&amp;nbsp;&lt;A href="https://community.esri.com/thread/92354"&gt;https://community.esri.com/thread/92354&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2019 14:15:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/raster-fields-not-supported-using-cursors/m-p/334328#M26070</guid>
      <dc:creator>KevinTientcheu3</dc:creator>
      <dc:date>2019-03-26T14:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: Raster Fields Not Supported Using Cursors</title>
      <link>https://community.esri.com/t5/python-questions/raster-fields-not-supported-using-cursors/m-p/334329#M26071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For what it's worth, it looks like I can &lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/conversion/raster-to-geodatabase-multiple-.htm" rel="nofollow noopener noreferrer" target="_blank"&gt;convert the rasters to a FGDB&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;arcpy&lt;SPAN class="punctuation 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; r&lt;SPAN class="string token"&gt;'\pathTo\jpgs'&lt;/SPAN&gt;

&lt;SPAN class="comment token"&gt;#Convert Multiple Raster Dataset to FGDB&lt;/SPAN&gt;
arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;RasterToGeodatabase_conversion&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"0100030.jpg;0100040.jpg"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; r&lt;SPAN class="string token"&gt;"\pathTo\Data.gdb"&lt;/SPAN&gt;&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;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/440460_catalog.png" /&gt;&lt;/P&gt;&lt;P&gt;Of course, this is just a sample. I'll have to set the script up to iterate through the directory and convert thousands of jpgs to the FGDB. But, after I do that I'm still stuck wondering how to get the raster into the Raster Field via Python.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 15:50:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/raster-fields-not-supported-using-cursors/m-p/334329#M26071</guid>
      <dc:creator>JaredPilbeam2</dc:creator>
      <dc:date>2021-12-11T15:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: Raster Fields Not Supported Using Cursors</title>
      <link>https://community.esri.com/t5/python-questions/raster-fields-not-supported-using-cursors/m-p/334330#M26072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to GeoNet, here's the work around I eventually came up with seeing that using Python to update a raster field isn't supported.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the end I didn't use a raster field at all. I had a text field with a unique ID that matched the file name of JPGs in a directory. I used a script that updated another text field named 'Photo' with the full name of the JPG. Then I used &lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/enable-attachments.htm" rel="nofollow noopener noreferrer" target="_blank"&gt;arcpy.EnableAttachments&lt;SPAN style="color: #3d3d3d;"&gt;_management&lt;/SPAN&gt;()&lt;/A&gt;, which created a related table that can store rasters. Finally, I used &lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/add-attachments.htm" rel="nofollow noopener noreferrer" target="_blank"&gt;arcpy.AddAttachments_management()&lt;/A&gt;, which populated the related table. &lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/working-with-the-attachments-geoprocessing-tools.htm" rel="nofollow noopener noreferrer" target="_blank"&gt;Working with attachments&lt;/A&gt; was also helpful.&amp;nbsp;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="string token"&gt;'''the purpose of this script is to update the 'Photo' field in the fc
with the file path of the same name.
'''&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; arcpy&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; os

ws &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; r&lt;SPAN class="string token"&gt;'path\to\Projects\DOT_SignInventory\pics'&lt;/SPAN&gt;
jpgs &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt; &lt;SPAN class="comment token"&gt;# empty dictionary&lt;/SPAN&gt;

&lt;SPAN class="keyword token"&gt;for&lt;/SPAN&gt; dirName&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; subdirList&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; fileList &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; os&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;walk&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;ws&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
    &lt;SPAN class="keyword token"&gt;for&lt;/SPAN&gt; fname &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; fileList&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
        jpgs&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;fname&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;4&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; os&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;path&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;join&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;dirName&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;fname&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
        &lt;SPAN class="keyword token"&gt;for&lt;/SPAN&gt; jpg &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; jpgs&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
            &lt;SPAN class="keyword token"&gt;print&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;jpg&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;

fc &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; r&lt;SPAN class="string token"&gt;'path\to\Projects\DOT_SignInventory\Data2.gdb\WCDOT_Signs'&lt;/SPAN&gt;
fields &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'OID@'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'Post_Number'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'Photo'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;

&lt;SPAN class="keyword token"&gt;with&lt;/SPAN&gt; arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;da&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;UpdateCursor&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;fc&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; fields&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;as&lt;/SPAN&gt; cursor&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="keyword token"&gt;try&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
            row&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;2&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; jpgs&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;row&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;
            cursor&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;updateRow&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;row&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
        &lt;SPAN class="keyword token"&gt;except&lt;/SPAN&gt; KeyError&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
            &lt;SPAN class="keyword token"&gt;print&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"No photo for: {}"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;format&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;row&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;

&lt;SPAN class="keyword token"&gt;del&lt;/SPAN&gt; cursor‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍&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;/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;IMG __jive_id="443752" alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/443752_jpg.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 15:50:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/raster-fields-not-supported-using-cursors/m-p/334330#M26072</guid>
      <dc:creator>JaredPilbeam2</dc:creator>
      <dc:date>2021-12-11T15:50:28Z</dc:date>
    </item>
  </channel>
</rss>

