<?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 Clipping UTM zone from map in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/clipping-utm-zone-from-map/m-p/760618#M33189</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Is it possible to clip a map based on a grid? I want to specify one UTM zone and clip the region, but I can't figure out how to either convert the grid to a feature layer to apply a clip or clip the map extent inside the zone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe ArcMap has a similar tool, but I'm not sure if Pro does.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 10 Nov 2018 23:15:42 GMT</pubDate>
    <dc:creator>JonahLay1</dc:creator>
    <dc:date>2018-11-10T23:15:42Z</dc:date>
    <item>
      <title>Clipping UTM zone from map</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/clipping-utm-zone-from-map/m-p/760618#M33189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Is it possible to clip a map based on a grid? I want to specify one UTM zone and clip the region, but I can't figure out how to either convert the grid to a feature layer to apply a clip or clip the map extent inside the zone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe ArcMap has a similar tool, but I'm not sure if Pro does.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Nov 2018 23:15:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/clipping-utm-zone-from-map/m-p/760618#M33189</guid>
      <dc:creator>JonahLay1</dc:creator>
      <dc:date>2018-11-10T23:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: Clipping UTM zone from map</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/clipping-utm-zone-from-map/m-p/760619#M33190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make things easier.&lt;/P&gt;&lt;P&gt;A quick way would be to specify the utm zone in decimal degrees first.&lt;/P&gt;&lt;P&gt;Why?&amp;nbsp; I doubt you need the whole UTM zone, just the latitudinal belt that applies to your study area.&amp;nbsp; If that is the case, make a feature class that encompasses your zone.&lt;/P&gt;&lt;P&gt;For instance, UTM zone 18 N(orth) is bounded by -78. to -72 degrees longitude.&amp;nbsp; Now my area is between 42 and 48 degrees latitude.&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Make a polygon bounded by those coordinates pairs (ie left bottom -78, 42, left top -78, 48, top right -72, 48 and bottom right -72, 42).&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Define the coordinate system in an appropriate Geographic coordinate system&amp;nbsp; (ie GCS WGS84 or&amp;nbsp; GCS NAD83)&lt;/LI&gt;&lt;LI&gt;Densify the bounds of the polygon so that the latitudes will have the appropriate curvature when projected.&lt;UL&gt;&lt;LI&gt;&lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/tool-reference/data-management/geodetic-densify.htm" title="http://pro.arcgis.com/en/pro-app/tool-reference/data-management/geodetic-densify.htm"&gt;Geodetic Densify—Data Management toolbox | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Project that densified layer to the appropriate UTM defined by your coordinate bounds&lt;/LI&gt;&lt;LI&gt;Use the projected file for clipping IF your other data are already projected OR! use the Geographic incarnate for clipping if the other files are in geographic coordinates.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In either case, you will have you 'UTM' zone defined with their appropriate coordinates (note, in Europe some of the zones have specific bounds that don't follow the normal way of dividing the longitudinal bands )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you know what zone you live in Dr Google and Dr Wikipedia have some guidance&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://en.wikipedia.org/wiki/Universal_Transverse_Mercator_coordinate_system" title="https://en.wikipedia.org/wiki/Universal_Transverse_Mercator_coordinate_system"&gt;Universal Transverse Mercator coordinate system - Wikipedia&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Nov 2018 00:53:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/clipping-utm-zone-from-map/m-p/760619#M33190</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-11-11T00:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: Clipping UTM zone from map</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/clipping-utm-zone-from-map/m-p/760620#M33191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/help/layouts/add-and-modify-grids.htm#GUID-0F78E258-20A4-4F28-AB07-DE76016E3E4F" title="http://pro.arcgis.com/en/pro-app/help/layouts/add-and-modify-grids.htm#GUID-0F78E258-20A4-4F28-AB07-DE76016E3E4F"&gt;http://pro.arcgis.com/en/pro-app/help/layouts/add-and-modify-grids.htm#GUID-0F78E258-20A4-4F28-AB07-DE76016E3E4F&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/429347_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2018 14:45:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/clipping-utm-zone-from-map/m-p/760620#M33191</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2018-11-12T14:45:08Z</dc:date>
    </item>
  </channel>
</rss>

