<?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: How does a proj-string (UTM) w/o a zone number work? in ArcGIS Mapping and Charting Questions</title>
    <link>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/how-does-a-proj-string-utm-w-o-a-zone-number-work/m-p/199191#M647</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Those pirates&amp;nbsp;&lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://ndphillips.github.io/piratesguide.html" title="https://ndphillips.github.io/piratesguide.html"&gt;YaRrr! The Pirate’s Guide to R&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 26 Apr 2020 01:04:20 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2020-04-26T01:04:20Z</dc:date>
    <item>
      <title>How does a proj-string (UTM) w/o a zone number work?</title>
      <link>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/how-does-a-proj-string-utm-w-o-a-zone-number-work/m-p/199188#M644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Software&lt;/STRONG&gt;: RStudio&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Data&lt;/STRONG&gt;: a world elevation map, elev, which was downloaded from &lt;A href="https://mgimond.github.io/Spatial/raster-operations-in-r.html"&gt;&lt;EM&gt;Manuel Gimond&lt;/EM&gt;'s web site&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The original crs is as follows: &lt;/P&gt;&lt;PRE class="" style="font-family: 'Lucida Console', monospace; font-size: 18.6667px; outline: none; border: none; word-break: break-all; margin: 0px; user-select: text; white-space: pre-wrap !important; line-height: 1.2; color: #ffffff; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #002240; text-decoration-style: initial; text-decoration-color: initial;"&gt;&lt;SPAN&gt;&lt;SPAN class="" style="outline: none; border: none; word-break: break-all; margin: 0px; user-select: text; white-space: pre-wrap !important;"&gt;+proj=longlat +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +no_defs&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did a test as follows, just out of curiosity:&lt;/P&gt;&lt;P&gt;elev_projected &amp;lt;- projectRaster(elev, crs = "+proj=utm +ellpse=WGS84")&amp;nbsp; # the +zone= parameter not specified&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In ArcGIS Desktop, when projecting to UTM, we have to specify which specific zone to use. R, however, seems to allow this to happen w/o complaining. Even though there was a warning message, the raster was projected anyway.&amp;nbsp; &lt;/P&gt;&lt;PRE class="" style="font-family: 'Lucida Console', monospace; font-size: 18.6667px; outline: none; border: none; word-break: break-all; margin: 0px; user-select: text; white-space: pre-wrap !important; line-height: 1.2; color: #ffffff; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #002240; text-decoration-style: initial; text-decoration-color: initial;"&gt;&lt;SPAN&gt;&lt;SPAN class="" style="color: #ff628c;"&gt;3 projected point(s) not finite&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The extent of the output is as follows: &lt;/P&gt;&lt;PRE class="" style="font-family: 'Lucida Console', monospace; font-size: 18.6667px; outline: none; border: none; word-break: break-all; margin: 0px; user-select: text; white-space: pre-wrap !important; line-height: 1.2; color: #ffffff; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: -webkit-left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #002240; text-decoration-style: initial; text-decoration-color: initial;"&gt;&lt;SPAN&gt;&lt;SPAN class="" style="outline: none; border: none; word-break: break-all; margin: 0px; user-select: text; white-space: pre-wrap !important;"&gt;xmin       : -14587336  xmax       : 14350664  ymin       : -19985214  ymax       : 20161986&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wonder what actually happens when the zone parameter is missing from the proj string. Does this string make any sense? The output map is attached. Thanks.&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Apr 2020 14:50:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/how-does-a-proj-string-utm-w-o-a-zone-number-work/m-p/199188#M644</guid>
      <dc:creator>deleted-user--yAfL35IvMX_</dc:creator>
      <dc:date>2020-04-25T14:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: How does a proj-string (UTM) w/o a zone number work?</title>
      <link>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/how-does-a-proj-string-utm-w-o-a-zone-number-work/m-p/199189#M645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are 60 zones north of the equator that are identical and 60 zones south of the equator that are identical&amp;nbsp; (albeit, for a given datum).&lt;/P&gt;&lt;P&gt;The 'relative' location of objects within a zone will remain the same, however, the central meridian of each, as you know is different.&amp;nbsp; So, it really doesn't matter what you do with the data that are projected in UTM as long as you don't try to tie it into real world coordinates... which requires that the central meridian (in meters) is translatable to a longitude of the appropriate datum.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Apr 2020 19:52:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/how-does-a-proj-string-utm-w-o-a-zone-number-work/m-p/199189#M645</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2020-04-25T19:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: How does a proj-string (UTM) w/o a zone number work?</title>
      <link>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/how-does-a-proj-string-utm-w-o-a-zone-number-work/m-p/199190#M646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Totally agreed! We could use whatever projection available as long as we don't tie it into coordinates. The R community should have made the zone parameter "required" in this proj string. Thanks.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Apr 2020 00:36:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/how-does-a-proj-string-utm-w-o-a-zone-number-work/m-p/199190#M646</guid>
      <dc:creator>deleted-user--yAfL35IvMX_</dc:creator>
      <dc:date>2020-04-26T00:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: How does a proj-string (UTM) w/o a zone number work?</title>
      <link>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/how-does-a-proj-string-utm-w-o-a-zone-number-work/m-p/199191#M647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Those pirates&amp;nbsp;&lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://ndphillips.github.io/piratesguide.html" title="https://ndphillips.github.io/piratesguide.html"&gt;YaRrr! The Pirate’s Guide to R&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Apr 2020 01:04:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/how-does-a-proj-string-utm-w-o-a-zone-number-work/m-p/199191#M647</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2020-04-26T01:04:20Z</dc:date>
    </item>
  </channel>
</rss>

