<?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: Displaying SAR Raster images in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/displaying-sar-raster-images/m-p/1560382#M13125</link>
    <description>&lt;P&gt;Sorry, I wasn't clear enough.&lt;/P&gt;&lt;P&gt;I want to display a SAR geotiff in a Map.&lt;/P&gt;&lt;P&gt;e.g.: &lt;A href="https://www.iceye.com/resources/datasets" target="_blank" rel="noopener"&gt;https://www.iceye.com/resources/datasets&lt;/A&gt; &amp;lt;- the Houston, USA sample reproduces the problem, I haven't tried the other ones(You need to download the dataset that says geotiff)&lt;/P&gt;&lt;P&gt;However, when I load it the way it is done in the examples, the map remains empty.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;var rasterFile = new Raster(file.FullPath);
var baseLayer = new RasterLayer(rasterFile);

var baseMap = new Basemap(baseLayer);
Map = new Map(baseMap);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here I am loading it as a basemap but loading it as an operational layer does the same.&lt;/P&gt;&lt;P&gt;Here is a link to a screenshot, about what I see: &lt;SPAN&gt;&lt;A href="https://imgur.com/hGTrsnp" target="_blank" rel="noopener"&gt;https://imgur.com/hGTrsnp&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 19 Nov 2024 18:07:54 GMT</pubDate>
    <dc:creator>HarasztiGábor</dc:creator>
    <dc:date>2024-11-19T18:07:54Z</dc:date>
    <item>
      <title>Displaying SAR Raster images</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/displaying-sar-raster-images/m-p/1560243#M13123</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to display SAR satellite imagery in .NET MAUI (such as ICEYE).&lt;/P&gt;&lt;P&gt;Is this supported in any way? I already tried loading the .tif files as a RasterLayer, but the map remains empty.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2024 15:27:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/displaying-sar-raster-images/m-p/1560243#M13123</guid>
      <dc:creator>HarasztiGábor</dc:creator>
      <dc:date>2024-11-19T15:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying SAR Raster images</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/displaying-sar-raster-images/m-p/1560299#M13124</link>
      <description>&lt;P&gt;Hi there,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Samples demonstrating RasterLayer workflows for .NET MAUI can be found here:&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://developers.arcgis.com/net/maui/sample-code/raster-layer-file/" target="_blank" rel="noopener"&gt;Raster layer (file)&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://developers.arcgis.com/net/maui/sample-code/raster-layer-service/" target="_blank" rel="noopener"&gt;Raster layer (service)&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;If you are trying to load a bundled file on .NET MAUI there are a couple of additional steps, this is covered for an .mmpk file in this tutorial:&amp;nbsp;&lt;A href="https://developers.arcgis.com/net/offline-maps-scenes-and-data/tutorials/display-a-map-from-a-mobile-map-package-maui/" target="_self"&gt;Display a map from a mobile map package (.NET MAUI)&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;Essentially, you need to first make sure the bundled file has build action "MauiAsset". This file&amp;nbsp;&lt;SPAN&gt;needs to be written to the &lt;/SPAN&gt;&lt;SPAN&gt; the "AppDataDirectory" from where it can then be loaded to initialize the RasterLayer.&lt;BR /&gt;&lt;BR /&gt;I may not have a full understanding of your problem so please let me know if this doesn't resolve your issue.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2024 16:32:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/displaying-sar-raster-images/m-p/1560299#M13124</guid>
      <dc:creator>HamishDuff</dc:creator>
      <dc:date>2024-11-19T16:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying SAR Raster images</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/displaying-sar-raster-images/m-p/1560382#M13125</link>
      <description>&lt;P&gt;Sorry, I wasn't clear enough.&lt;/P&gt;&lt;P&gt;I want to display a SAR geotiff in a Map.&lt;/P&gt;&lt;P&gt;e.g.: &lt;A href="https://www.iceye.com/resources/datasets" target="_blank" rel="noopener"&gt;https://www.iceye.com/resources/datasets&lt;/A&gt; &amp;lt;- the Houston, USA sample reproduces the problem, I haven't tried the other ones(You need to download the dataset that says geotiff)&lt;/P&gt;&lt;P&gt;However, when I load it the way it is done in the examples, the map remains empty.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;var rasterFile = new Raster(file.FullPath);
var baseLayer = new RasterLayer(rasterFile);

