<?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: Suppress GDAL raster tags in Developers Questions</title>
    <link>https://community.esri.com/t5/developers-questions/suppress-gdal-raster-tags/m-p/9776#M74</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luke - this sounds like what I need to do (you're right to assume they're tiffs, sorry for leaving off vital info).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to ask some follow-up questions.....I'm new to gdal code and have not really used much code beyond arcpy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I run this code, is it python?&lt;/P&gt;&lt;P&gt;How do I know if I have a working GDAL install? - I have lots of folders on my computer called GDAL in amoungst program files for FME, Arc and QGIS - the gdal website goes over my head somewhat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ben&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Apr 2015 11:16:01 GMT</pubDate>
    <dc:creator>BenLeslie1</dc:creator>
    <dc:date>2015-04-09T11:16:01Z</dc:date>
    <item>
      <title>Suppress GDAL raster tags</title>
      <link>https://community.esri.com/t5/developers-questions/suppress-gdal-raster-tags/m-p/9771#M69</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I used Arc to slice a large raster into smaller tiles for use in a separate in-house programme.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately when loading the rasters into our programme we get a couple of errors/warnings.&amp;nbsp; The cause of these warnings has been identified as a couple of GDAL tags (the tags relate to nodata value and general metadata).&amp;nbsp; Is there some way to suppress the generation of these GDAL tags when I process the imagery in Arc / arcpy?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry if the description is very basic - I am just the GIS tech, not a software developer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 10:45:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/suppress-gdal-raster-tags/m-p/9771#M69</guid>
      <dc:creator>BenLeslie1</dc:creator>
      <dc:date>2015-04-07T10:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress GDAL raster tags</title>
      <link>https://community.esri.com/t5/developers-questions/suppress-gdal-raster-tags/m-p/9772#M70</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Assuming they are tiffs and you have a working GDAL install, you can use the PROFILE &lt;A href="http://www.gdal.org/frmt_gtiff.html"&gt;creation option&lt;/A&gt; to specify GEOTIFF instead of the default GDALGeoTIFF:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="_jivemacro_uid_14285451756126315 jive_macro_code jive_text_macro" data-renderedposition="71_8_912_16" jivemacro_uid="_14285451756126315" modifiedtitle="true"&gt;&lt;P&gt;gdal_translate -co &lt;STRONG&gt;PROFILE=GeoTIFF &lt;/STRONG&gt;in.tif out.tif&lt;/P&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 02:07:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/suppress-gdal-raster-tags/m-p/9772#M70</guid>
      <dc:creator>Luke_Pinner</dc:creator>
      <dc:date>2015-04-09T02:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress GDAL raster tags</title>
      <link>https://community.esri.com/t5/developers-questions/suppress-gdal-raster-tags/m-p/9773#M71</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Luke just a head up.&amp;nbsp; your code post for some reason got Moderator tagged.&amp;nbsp; In the future try enclosing it in quotes rather than puttting it in a code block.&amp;nbsp; If it gets flagged again, I will pass it up the line my guess as to what did it is as good as yours.&amp;nbsp; I have notified &lt;A href="https://community.esri.com/migrated-users/2034"&gt;Timothy Hales&lt;/A&gt;​ in case he knows&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 02:51:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/suppress-gdal-raster-tags/m-p/9773#M71</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-04-09T02:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress GDAL raster tags</title>
      <link>https://community.esri.com/t5/developers-questions/suppress-gdal-raster-tags/m-p/9774#M72</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Dan. I was wondering why I got moderated. Oh well, at least I now know who moderates the moderators&amp;nbsp; &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/laugh.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 03:55:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/suppress-gdal-raster-tags/m-p/9774#M72</guid>
      <dc:creator>Luke_Pinner</dc:creator>
      <dc:date>2015-04-09T03:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress GDAL raster tags</title>
      <link>https://community.esri.com/t5/developers-questions/suppress-gdal-raster-tags/m-p/9775#M73</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You must have gotten thrown out of the moderator queue through through your spammy actions &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/laugh.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 07:28:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/suppress-gdal-raster-tags/m-p/9775#M73</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-04-09T07:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress GDAL raster tags</title>
      <link>https://community.esri.com/t5/developers-questions/suppress-gdal-raster-tags/m-p/9776#M74</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luke - this sounds like what I need to do (you're right to assume they're tiffs, sorry for leaving off vital info).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to ask some follow-up questions.....I'm new to gdal code and have not really used much code beyond arcpy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I run this code, is it python?&lt;/P&gt;&lt;P&gt;How do I know if I have a working GDAL install? - I have lots of folders on my computer called GDAL in amoungst program files for FME, Arc and QGIS - the gdal website goes over my head somewhat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ben&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 11:16:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/suppress-gdal-raster-tags/m-p/9776#M74</guid>
      <dc:creator>BenLeslie1</dc:creator>
      <dc:date>2015-04-09T11:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress GDAL raster tags</title>
      <link>https://community.esri.com/t5/developers-questions/suppress-gdal-raster-tags/m-p/9777#M75</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ben, gdal_translate.exe is a commandline program, you run it from a command prompt. I was assuming you had a working gdal install to generate those files in the first place. How did you create/get them?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could also try the ArcGIS Copy Raster tool to see if that strips the tags.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 20:19:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/suppress-gdal-raster-tags/m-p/9777#M75</guid>
      <dc:creator>Luke_Pinner</dc:creator>
      <dc:date>2015-04-09T20:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress GDAL raster tags</title>
      <link>https://community.esri.com/t5/developers-questions/suppress-gdal-raster-tags/m-p/9778#M76</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks - I'll look into gdal_translate.exe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The tags were apparently created by Arc's Clip tool.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 07:08:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/suppress-gdal-raster-tags/m-p/9778#M76</guid>
      <dc:creator>BenLeslie1</dc:creator>
      <dc:date>2015-04-10T07:08:14Z</dc:date>
    </item>
  </channel>
</rss>

