<?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: How to use a Raster image as a basemap or layer? in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-use-a-raster-image-as-a-basemap-or-layer/m-p/55850#M603</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suspect it is stuck at loading the raster.&lt;/P&gt;&lt;P&gt;I have drawn some graphics in a graphics overlay, which does come out when&lt;/P&gt;&lt;P&gt;I switch over to wmtslayer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could I trouble you to provide a shortest complete source code that works?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;PJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Sep 2017 04:56:20 GMT</pubDate>
    <dc:creator>Parh_JinChia</dc:creator>
    <dc:date>2017-09-01T04:56:20Z</dc:date>
    <item>
      <title>How to use a Raster image as a basemap or layer?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-use-a-raster-image-as-a-basemap-or-layer/m-p/55844#M597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Hi, I have discovered there is a Raster type and RasterLayer in Esri ArcGIS&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Runtime for .Net.&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;However I could not get it to work.&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;In the github samples, I could only find RasterLayerImageServiceRaster&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="border: 0px; font-weight: inherit;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;A class="" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fgithub.com%2FEsri%2Farcgis-runtime-samples-dotnet%2Ftree%2Fmaster%2Fsrc%2FWPF%2FArcGISRuntime.WPF.Samples%2FSamples%2FLayers%2FRasterLayerImageServiceRaster" rel="nofollow" style="color: #287433; border: 0px; font-weight: inherit; text-decoration: none; padding: 0px calc(12px + 0.35ex) 0px 0px;" target="_blank"&gt;https://github.com/Esri/arcgis-runtime-samples-dotnet/tree/master/src/WPF/ArcGISRuntime.WPF.Samples/Samples/Layers/RasterLayerImageServiceRaster&lt;/A&gt;&lt;SPAN style="border: 0px; font-weight: inherit;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;and RasterLayerRasterFunction&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="border: 0px; font-weight: inherit;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;A class="" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fgithub.com%2FEsri%2Farcgis-runtime-samples-dotnet%2Ftree%2Fmaster%2Fsrc%2FWPF%2FArcGISRuntime.WPF.Samples%2FSamples%2FLayers%2FRasterLayerRasterFunction" rel="nofollow" style="color: #287433; border: 0px; font-weight: inherit; text-decoration: none; padding: 0px calc(12px + 0.35ex) 0px 0px;" target="_blank"&gt;https://github.com/Esri/arcgis-runtime-samples-dotnet/tree/master/src/WPF/ArcGISRuntime.WPF.Samples/Samples/Layers/RasterLayerRasterFunction&lt;/A&gt;&lt;SPAN style="border: 0px; font-weight: inherit;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;I just want to create a Raster Layer from a GeoTIFF file stored on local&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;disk and then display it. Nothing too fancy.&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;My code at the moment looks something like:&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Raster myRaster = new Raster(@"C:\tiffmap.tif");&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;RasterLater newRasterLayer = new RasterLayer(myRaster);&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Basemap myBasemap = _map.Basemap;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;LayerCollection myLayerCollection = myBasemap.BaseLayers;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;myLayerCollection.Add(newRasterLayer);&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;but the map is not showing. I get a blank map. I have tried using WMTSLayer and it works, so I am not too far off.&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;What should I be doing? The documentation and examples are sparse....&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;rgds&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;PJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 01:31:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-use-a-raster-image-as-a-basemap-or-layer/m-p/55844#M597</guid>
      <dc:creator>Parh_JinChia</dc:creator>
      <dc:date>2017-08-29T01:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to use a Raster image as a basemap or layer?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-use-a-raster-image-as-a-basemap-or-layer/m-p/55845#M598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the code to display a raster as a basemap or an operational layer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; string pathToRaster = @"C:\rasters\wsiearth.tif";&lt;/P&gt;&lt;P&gt;// create a raster from a path to a supported raster format&lt;BR /&gt; Raster myRaster = new Raster(pathToRaster);&lt;BR /&gt; &lt;BR /&gt; // create a RasterLayer using the Raster&lt;BR /&gt; Esri.ArcGISRuntime.Mapping.RasterLayer newRasterLayer = new Esri.ArcGISRuntime.Mapping.RasterLayer(pathToRaster);&lt;BR /&gt; Map map = new Map();&lt;/P&gt;&lt;P&gt;map.Basemap.BaseLayers.Add(newRasterLayer); // as a Basemap&lt;BR /&gt; // map.OperationalLayers.Add(newRasterLayer); // as an operational layer&lt;BR /&gt; MyMapView.Map = map;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="RasterLayer" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/369120_DisplayRaster.PNG" style="width: 620px; height: 313px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 04:57:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-use-a-raster-image-as-a-basemap-or-layer/m-p/55845#M598</guid>
      <dc:creator>NagmaYasmin</dc:creator>
      <dc:date>2017-08-30T04:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to use a Raster image as a basemap or layer?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-use-a-raster-image-as-a-basemap-or-layer/m-p/55846#M599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Yasmin, that's a great help. However it still does not work. The&lt;/P&gt;&lt;P&gt;window just shows all white.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I can swap in a WmtsLayer and THAT displays, so the rest of my&lt;/P&gt;&lt;P&gt;code should be okay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you point me to a tif file for me to try? Maybe my tif file is&lt;/P&gt;&lt;P&gt;defective...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Aug 2017 01:18:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-use-a-raster-image-as-a-basemap-or-layer/m-p/55846#M599</guid>
      <dc:creator>Parh_JinChia</dc:creator>
      <dc:date>2017-08-31T01:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to use a Raster image as a basemap or layer?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-use-a-raster-image-as-a-basemap-or-layer/m-p/55847#M600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is the zip file of the raster I used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nagma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Aug 2017 04:10:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-use-a-raster-image-as-a-basemap-or-layer/m-p/55847#M600</guid>
      <dc:creator>NagmaYasmin</dc:creator>
      <dc:date>2017-08-31T04:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to use a Raster image as a basemap or layer?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-use-a-raster-image-as-a-basemap-or-layer/m-p/55848#M601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Nagma, it still does not work. All I'm getting is a white window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your tiff file set consists of the files with extensions .tfw, .tif,&lt;/P&gt;&lt;P&gt;.aux.xml and .tif.ovr&lt;/P&gt;&lt;P&gt;my tiff file set consts of files with the extensions .prj, .tfw, .tif,&lt;/P&gt;&lt;P&gt;.README.html and .VERSION.txt&lt;/P&gt;&lt;P&gt;seems like slightly different formats, but both does not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the pathToRaster I just point to the .tif file itself right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do I need to do anything else like set the SpatialReferences?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I noticed that in your code, there seems to be one line that does nothing&lt;/P&gt;&lt;P&gt;"Raster myRaster = new Raster(pathToRaster)':&lt;/P&gt;&lt;P&gt;i.e. myRaster is not used.. am I missing something?&lt;/P&gt;&lt;P&gt;I can do either   new RasterLayer(myRaster)    OR   new&lt;/P&gt;&lt;P&gt;RasterLayer(pathToRaster)&lt;/P&gt;&lt;P&gt;but it makes no difference either way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any ideas?&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;PJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Aug 2017 07:44:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-use-a-raster-image-as-a-basemap-or-layer/m-p/55848#M601</guid>
      <dc:creator>Parh_JinChia</dc:creator>
      <dc:date>2017-08-31T07:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to use a Raster image as a basemap or layer?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-use-a-raster-image-as-a-basemap-or-layer/m-p/55849#M602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi PJ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You right, I haven't used the variable 'myRaster' anywhere in the code, sorry for the confusion. But I am not sure why you are seeing only the white screen using same raster I used.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2017 04:43:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-use-a-raster-image-as-a-basemap-or-layer/m-p/55849#M602</guid>
      <dc:creator>NagmaYasmin</dc:creator>
      <dc:date>2017-09-01T04:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to use a Raster image as a basemap or layer?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-use-a-raster-image-as-a-basemap-or-layer/m-p/55850#M603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suspect it is stuck at loading the raster.&lt;/P&gt;&lt;P&gt;I have drawn some graphics in a graphics overlay, which does come out when&lt;/P&gt;&lt;P&gt;I switch over to wmtslayer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could I trouble you to provide a shortest complete source code that works?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;PJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2017 04:56:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-use-a-raster-image-as-a-basemap-or-layer/m-p/55850#M603</guid>
      <dc:creator>Parh_JinChia</dc:creator>
      <dc:date>2017-09-01T04:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to use a Raster image as a basemap or layer?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-use-a-raster-image-as-a-basemap-or-layer/m-p/55851#M604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi PJ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is the complete project.Just install the NuGet pacahage for WPFand point to the lication of the tif file, It should display the raster as the previous scree shot.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Sep 2017 19:02:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-use-a-raster-image-as-a-basemap-or-layer/m-p/55851#M604</guid>
      <dc:creator>NagmaYasmin</dc:creator>
      <dc:date>2017-09-02T19:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to use a Raster image as a basemap or layer?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-use-a-raster-image-as-a-basemap-or-layer/m-p/55852#M605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nagma, thank you very much, it was a great help! I could get your&lt;/P&gt;&lt;P&gt;project to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I finally discovered what in my case was preventing the raster from&lt;/P&gt;&lt;P&gt;loading...&lt;/P&gt;&lt;P&gt;it was the&lt;/P&gt;&lt;P&gt;ArcGISRuntimeEnvironment.SetLicense(licenseKey);&lt;/P&gt;&lt;P&gt;that was the culprit...&lt;/P&gt;&lt;P&gt;I added this to your project (together with my license string) and it&lt;/P&gt;&lt;P&gt;stopped working immediately.&lt;/P&gt;&lt;P&gt;I removed it from my project and it worked!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm puzzled why that would interfere with loading the raster.&lt;/P&gt;&lt;P&gt;The license has no effect on WmtsLayer and other kinds of basemaps..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;PJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Sep 2017 09:18:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-use-a-raster-image-as-a-basemap-or-layer/m-p/55852#M605</guid>
      <dc:creator>Parh_JinChia</dc:creator>
      <dc:date>2017-09-04T09:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to use a Raster image as a basemap or layer?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-use-a-raster-image-as-a-basemap-or-layer/m-p/55853#M606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi PJ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to the documentation, (&lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/wpf/guide/license-your-app.htm" title="https://developers.arcgis.com/net/latest/wpf/guide/license-your-app.htm"&gt;License your app—ArcGIS Runtime SDK for .NET (WPF) | ArcGIS for Developers&lt;/A&gt;) to display the local raster layer, you need to have the minimum&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Standard license. &lt;/EM&gt;&lt;/STRONG&gt;I am guessing you might be using &lt;EM&gt;&lt;STRONG&gt;Basic or Lite license&lt;/STRONG&gt;&lt;/EM&gt; in your application that prevent displaying the raster image.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Nagma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Sep 2017 04:15:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-use-a-raster-image-as-a-basemap-or-layer/m-p/55853#M606</guid>
      <dc:creator>NagmaYasmin</dc:creator>
      <dc:date>2017-09-05T04:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to use a Raster image as a basemap or layer?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-use-a-raster-image-as-a-basemap-or-layer/m-p/55854#M607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you're right! I didn't know there is a difference in allowed functionality&lt;/P&gt;&lt;P&gt;between the different license types... this seems like such a basic&lt;/P&gt;&lt;P&gt;functionality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Sep 2017 10:41:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-use-a-raster-image-as-a-basemap-or-layer/m-p/55854#M607</guid>
      <dc:creator>Parh_JinChia</dc:creator>
      <dc:date>2017-09-05T10:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to use a Raster image as a basemap or layer?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-use-a-raster-image-as-a-basemap-or-layer/m-p/55855#M608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there an updated version of this? I could not get this one to work for me. I copied the code exactly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2018 20:30:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-use-a-raster-image-as-a-basemap-or-layer/m-p/55855#M608</guid>
      <dc:creator>VeronicaValenzuela</dc:creator>
      <dc:date>2018-11-15T20:30:36Z</dc:date>
    </item>
  </channel>
</rss>

