<?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 Can I Load and Geolocate a Raster with a World File? in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/can-i-load-and-geolocate-a-raster-with-a-world/m-p/742527#M9293</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to load rasters where I have the corners, but they're not currently GeoTIFFs or GeoJPEGs, just images plus lat/lon corners.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried creating a world file and then loading the raster, but that didn't work. I even tried that in ArcMap and, while it was able to export a GeoTIFF to raster+world file, it couldn't (automatically) geolocate the resulting raster+world file, nor any of the world file formats I tried.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to load a raster + world file in the ArcGIS runtime? If not, is there some other mechanism available, short of turning it into a GeoTIFF or GeoJPEG? I can do that, but it seems unnecessary since it's already an image and I already know where it is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I could simply load the file as a Raster and then tell the ArcGIS runtime where the corners of the image were, I could just do that, rather than using some other application or library to turn my existing imagery and corners into a GeoTIFF/GeoJPEG so I can load that instead. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Nov 2019 05:13:57 GMT</pubDate>
    <dc:creator>RobBever</dc:creator>
    <dc:date>2019-11-14T05:13:57Z</dc:date>
    <item>
      <title>Can I Load and Geolocate a Raster with a World File?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/can-i-load-and-geolocate-a-raster-with-a-world/m-p/742527#M9293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to load rasters where I have the corners, but they're not currently GeoTIFFs or GeoJPEGs, just images plus lat/lon corners.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried creating a world file and then loading the raster, but that didn't work. I even tried that in ArcMap and, while it was able to export a GeoTIFF to raster+world file, it couldn't (automatically) geolocate the resulting raster+world file, nor any of the world file formats I tried.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to load a raster + world file in the ArcGIS runtime? If not, is there some other mechanism available, short of turning it into a GeoTIFF or GeoJPEG? I can do that, but it seems unnecessary since it's already an image and I already know where it is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I could simply load the file as a Raster and then tell the ArcGIS runtime where the corners of the image were, I could just do that, rather than using some other application or library to turn my existing imagery and corners into a GeoTIFF/GeoJPEG so I can load that instead. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Nov 2019 05:13:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/can-i-load-and-geolocate-a-raster-with-a-world/m-p/742527#M9293</guid>
      <dc:creator>RobBever</dc:creator>
      <dc:date>2019-11-14T05:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: Can I Load and Geolocate a Raster with a World File?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/can-i-load-and-geolocate-a-raster-with-a-world/m-p/742528#M9294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raster files with world files should work fine.&amp;nbsp;This topic describes the format and structure of world files:&amp;nbsp;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/manage-data/raster-and-images/world-files-for-raster-datasets.htm" title="http://desktop.arcgis.com/en/arcmap/latest/manage-data/raster-and-images/world-files-for-raster-datasets.htm"&gt;World files for raster datasets—Help | ArcGIS Desktop&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Nov 2019 15:34:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/can-i-load-and-geolocate-a-raster-with-a-world/m-p/742528#M9294</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2019-11-14T15:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: Can I Load and Geolocate a Raster with a World File?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/can-i-load-and-geolocate-a-raster-with-a-world/m-p/742529#M9295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I saw that link, but it didn't work. I actually exported a working GeoTIFF as a regular .tif file + world file (.tfw) from ArcMap itself and it won't load in ArcMap or the runtime. ArcMap had the right lat/lons across the image, which means it did read the .tfw file, but said it couldn't project it for some reason. It didn't show up at all in the runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've attached one of my test files. It's interesting that when I exported from ArcMap, it used lat/lon, whereas in your link it used UTM coordinates. I tried both, though, and in all cases ArcMap said it couldn't project and the runtime didn't display the map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could've sworn I had success in some previous case, but I can't get it to work now, even in ArcMap. I'm using runtime 100.6, if that's relevant. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Nov 2019 22:12:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/can-i-load-and-geolocate-a-raster-with-a-world/m-p/742529#M9295</guid>
      <dc:creator>RobBever</dc:creator>
      <dc:date>2019-11-18T22:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: Can I Load and Geolocate a Raster with a World File?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/can-i-load-and-geolocate-a-raster-with-a-world/m-p/742530#M9296</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;Currently the TIF file must be a GeoTIFF which includes the&amp;nbsp;georeferencing information embedded within the TIFF file. You can use ArcGIS Pro to&amp;nbsp;export as a TIFF with the GeoTIFF information.&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Thanks&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2020 16:54:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/can-i-load-and-geolocate-a-raster-with-a-world/m-p/742530#M9296</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2020-06-11T16:54:35Z</dc:date>
    </item>
  </channel>
</rss>

