<?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: UTM COGs render incorrectly in ImageryTileLayer in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/utm-cogs-render-incorrectly-in-imagerytilelayer/m-p/1232812#M79365</link>
    <description>&lt;P&gt;Hi there,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Glad you are trying out support for adding COG to ImageryTileLayer. So we looked into this and indeed your COG file has unsupported settings. We added support for your unique case where the change is:&lt;/P&gt;&lt;PRE&gt;&lt;FONT size="3"&gt;Added support for an internal noData pixel Mask, in addition to noDataValue. &lt;BR /&gt;Corresponding tags are&amp;nbsp;PHOTOMETRICINTERPRETATION&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;= 4 (transparency mask),&lt;SPAN&gt;&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;NEWSUBILETYPE&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;= 5 (source level) or 4 (pyramids)&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;In addition,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;PHOTOMETRICINTERPRETATION&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is YCbCr, or CMYK are supported only &lt;BR /&gt;if compression is JPEG, that means result is in RGB space. This is done as &lt;BR /&gt;part of JPEG decoding.&lt;/FONT&gt;&lt;/PRE&gt;&lt;P&gt;I will let you know when we have this support on our next version. Hope you can test it out and give your feedback.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;-Undral&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 17 Nov 2022 17:28:07 GMT</pubDate>
    <dc:creator>UndralBatsukh</dc:creator>
    <dc:date>2022-11-17T17:28:07Z</dc:date>
    <item>
      <title>UTM COGs render incorrectly in ImageryTileLayer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/utm-cogs-render-incorrectly-in-imagerytilelayer/m-p/1231838#M79332</link>
      <description>&lt;P&gt;The new beta functionality to read directly from Cloud Optimized Geotiff doesn't seem to work on UTM COGs:&lt;/P&gt;&lt;P&gt;&lt;A href="https://codepen.io/drwelby/pen/vYrZbOo" target="_blank"&gt;https://codepen.io/drwelby/pen/vYrZbOo&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2022-11-15 at 8.57.31 AM.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/56016iE67837700AB0540D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2022-11-15 at 8.57.31 AM.png" alt="Screen Shot 2022-11-15 at 8.57.31 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;They get rendered in about the right place but something seems to be going very wrong in drawing the internal blocks.&lt;/P&gt;&lt;P&gt;Since this is beta functionality I'm not looking for a fix a or a workaround, just reporting the problem. For more test images around the globe feel free to use anything in&amp;nbsp;&lt;A href="https://ard.maxar.com/samples#v5/" target="_blank"&gt;https://ard.maxar.com/samples#v5/&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 17:02:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/utm-cogs-render-incorrectly-in-imagerytilelayer/m-p/1231838#M79332</guid>
      <dc:creator>MarcPfister</dc:creator>
      <dc:date>2022-11-15T17:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: UTM COGs render incorrectly in ImageryTileLayer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/utm-cogs-render-incorrectly-in-imagerytilelayer/m-p/1232812#M79365</link>
      <description>&lt;P&gt;Hi there,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Glad you are trying out support for adding COG to ImageryTileLayer. So we looked into this and indeed your COG file has unsupported settings. We added support for your unique case where the change is:&lt;/P&gt;&lt;PRE&gt;&lt;FONT size="3"&gt;Added support for an internal noData pixel Mask, in addition to noDataValue. &lt;BR /&gt;Corresponding tags are&amp;nbsp;PHOTOMETRICINTERPRETATION&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;= 4 (transparency mask),&lt;SPAN&gt;&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;NEWSUBILETYPE&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;= 5 (source level) or 4 (pyramids)&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;In addition,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;PHOTOMETRICINTERPRETATION&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is YCbCr, or CMYK are supported only &lt;BR /&gt;if compression is JPEG, that means result is in RGB space. This is done as &lt;BR /&gt;part of JPEG decoding.&lt;/FONT&gt;&lt;/PRE&gt;&lt;P&gt;I will let you know when we have this support on our next version. Hope you can test it out and give your feedback.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;-Undral&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2022 17:28:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/utm-cogs-render-incorrectly-in-imagerytilelayer/m-p/1232812#M79365</guid>
      <dc:creator>UndralBatsukh</dc:creator>
      <dc:date>2022-11-17T17:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: UTM COGs render incorrectly in ImageryTileLayer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/utm-cogs-render-incorrectly-in-imagerytilelayer/m-p/1261510#M80378</link>
      <description>&lt;P&gt;HI there,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just want to let you know we added support for noData pixel Mask. Here is your codepen updated:&amp;nbsp;&lt;A href="https://codepen.io/U_B_U/pen/rNZMMvQ?editors=1000" target="_blank"&gt;https://codepen.io/U_B_U/pen/rNZMMvQ?editors=1000&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2023 18:04:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/utm-cogs-render-incorrectly-in-imagerytilelayer/m-p/1261510#M80378</guid>
      <dc:creator>UndralBatsukh</dc:creator>
      <dc:date>2023-02-24T18:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: UTM COGs render incorrectly in ImageryTileLayer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/utm-cogs-render-incorrectly-in-imagerytilelayer/m-p/1302589#M81504</link>
      <description>&lt;P&gt;Undral, we have noticed similar issues with the beta release. Imagery not rendering properly.&amp;nbsp; Also images being placed in the wrong location:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Orthoimagery&lt;/STRONG&gt; (bad rendering, ok location):&amp;nbsp;&lt;A href="https://maps.vcgi.vermont.gov/pub/View_VT_Imagery_COG_AWS.html" target="_blank"&gt;https://maps.vcgi.vermont.gov/pub/View_VT_Imagery_COG_AWS.html&lt;/A&gt;&amp;nbsp;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://vt-opendata-pilot2.s3.us-east-2.amazonaws.com/LIDAR/0_7M/2014/HILSHD/COG/LOSSY/Elevation_HILSHD0p7M2014_EVT1239.tif" target="_blank"&gt;https://vt-opendata-pilot2.s3.us-east-2.amazonaws.com/LIDAR/0_7M/2014/HILSHD/COG/LOSSY/Elevation_HILSHD0p7M2014_EVT1239.tif&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Lidar hillshade&lt;/STRONG&gt; (ok rendering, bad location):&amp;nbsp;&lt;A href="https://maps.vcgi.vermont.gov/pub/View_VT_Hillshade_COG_AWS.html" target="_blank"&gt;https://maps.vcgi.vermont.gov/pub/View_VT_Hillshade_COG_AWS.html&lt;/A&gt;&amp;nbsp;,&lt;UL&gt;&lt;LI&gt;&lt;A href="https://vt-opendata-pilot2.s3.us-east-2.amazonaws.com/IMAGERY/VTORTHO/0_3M/CLRIR/2022/COG/LOSSY/VT_442221_20220505.tif" target="_blank"&gt;https://vt-opendata-pilot2.s3.us-east-2.amazonaws.com/IMAGERY/VTORTHO/0_3M/CLRIR/2022/COG/LOSSY/VT_442221_20220505.tif&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I also noticed that in the case of imagery its looking for a *.tif.aux.xml and for the hillshade its also looking for *.tif.vat.dbf...which returned a 404 error since we don't have those. Not sure if that is part of the "problem", but obviously those files shouldn't be necessary for the COGs to render properly (which they do in Pro and QGIS).&lt;/P&gt;&lt;P&gt;Thanks for your effort to but COG support with the ArcGIS Javascript API. I will be really handy once its ready for prime time!&lt;/P&gt;&lt;P&gt;Steve, VCGI&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2023 18:26:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/utm-cogs-render-incorrectly-in-imagerytilelayer/m-p/1302589#M81504</guid>
      <dc:creator>StephenSharp</dc:creator>
      <dc:date>2023-06-23T18:26:54Z</dc:date>
    </item>
  </channel>
</rss>

