<?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: Adding A raster with world file (*.jgw) in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/adding-a-raster-with-world-file-jgw/m-p/652666#M9412</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cosmo, let's break this down a little bit. The "spatial reference" of a geodataset has two parts:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H4&gt;1. Georeferencing&lt;/H4&gt;&lt;P&gt;This is the information that maps the internal x,y (row, column in rasters) to real world xy coordinates (decimal degrees, utm meters etc.) This is what lives in your world file, and what inside the geodatabase (unlike a world file, you never see this) to map its internal integer coordinates to x,y values. The georeferencing also (together with the dataset contents) determines the raster or feature class extent, which is hopefully kept in synch with the georeferencing from time to time as the dataset is changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H4&gt;2. Coordinate System&lt;/H4&gt;&lt;P&gt;This is metadata that tells the software (and you) what the "real-world" xy values &lt;EM&gt;mean&lt;/EM&gt;. For example, are they decimal degrees, and if so which horizontal datum? If they are UTM meters, what zone (and referenced to what geographic datum?)&lt;/P&gt;&lt;P&gt;The CS does not live in your world file, this is created or modified using the Define Projection tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMPORTANT: The Define Projection tool &lt;EM&gt;does NOT change the XYs or modify the georeferencing,&lt;/EM&gt; it just sets up the information (stored in an .aux or .prj file [or in a table row hidden in the gdb]) that tells the software what the XYs mean. If you want to transform data from, say geographic to UTM, you must use the Project or Project Raster tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm sure if I messed this up &lt;A href="https://community.esri.com/migrated-users/3120"&gt;Melita Kennedy&lt;/A&gt;‌ will set me straight. She's da bomb.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Oct 2014 03:08:06 GMT</pubDate>
    <dc:creator>curtvprice</dc:creator>
    <dc:date>2014-10-02T03:08:06Z</dc:date>
    <item>
      <title>Adding A raster with world file (*.jgw)</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/adding-a-raster-with-world-file-jgw/m-p/652663#M9409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi everyone,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to add a jpeg file that already has its *jgw world file and suppose to be georeferenced. However, I'm getting a notice that my raster has no spatial reference. Does anyone know how do I add it with the world file? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your help will be greatly appreciated...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanx&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yair&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Apr 2011 08:59:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/adding-a-raster-with-world-file-jgw/m-p/652663#M9409</guid>
      <dc:creator>YairYablovitz</dc:creator>
      <dc:date>2011-04-10T08:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: Adding A raster with world file (*.jgw)</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/adding-a-raster-with-world-file-jgw/m-p/652664#M9410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Yair,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;World files do not assign the spatial reference of a raster dataset.&amp;nbsp; The warning is implying that you have not specified the coordinate system for the data.&amp;nbsp; You must &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//001700000077000000.htm"&gt;define the projection &lt;/A&gt;&lt;SPAN&gt;to be the coordinate system that the data was georeferenced to.&amp;nbsp; i.e. Whatever coordinate system was used to create the world file, this is what you need to define the data to be.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;These links may be helpful.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009t0000002m000000.htm"&gt;Defining or modifying a raster's coordinate system&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009t00000028000000.htm"&gt;World files for raster datasets&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009t000000mn000000.htm"&gt;Fundamentals for georeferencing a raster dataset&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Raster_coordinate_systems/009t00000029000000/"&gt;Raster coordinate systems&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2011 18:52:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/adding-a-raster-with-world-file-jgw/m-p/652664#M9410</guid>
      <dc:creator>EricRice</dc:creator>
      <dc:date>2011-04-11T18:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Adding A raster with world file (*.jgw)</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/adding-a-raster-with-world-file-jgw/m-p/652665#M9411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Eric,&lt;/P&gt;&lt;P&gt;So you are saying that even though I have a world file, in my case it is a&lt;BR /&gt;tif raster and a tfw world file both with the same names (32-91_001.TIF &amp;amp; 32-91_001.TFW)&lt;BR /&gt;and I have the Tools\options\raster tab\Use world file to define the&lt;BR /&gt;coordinates of the raster checked, that the image/raster will not be referenced&lt;BR /&gt;correct in my map?&lt;/P&gt;&lt;P&gt;I have never been able to get a tif file with a world file to reference in a&lt;BR /&gt;map. I take that back, I did a while ago but I cannot remember what steps I&lt;BR /&gt;took to get it done.&amp;nbsp; &lt;/P&gt;&lt;P&gt;I am currently on ArcMap 9.3.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2014 15:22:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/adding-a-raster-with-world-file-jgw/m-p/652665#M9411</guid>
      <dc:creator>MikeCasey</dc:creator>
      <dc:date>2014-09-30T15:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: Adding A raster with world file (*.jgw)</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/adding-a-raster-with-world-file-jgw/m-p/652666#M9412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cosmo, let's break this down a little bit. The "spatial reference" of a geodataset has two parts:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H4&gt;1. Georeferencing&lt;/H4&gt;&lt;P&gt;This is the information that maps the internal x,y (row, column in rasters) to real world xy coordinates (decimal degrees, utm meters etc.) This is what lives in your world file, and what inside the geodatabase (unlike a world file, you never see this) to map its internal integer coordinates to x,y values. The georeferencing also (together with the dataset contents) determines the raster or feature class extent, which is hopefully kept in synch with the georeferencing from time to time as the dataset is changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H4&gt;2. Coordinate System&lt;/H4&gt;&lt;P&gt;This is metadata that tells the software (and you) what the "real-world" xy values &lt;EM&gt;mean&lt;/EM&gt;. For example, are they decimal degrees, and if so which horizontal datum? If they are UTM meters, what zone (and referenced to what geographic datum?)&lt;/P&gt;&lt;P&gt;The CS does not live in your world file, this is created or modified using the Define Projection tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMPORTANT: The Define Projection tool &lt;EM&gt;does NOT change the XYs or modify the georeferencing,&lt;/EM&gt; it just sets up the information (stored in an .aux or .prj file [or in a table row hidden in the gdb]) that tells the software what the XYs mean. If you want to transform data from, say geographic to UTM, you must use the Project or Project Raster tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm sure if I messed this up &lt;A href="https://community.esri.com/migrated-users/3120"&gt;Melita Kennedy&lt;/A&gt;‌ will set me straight. She's da bomb.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 03:08:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/adding-a-raster-with-world-file-jgw/m-p/652666#M9412</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2014-10-02T03:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: Adding A raster with world file (*.jgw)</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/adding-a-raster-with-world-file-jgw/m-p/652667#M9413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Curtis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If someone wanted to follow the calculation linked &lt;A href="https://www.neodaas.ac.uk/faq/#navigation"&gt;here&lt;/A&gt;, how would they achieve it?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 08:51:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/adding-a-raster-with-world-file-jgw/m-p/652667#M9413</guid>
      <dc:creator>LamaZip</dc:creator>
      <dc:date>2016-08-29T08:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: Adding A raster with world file (*.jgw)</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/adding-a-raster-with-world-file-jgw/m-p/652668#M9414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This would entirely specific to the coordinate system of the raster.&lt;/P&gt;&lt;P&gt;If you have a dataset&amp;nbsp;in decimal degrees and you want them as XYs projected (for example, UTM) you'd use the Project tool.&lt;/P&gt;&lt;P&gt;If the file has also been georeferenced with a world file, you'd have to back-calculate using the polynomial specified in the world file. However, I don't have any idea why you would want to do such a thing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Sep 2016 21:20:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/adding-a-raster-with-world-file-jgw/m-p/652668#M9414</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2016-09-17T21:20:38Z</dc:date>
    </item>
  </channel>
</rss>

