<?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 to clip multiple shape files in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-clip-multiple-shape-files/m-p/1138534#M50694</link>
    <description>&lt;P&gt;where did you save the clipped data?&lt;/P&gt;&lt;P&gt;If the input data from the clip comes from 5 different files, you have to clip 5 times, once for each file.&amp;nbsp; You can batch clip from the clip tool.&lt;/P&gt;&lt;P&gt;Once you have your clipped files, you can merge them together.&lt;/P&gt;&lt;P&gt;Also, remove the input files from the project if you don't need them...nothing will happen to them&lt;/P&gt;</description>
    <pubDate>Fri, 28 Jan 2022 20:28:26 GMT</pubDate>
    <dc:creator>DanPatterson</dc:creator>
    <dc:date>2022-01-28T20:28:26Z</dc:date>
    <item>
      <title>How to clip multiple shape files</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-clip-multiple-shape-files/m-p/1138511#M50687</link>
      <description>&lt;P&gt;In the post at the link below about clipping it says: "&lt;SPAN&gt;&amp;nbsp;It doesn't change the input data though, but actually &lt;STRONG&gt;outputs a new dataset&lt;/STRONG&gt; with the portion of the input data that overlaps the clipping feature."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-pro-questions/how-to-cut-a-rectangle-out-of-a-shape-file-and/m-p/1137708#M50614" target="_self"&gt;how-to-cut-a-rectangle-out-of-a-shape-file&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I have a map with 5 shape files.&amp;nbsp; I create a rectangle that covers a portion of the map.&amp;nbsp; I clip all layers to the extent of the rectangle.&amp;nbsp; Now, only a portion of the source shape files is visible.&amp;nbsp; The original input shape files remain the same.&amp;nbsp; When I save the project, does it output a new set of shape files somewhere?&amp;nbsp; When I close and re-open the project the source of the shapefile layers is still the same original large files.&amp;nbsp; What I am trying to do is create new smaller shape files that match the extent of the rectangle.&amp;nbsp; The map I am working with is huge and I would like to create a new map that is a smaller portion of the original map.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2022 19:36:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-clip-multiple-shape-files/m-p/1138511#M50687</guid>
      <dc:creator>RickCheney</dc:creator>
      <dc:date>2022-01-28T19:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to clip multiple shape files</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-clip-multiple-shape-files/m-p/1138534#M50694</link>
      <description>&lt;P&gt;where did you save the clipped data?&lt;/P&gt;&lt;P&gt;If the input data from the clip comes from 5 different files, you have to clip 5 times, once for each file.&amp;nbsp; You can batch clip from the clip tool.&lt;/P&gt;&lt;P&gt;Once you have your clipped files, you can merge them together.&lt;/P&gt;&lt;P&gt;Also, remove the input files from the project if you don't need them...nothing will happen to them&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2022 20:28:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-clip-multiple-shape-files/m-p/1138534#M50694</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2022-01-28T20:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to clip multiple shape files</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-clip-multiple-shape-files/m-p/1138544#M50696</link>
      <description>&lt;P&gt;OK, thanks Dan.&amp;nbsp; I should have provided more information.&amp;nbsp; Let's say the 5 shape files are in c:\map\one.shp, two.shp, etc.&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;I should have mentioned that I imported a map,&amp;nbsp;clicked on the New Data Frame, right-clicked on the Default database, created a new Feature Layer called "mask", dragged the Mask feature onto the map, clicked Create, created the rectangle.&lt;/P&gt;&lt;P&gt;In the Contents pane on the left, I right-clicked on the top-most item, New Data Frame, selected Properties, selected Clip Layers, Clips to an Outline, selected the Mask, clicked Apply, clicked OK.&lt;/P&gt;&lt;P&gt;I saved the project in c:\newmap\&lt;/P&gt;&lt;P&gt;I don't see any shape files in c:\newmap\&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2022 20:52:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-clip-multiple-shape-files/m-p/1138544#M50696</guid>
      <dc:creator>RickCheney</dc:creator>
      <dc:date>2022-01-28T20:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to clip multiple shape files</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-clip-multiple-shape-files/m-p/1138560#M50698</link>
      <description>&lt;P&gt;make a rectangle featureclass and use it for your clipping.&lt;/P&gt;&lt;P&gt;use arctoolbox tools&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/clip.htm" target="_blank"&gt;Clip (Analysis)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;shortcuts are fine, but provide less control&lt;/P&gt;&lt;P&gt;follow the example&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="batch_clip.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/32645i5BDA11499D53A176/image-size/medium?v=v2&amp;amp;px=400" role="button" title="batch_clip.png" alt="batch_clip.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2022 21:58:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-clip-multiple-shape-files/m-p/1138560#M50698</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2022-01-28T21:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to clip multiple shape files</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-clip-multiple-shape-files/m-p/1138612#M50702</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;THANK YOU DAN!!!&amp;nbsp; &amp;nbsp; Dan, thank you for your patience.&amp;nbsp; First, I didn't try going through the Toolboxes to get the proper tool.&amp;nbsp; Then I didn't realize that "Clip" had other options which were revealed by right-clicking.&amp;nbsp; &amp;nbsp;The Batch Clip was exactly what I needed.&amp;nbsp; I ran it over and over and it would only clip one of the layers and then I remembered that when I first filled out the name for the Output Features, it was originally auto-filled with a sample name that had %Name% at the end of it and then I realized that %Name% was a variable that needed to be in there so it could add the name of each shape file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, one.shp, two.shp, three.shp&amp;nbsp; become&amp;nbsp; testBatch_one.shp,&amp;nbsp;testBatch_two.shp,&amp;nbsp; testBatch_three.shp,&amp;nbsp;&lt;/P&gt;&lt;P&gt;After I fixed name it worked perfectly.&lt;/P&gt;&lt;P&gt;C:\Users\Rick\Documents\ArcGIS\Projects\batch\testBatch_&lt;STRONG&gt;%Name%&lt;/STRONG&gt;.shp&lt;/P&gt;</description>
      <pubDate>Sat, 29 Jan 2022 02:58:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-clip-multiple-shape-files/m-p/1138612#M50702</guid>
      <dc:creator>RickCheney</dc:creator>
      <dc:date>2022-01-29T02:58:26Z</dc:date>
    </item>
  </channel>
</rss>