var baseMap = new Basemap(baseLayer);
Map = new Map(baseMap);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here I am loading it as a basemap but loading it as an operational layer does the same.&lt;/P&gt;&lt;P&gt;Here is a link to a screenshot, about what I see: &lt;SPAN&gt;&lt;A href="https://imgur.com/hGTrsnp" target="_blank" rel="noopener"&gt;https://imgur.com/hGTrsnp&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2024 18:07:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/displaying-sar-raster-images/m-p/1560382#M13125</guid>
      <dc:creator>HarasztiGábor</dc:creator>
      <dc:date>2024-11-19T18:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying SAR Raster images</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/displaying-sar-raster-images/m-p/1560475#M13127</link>
      <description>&lt;P&gt;Try adding "await baseLayer.LoadAsync()" and see if the layer loads fine. Also check the debug output for any hints around load or render issues&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2024 20:56:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/displaying-sar-raster-images/m-p/1560475#M13127</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2024-11-19T20:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying SAR Raster images</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/displaying-sar-raster-images/m-p/1560490#M13128</link>
      <description>&lt;P&gt;Thank you for your answer but unfortunately neither of them did anything.&lt;BR /&gt;&lt;BR /&gt;Here is the debug output, with the&lt;/P&gt;&lt;LI-CODE lang="c"&gt;await baseLayer.LoadAsync();&lt;/LI-CODE&gt;&lt;P&gt;already added.&lt;/P&gt;&lt;P&gt;Here is the debug output of my Demo app, I don't see any issues.&lt;/P&gt;&lt;LI-SPOILER&gt;'GisDemo.exe' (CoreCLR: DefaultDomain): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.6\System.Private.CoreLib.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'D:\Programozás\C#\GisDemo\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\GisDemo.dll'. Symbols loaded.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.6\System.Runtime.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'D:\Programozás\C#\GisDemo\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.6\System.Runtime.InteropServices.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'D:\Programozás\C#\GisDemo\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\WinRT.Runtime.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.6\System.Collections.Concurrent.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.6\System.Collections.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.6\System.Threading.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.6\System.Runtime.CompilerServices.Unsafe.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.6\System.Private.Uri.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.6\System.ObjectModel.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.6\System.ComponentModel.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.6\System.Numerics.Vectors.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'D:\Programozás\C#\GisDemo\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\Microsoft.WinUI.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'D:\Programozás\C#\GisDemo\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\Microsoft.Windows.SDK.NET.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.6\System.Security.Cryptography.Algorithms.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.6\System.Security.Cryptography.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.6\System.Linq.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.6\System.Memory.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'D:\Programozás\C#\GisDemo\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\Microsoft.InteractiveExperiences.Projection.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'D:\Programozás\C#\GisDemo\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\Microsoft.Maui.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.6\System.Linq.Expressions.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.6\System.Reflection.Emit.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'Snippets'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'D:\Programozás\C#\GisDemo\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\Microsoft.Maui.Essentials.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'D:\Programozás\C#\GisDemo\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\Microsoft.Maui.Controls.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'D:\Programozás\C#\GisDemo\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\Microsoft.Extensions.DependencyInjection.Abstractions.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'D:\Programozás\C#\GisDemo\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\Microsoft.Maui.Controls.Xaml.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'D:\Programozás\C#\GisDemo\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\Esri.ArcGISRuntime.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'D:\Programozás\C#\GisDemo\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\Esri.ArcGISRuntime.Maui.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'D:\Programozás\C#\GisDemo\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\Microsoft.Extensions.Logging.Abstractions.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'D:\Programozás\C#\GisDemo\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\Microsoft.Extensions.Logging.Debug.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'D:\Programozás\C#\GisDemo\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\Microsoft.Extensions.Configuration.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'D:\Programozás\C#\GisDemo\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\Microsoft.Extensions.Configuration.Abstractions.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'D:\Programozás\C#\GisDemo\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\Microsoft.Extensions.Primitives.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.6\System.Xml.ReaderWriter.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.6\System.Private.Xml.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'D:\Programozás\C#\GisDemo\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\Microsoft.Maui.Graphics.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.6\System.Net.Primitives.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'D:\Programozás\C#\GisDemo\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.6\System.Net.Http.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.6\System.Diagnostics.TraceSource.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.6\System.Diagnostics.Process.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.6\System.ComponentModel.Primitives.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.6\System.Diagnostics.Tracing.dll'.&lt;BR /&gt;ArcGIS Maps SDK: Native X64 libraries loaded from: D:\Programozás\C#\GisDemo\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'D:\Programozás\C#\GisDemo\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\Microsoft.Extensions.Logging.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'D:\Programozás\C#\GisDemo\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\Microsoft.Extensions.Options.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'D:\Programozás\C#\GisDemo\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\Microsoft.Extensions.DependencyInjection.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.6\System.Threading.ThreadPool.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'D:\Programozás\C#\GisDemo\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\Esri.ArcGISRuntime.WinUI.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'D:\Programozás\C#\GisDemo\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\Microsoft.Maui.Controls.Compatibility.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.6\System.Drawing.Primitives.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.6\System.Runtime.Loader.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.6\System.ComponentModel.TypeConverter.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'D:\Programozás\C#\GisDemo\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\CommunityToolkit.Mvvm.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'D:\Programozás\C#\GisDemo\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\Microsoft.Graphics.Canvas.Interop.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.6\Microsoft.Win32.Registry.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'c:\program files\microsoft visual studio\2022\community\common7\ide\commonextensions\microsoft\xamldiagnostics\Mobile\Microsoft.Maui.Controls.HotReload.Forms.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.6\netstandard.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'c:\program files\microsoft visual studio\2022\community\common7\ide\commonextensions\microsoft\xamldiagnostics\Mobile\Microsoft.VisualStudio.DesignTools.MobileTapContracts.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'c:\program files\microsoft visual studio\2022\community\common7\ide\commonextensions\microsoft\xamldiagnostics\Mobile\Microsoft.VisualStudio.DesignTools.TapContract.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.6\System.IO.Pipes.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.6\System.Threading.Thread.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.6\System.Text.RegularExpressions.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.6\System.Runtime.Serialization.Json.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.6\System.Private.DataContractSerialization.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.6\System.Runtime.Serialization.Xml.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.6\System.Text.Encoding.Extensions.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.6\System.Runtime.Serialization.Primitives.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.6\System.Reflection.Emit.ILGeneration.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.6\System.Reflection.Emit.Lightweight.dll'.&lt;BR /&gt;'GisDemo.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.6\System.Reflection.Primitives.dll'.&lt;/LI-SPOILER&gt;</description>
      <pubDate>Tue, 19 Nov 2024 21:06:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/displaying-sar-raster-images/m-p/1560490#M13128</guid>
      <dc:creator>HarasztiGábor</dc:creator>
      <dc:date>2024-11-19T21:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying SAR Raster images</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/displaying-sar-raster-images/m-p/1561743#M13137</link>
      <description>&lt;P&gt;I've managed to reproduce your issue with your code and the data you are using.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;We'll investigate this further and let you know.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2024 16:07:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/displaying-sar-raster-images/m-p/1561743#M13137</guid>
      <dc:creator>HamishDuff</dc:creator>
      <dc:date>2024-11-22T16:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying SAR Raster images</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/displaying-sar-raster-images/m-p/1581678#M13263</link>
      <description>&lt;P&gt;The project where I needed this is finished. I ended up using a workaround. This post is for documenting additional findings&amp;nbsp; and to offer help to people in the future who might stumble across the same problem.&lt;BR /&gt;&lt;BR /&gt;First of all, what might be the cause? Unfortunately, there is no way to be 100% certain (for me) but I think the problem is caused by the GeoTransform tag in the geoTIFF. The SAR images from ICEYE are not north facing (a.k.a: the top of the image is not north). Instead if you call gdalinfo on it you will notice that it has a GeoTransfrom tag describing how to rotate the image in order to make it north facing.&lt;/P&gt;&lt;P&gt;What I ended up doing is pulling gdal into my MAUI app via a nuget package (I personally used the MaxRev.Gdal since it doesn't require gdal to be installed on the target machines) and I rotate the images manually before displaying it in my application.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Specifically I used to following functions:&lt;BR /&gt;(Make sure that you call: GdalBase.ConfigureAll(); when you app starts before using these)&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;originalDataSet = Gdal.Open("OriginalTiff.tif", Access.GA_ReadOnly);

// warp will make the map north facing, and get rid of the geoTransform tag
using var warpedFile = Gdal.Warp("TempFile.tif", [originalDataSet], new(["-of", "COG", "-t_srs", "EPSG:4326", "-r", "bilinear", "-multi", "-wo", "ALL_CPUS"]), null, null);

//translate will mark the empty pixels as empty, thus making it invisible in the application
using var transformedFile = Gdal.wrapper_GDALTranslate(destinationFile, warpedFile, new([ "-of", "COG", "-co", "ADD_ALPHA=YES", "-a_nodata", "0", "-co", $"NUM_THREADS={Environment.ProcessorCount}"]), null, null);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In case it is confusing why the translate is necessary. After the warp the original image (which is a rectangle) will be roatated. The new image will have to be a rectangle too, but due to the rotation it won't overlap perfectly with the old image. So the new image will have some "padding" where no data is present. I needed to make those parts invisible.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After running the above code the newly created geoTiffs appear as expected.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2025 09:20:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/displaying-sar-raster-images/m-p/1581678#M13263</guid>
      <dc:creator>HarasztiGábor</dc:creator>
      <dc:date>2025-02-04T09:20:55Z</dc:date>
    </item>
  </channel>
</rss>

