<?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: selecting rasters in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/selecting-rasters/m-p/685530#M53070</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What is your code?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Jun 2014 17:32:09 GMT</pubDate>
    <dc:creator>Zeke</dc:creator>
    <dc:date>2014-06-17T17:32:09Z</dc:date>
    <item>
      <title>selecting rasters</title>
      <link>https://community.esri.com/t5/python-questions/selecting-rasters/m-p/685529#M53069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This seems like a easy question with an easy solution but having a hell of a time figuring it out. I am trying to select a raster from a raster catalog and replace it with an updated one. It can be done in ArcMap but want to do it python. I am using Python 2.7 and 10.1 Desktop. I am trying to select by attribute, a specific jpg, and replace it. I do know that you have to make feature layer first before selecting but still doesn't want to select it. I get this error: Input Features: Dataset&amp;nbsp; does not exist or is not supported. Is there a tool that can be used for this specifically? Any help is appreciated. Thanks in advance&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 16:58:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/selecting-rasters/m-p/685529#M53069</guid>
      <dc:creator>MikePowell</dc:creator>
      <dc:date>2014-06-17T16:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: selecting rasters</title>
      <link>https://community.esri.com/t5/python-questions/selecting-rasters/m-p/685530#M53070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What is your code?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 17:32:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/selecting-rasters/m-p/685530#M53070</guid>
      <dc:creator>Zeke</dc:creator>
      <dc:date>2014-06-17T17:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: selecting rasters</title>
      <link>https://community.esri.com/t5/python-questions/selecting-rasters/m-p/685531#M53071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am writing this question for someone else. All she is trying to do is make a feature layer:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;import arcpy
Raster = r"\\xxxx\xxxxx\xxxxx\Raster_1.gdb\Legal"
Sect = '1S25E15.jpg'
rstrsel = "raster selection"
selsection = "Name = " + Sect
arcpy.MakeFeatureLayer_management(Raster,rstrsel,selsection)
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Pretty basic but for some reason it won't make a selection. Any thoughts. We both have some skills with python but I don't deal with rasters at all, but I don't know if that should make a difference&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 04:50:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/selecting-rasters/m-p/685531#M53071</guid>
      <dc:creator>MikePowell</dc:creator>
      <dc:date>2021-12-12T04:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: selecting rasters</title>
      <link>https://community.esri.com/t5/python-questions/selecting-rasters/m-p/685532#M53072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;She might want to try&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;MakeRasterLayer_management (in_raster, out_rasterlayer, {where_clause}, {envelope}, {band_index})&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 10:52:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/selecting-rasters/m-p/685532#M53072</guid>
      <dc:creator>markdenil</dc:creator>
      <dc:date>2014-06-18T10:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: selecting rasters</title>
      <link>https://community.esri.com/t5/python-questions/selecting-rasters/m-p/685533#M53073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, I knew it had to be something pretty simple. Thanks for the response. That seems to be the trick. Thanks again&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 14:56:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/selecting-rasters/m-p/685533#M53073</guid>
      <dc:creator>MikePowell</dc:creator>
      <dc:date>2014-06-18T14:56:12Z</dc:date>
    </item>
  </channel>
</rss>

