<?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: Converting images from WGS-84 to UTM in several zones in Coordinate Reference Systems Questions</title>
    <link>https://community.esri.com/t5/coordinate-reference-systems-questions/converting-images-from-wgs-84-to-utm-in-several/m-p/850643#M1454</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But I have a problem, that each GCS image overlays 2 or 3 UTM zones....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 May 2016 13:17:30 GMT</pubDate>
    <dc:creator>JanaZieglerova1</dc:creator>
    <dc:date>2016-05-27T13:17:30Z</dc:date>
    <item>
      <title>Converting images from WGS-84 to UTM in several zones</title>
      <link>https://community.esri.com/t5/coordinate-reference-systems-questions/converting-images-from-wgs-84-to-utm-in-several/m-p/850637#M1448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #3d3d3d;"&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #3d3d3d;"&gt;I have a several .tiff with .tfw file in WGS-84 and I want to split these images according to UTM zones and of course convert these images to UTM too. Is there any simple way how to do it? Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2016 08:45:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/coordinate-reference-systems-questions/converting-images-from-wgs-84-to-utm-in-several/m-p/850637#M1448</guid>
      <dc:creator>JanaZieglerova1</dc:creator>
      <dc:date>2016-05-27T08:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: Converting images from WGS-84 to UTM in several zones</title>
      <link>https://community.esri.com/t5/coordinate-reference-systems-questions/converting-images-from-wgs-84-to-utm-in-several/m-p/850638#M1449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pick your UTM zones &lt;A href="https://www.arcgis.com/home/item.html?id=715d4d6a36cc4b019bd84cb34ce37647" title="https://www.arcgis.com/home/item.html?id=715d4d6a36cc4b019bd84cb34ce37647"&gt;https://www.arcgis.com/home/item.html?id=715d4d6a36cc4b019bd84cb34ce37647&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Clip the rasters&lt;/P&gt;&lt;P&gt;Project each raster according to the appropriate UTM zone&lt;/P&gt;&lt;P&gt;Since this is probably a one-off, no need for fancy scripting although batch clip and batch project would be possible&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2016 08:56:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/coordinate-reference-systems-questions/converting-images-from-wgs-84-to-utm-in-several/m-p/850638#M1449</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-05-27T08:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: Converting images from WGS-84 to UTM in several zones</title>
      <link>https://community.esri.com/t5/coordinate-reference-systems-questions/converting-images-from-wgs-84-to-utm-in-several/m-p/850639#M1450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just a picky point about terminology...&lt;/P&gt;&lt;P&gt;Its not IN WGS-84, because WGS84, by itself, is not a coordinate system. It can be GCS_WGS84, ie geographic coordinates (decimal lat/long) based on WGS84.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But finding the zone is fairly easy if you know what the longitude (of maybe the centre) of the image.&lt;/P&gt;&lt;P&gt;If you are west (ie negative) of Greenwich, Zone # =&amp;nbsp; int(abs(long) / 6) + 1; if east (like me),&lt;/P&gt;&lt;P&gt;Zone # = int((long + 180) / 6) + 1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2016 09:22:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/coordinate-reference-systems-questions/converting-images-from-wgs-84-to-utm-in-several/m-p/850639#M1450</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2016-05-27T09:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: Converting images from WGS-84 to UTM in several zones</title>
      <link>https://community.esri.com/t5/coordinate-reference-systems-questions/converting-images-from-wgs-84-to-utm-in-several/m-p/850640#M1451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Of course I mean GCS_WGS84....&lt;/P&gt;&lt;P&gt;I don't need to find UTM zone, but the way how to split image and convert it to relevant UTM zone. Isn't there other form than clip raster into UTM zones and each new raster convert to relevant UTM zone? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2016 11:35:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/coordinate-reference-systems-questions/converting-images-from-wgs-84-to-utm-in-several/m-p/850640#M1451</guid>
      <dc:creator>JanaZieglerova1</dc:creator>
      <dc:date>2016-05-27T11:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: Converting images from WGS-84 to UTM in several zones</title>
      <link>https://community.esri.com/t5/coordinate-reference-systems-questions/converting-images-from-wgs-84-to-utm-in-several/m-p/850641#M1452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to convert each GCS image into another one which is in UTM coordinates, you will have to project that image.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00170000007q000000" title="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00170000007q000000"&gt;ArcGIS Desktop&lt;/A&gt; &lt;/P&gt;&lt;P&gt;General workflow would be find the zone number, find the WKID or identifier for that UTM system and zone.&lt;/P&gt;&lt;P&gt;Re project the image.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2016 12:35:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/coordinate-reference-systems-questions/converting-images-from-wgs-84-to-utm-in-several/m-p/850641#M1452</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2016-05-27T12:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: Converting images from WGS-84 to UTM in several zones</title>
      <link>https://community.esri.com/t5/coordinate-reference-systems-questions/converting-images-from-wgs-84-to-utm-in-several/m-p/850642#M1453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to manually enter the extent of the utm zone in decimal degrees then you can export that extent.&lt;/P&gt;&lt;P&gt;Remember a UTM zone in decimal degrees, is a lune ... 6 degrees wide then there are all these fiddly rules about dividing the lines of latitude into 8ish degree chunks except at the poles and some chunk somewhere else ...&lt;/P&gt;&lt;P&gt;Or, just grab the utm zone from the file I posted&lt;/P&gt;&lt;P&gt;Clip, project, ship&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2016 12:47:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/coordinate-reference-systems-questions/converting-images-from-wgs-84-to-utm-in-several/m-p/850642#M1453</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-05-27T12:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: Converting images from WGS-84 to UTM in several zones</title>
      <link>https://community.esri.com/t5/coordinate-reference-systems-questions/converting-images-from-wgs-84-to-utm-in-several/m-p/850643#M1454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But I have a problem, that each GCS image overlays 2 or 3 UTM zones....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2016 13:17:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/coordinate-reference-systems-questions/converting-images-from-wgs-84-to-utm-in-several/m-p/850643#M1454</guid>
      <dc:creator>JanaZieglerova1</dc:creator>
      <dc:date>2016-05-27T13:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: Converting images from WGS-84 to UTM in several zones</title>
      <link>https://community.esri.com/t5/coordinate-reference-systems-questions/converting-images-from-wgs-84-to-utm-in-several/m-p/850644#M1455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is too wide to fit into one utm zone, you will have to use another projection with a larger east west extent.&amp;nbsp; The choice depends where you are, but a Lambert conformal conic is appropriate for some regions.&lt;/P&gt;&lt;P&gt;If you want to stick with UTM, then you should stick with the 6 degree width (or perhaps a bit more if you want overlaps, but the more you extend, the worse it gets)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2016 13:22:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/coordinate-reference-systems-questions/converting-images-from-wgs-84-to-utm-in-several/m-p/850644#M1455</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-05-27T13:22:27Z</dc:date>
    </item>
  </channel>
</rss>

