<?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 name in the Geodatabase in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/raster-name-in-the-geodatabase/m-p/624025#M35282</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The original name of the raster contains invalid character (&lt;/SPAN&gt;&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;While importing the raster, you can name it as NSS_HRPT_NK_D13172_S1035_E1048_B7854545_WI&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Jan 2014 04:04:03 GMT</pubDate>
    <dc:creator>NidhinKarthikeyan</dc:creator>
    <dc:date>2014-01-21T04:04:03Z</dc:date>
    <item>
      <title>Raster name in the Geodatabase</title>
      <link>https://community.esri.com/t5/data-management-questions/raster-name-in-the-geodatabase/m-p/624024#M35281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In Arc Gis (Arc catalog), I created a geodatabase. I then imported raster, but their original names have been changed. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Name example as input: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;NSS.HRPT.NK.D13172.S1035.E1048.B7854545.WI &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Result: Name example output(in geodatabase): &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;NSS_1 &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;NSS_2 &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How to keep the full name? (NSS.HRPT.NK.D13172.S1035.E1048.B7854545.WI)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I accept the explanations using model builder or Python.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Catherine&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2014 18:09:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/raster-name-in-the-geodatabase/m-p/624024#M35281</guid>
      <dc:creator>CatherineMichaud</dc:creator>
      <dc:date>2014-01-20T18:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: Raster name in the Geodatabase</title>
      <link>https://community.esri.com/t5/data-management-questions/raster-name-in-the-geodatabase/m-p/624025#M35282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The original name of the raster contains invalid character (&lt;/SPAN&gt;&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;While importing the raster, you can name it as NSS_HRPT_NK_D13172_S1035_E1048_B7854545_WI&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 04:04:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/raster-name-in-the-geodatabase/m-p/624025#M35282</guid>
      <dc:creator>NidhinKarthikeyan</dc:creator>
      <dc:date>2014-01-21T04:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: Raster name in the Geodatabase</title>
      <link>https://community.esri.com/t5/data-management-questions/raster-name-in-the-geodatabase/m-p/624026#M35283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you're looping through your rasters to be imported, you could change the name using python's "replace" like :&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
InRas = "NSS.HRPT.NK.D13172.S1035.E1048.B7854545.WI"
OutRas = InRas.replace(".","_")
print OutRas
NSS_HRPT_NK_D13172_S1035_E1048_B7854545_WI
&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;N&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 02:35:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/raster-name-in-the-geodatabase/m-p/624026#M35283</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2021-12-12T02:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: Raster name in the Geodatabase</title>
      <link>https://community.esri.com/t5/data-management-questions/raster-name-in-the-geodatabase/m-p/624027#M35284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks you for the quick reply&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 13:26:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/raster-name-in-the-geodatabase/m-p/624027#M35284</guid>
      <dc:creator>CatherineMichaud</dc:creator>
      <dc:date>2014-01-21T13:26:26Z</dc:date>
    </item>
  </channel>
</rss>

