<?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 without spatial reference in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/raster-without-spatial-reference/m-p/280477#M3300</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;only by adding the aux.xml file it solved my problem and added spatial reference, i dont want to show the raster file on real world map, i need it to be a stand alone layer but have spatial reference so i could project graphics on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Sep 2020 15:50:50 GMT</pubDate>
    <dc:creator>YaronAvraham</dc:creator>
    <dc:date>2020-09-03T15:50:50Z</dc:date>
    <item>
      <title>Raster without spatial reference</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/raster-without-spatial-reference/m-p/280475#M3298</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;I need to load local raster file without any geo coordinates, i was able to load the file as raster layer and i see it at maps 0,0.&lt;/P&gt;&lt;P&gt;but the spacial reference is empty, can i somehow at runtime add spatial reference to the layer?&amp;nbsp;&lt;/P&gt;&lt;P&gt;is there any other way to load raster file without spatial reference and show it on a map with spatial reference?&lt;/P&gt;&lt;P&gt;any advice would be apriciated even if its not a trivial or official solution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2020 08:46:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/raster-without-spatial-reference/m-p/280475#M3298</guid>
      <dc:creator>YaronAvraham</dc:creator>
      <dc:date>2020-09-03T08:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: Raster without spatial reference</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/raster-without-spatial-reference/m-p/280476#M3299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You'll need a couple of files to go with the local raster file. Some local raster formats embed this in the headers, but some need an accompanying file or two.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One file specifies the spatial reference. This is a &lt;STRONG&gt;.aux.xml&lt;/STRONG&gt; file. See &lt;A href="https://gist.github.com/nixta/9cf3b53e3340dc3314c6db40af06c709"&gt;this gist&lt;/A&gt; for an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other file specifies pixel to coordinate mapping. This is called the &lt;STRONG&gt;world file&lt;/STRONG&gt; and you can read more about world files&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/help/data/imagery/world-files-for-raster-datasets.htm"&gt;here&lt;/A&gt;, including what to name them. These are plain ASCII files with 6 values in that describe how a pixel in the image translates to a geographic coordinate:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;x-scale and y-scale for the pixels&lt;/LI&gt;&lt;LI&gt;x and y offsets for the center of the upper-left pixel from the spatial reference origin.&lt;/LI&gt;&lt;LI&gt;Two rotation terms (frequently those are&amp;nbsp;0).&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The scale and offsets are in the spatial reference units of the spatial reference declared in the .aux.xml file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some people have successfully created these files on the fly in their Runtime apps, written them to disk alongside the image, and opened the image as a local raster.&amp;nbsp;You probably don't need to ever modify the .aux.xml world file (the one in the gist is for Web Mercator Aux Sphere) and can just reuse it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2020 14:27:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/raster-without-spatial-reference/m-p/280476#M3299</guid>
      <dc:creator>Nicholas-Furness</dc:creator>
      <dc:date>2020-09-03T14:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: Raster without spatial reference</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/raster-without-spatial-reference/m-p/280477#M3300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;only by adding the aux.xml file it solved my problem and added spatial reference, i dont want to show the raster file on real world map, i need it to be a stand alone layer but have spatial reference so i could project graphics on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2020 15:50:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/raster-without-spatial-reference/m-p/280477#M3300</guid>
      <dc:creator>YaronAvraham</dc:creator>
      <dc:date>2020-09-03T15:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: Raster without spatial reference</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/raster-without-spatial-reference/m-p/1172353#M10986</link>
      <description>&lt;P&gt;How can I create aux.xml file on the fly in ArcGIS Runtime?&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2022 11:27:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/raster-without-spatial-reference/m-p/1172353#M10986</guid>
      <dc:creator>hesapadam</dc:creator>
      <dc:date>2022-05-10T11:27:04Z</dc:date>
    </item>
  </channel>
</rss>

