<?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 multi-Clip in ArcGIS 10? in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/multi-clip-in-arcgis-10/m-p/184548#M6226</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; I have a question in my project! The thing is that : I have two maps, one is a polygon map of cities (area of cities) at global scale. another one is a adminstrative boundary map (also at global scale).&amp;nbsp; Now I need a function or tool to multi-clip area of cities according to the boundary map. For example, A (area map) as a input layer and B,C,D,E,F.... (boundary map with different selected countries) as a clipped map. I knew that Clip function can work well with one clipped layer but cannot work with multi-tasks (for example if I would like to clip 50,100 cities or even more in same times). I just wonder if there was any function or code that can make this possible?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you have any suggestion or idea, I would give all my thanks to you!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jun 2014 08:11:58 GMT</pubDate>
    <dc:creator>wusirui</dc:creator>
    <dc:date>2014-06-18T08:11:58Z</dc:date>
    <item>
      <title>multi-Clip in ArcGIS 10?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/multi-clip-in-arcgis-10/m-p/184548#M6226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; I have a question in my project! The thing is that : I have two maps, one is a polygon map of cities (area of cities) at global scale. another one is a adminstrative boundary map (also at global scale).&amp;nbsp; Now I need a function or tool to multi-clip area of cities according to the boundary map. For example, A (area map) as a input layer and B,C,D,E,F.... (boundary map with different selected countries) as a clipped map. I knew that Clip function can work well with one clipped layer but cannot work with multi-tasks (for example if I would like to clip 50,100 cities or even more in same times). I just wonder if there was any function or code that can make this possible?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you have any suggestion or idea, I would give all my thanks to you!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 08:11:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/multi-clip-in-arcgis-10/m-p/184548#M6226</guid>
      <dc:creator>wusirui</dc:creator>
      <dc:date>2014-06-18T08:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: multi-Clip in ArcGIS 10?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/multi-clip-in-arcgis-10/m-p/184549#M6227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That is a lot of clipping.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You will want to use a loop in model builder or python to do things that way.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would suggest, however, something simpler&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;like union-ing the two polygon feature classes &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This will add the admin area attribute to the city area polys&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;now, using the attribute of the admin area, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and the city attribute,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;you can select the cities in a particular admin zone&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;as a layer (or a selection)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and export or copy just those polygons to a new featureclass, (if you want)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Again, I would suggest just leaving all the intersected data in one FC&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and making individual layers as you need them.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 11:36:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/multi-clip-in-arcgis-10/m-p/184549#M6227</guid>
      <dc:creator>markdenil</dc:creator>
      <dc:date>2014-06-18T11:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: multi-Clip in ArcGIS 10?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/multi-clip-in-arcgis-10/m-p/184550#M6228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;That is a lot of clipping.&lt;BR /&gt;You will want to use a loop in model builder or python to do things that way.&lt;BR /&gt;&lt;BR /&gt;I would suggest, however, something simpler&lt;BR /&gt;like union-ing the two polygon feature classes &lt;BR /&gt;&lt;BR /&gt;This will add the admin area attribute to the city area polys&lt;BR /&gt;&lt;BR /&gt;now, using the attribute of the admin area, &lt;BR /&gt;and the city attribute,&lt;BR /&gt;you can select the cities in a particular admin zone&lt;BR /&gt;as a layer (or a selection)&lt;BR /&gt;and export or copy just those polygons to a new featureclass, (if you want)&lt;BR /&gt;&lt;BR /&gt;Again, I would suggest just leaving all the intersected data in one FC&lt;BR /&gt;and making individual layers as you need them.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi, the thing is that I probably need over 100 different countries so it could be hard to clip like what you suggested. Do you know if there was any python or model way to solve? I dont have any background in PC language but I think I could also consider this part if necessary.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 12:09:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/multi-clip-in-arcgis-10/m-p/184550#M6228</guid>
      <dc:creator>wusirui</dc:creator>
      <dc:date>2014-06-18T12:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: multi-Clip in ArcGIS 10?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/multi-clip-in-arcgis-10/m-p/184551#M6229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You say you have a cities "map" and an administrative boundary "map".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I assume you mean that you have polygon shapefiles or geodatabase feature classes:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the cities file has polygons with some sort of ID (name of the city, perhaps)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The admin area file has polygons with admin area IDs (the name of the country, for example).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In ArcToolbox, in the Analysis Tools &amp;gt; Overlay section is a tool called Union&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;read the help on that tool.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It will show you how you can get one set of polygons (in a new file)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;that has the shapes and attributes from both the other two files.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now you can use any of a variety of tools to select whatever polygons you want to use;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;say, the cities in Utopia, using a Select By Attribute operation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can make a layer, using your query (example: cities in Utopia), that show just the features you want.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you need separate files of each set, you can copy the data out to a new file&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(but, as you write, you will then have more than 100 individual files).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The union is just one operation; you then get a data set you can look at different ways to get all the different 'maps' you want.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Doing it with clipping will require a lot more work:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;first select or make the hundred or more layer files of individual countries&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Then perform the hundred or more clips.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best of luck&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 17:58:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/multi-clip-in-arcgis-10/m-p/184551#M6229</guid>
      <dc:creator>markdenil</dc:creator>
      <dc:date>2014-06-18T17:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: multi-Clip in ArcGIS 10?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/multi-clip-in-arcgis-10/m-p/184552#M6230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You say you have a cities "map" and an administrative boundary "map".&lt;BR /&gt;I assume you mean that you have polygon shapefiles or geodatabase feature classes:&lt;BR /&gt;the cities file has polygons with some sort of ID (name of the city, perhaps)&lt;BR /&gt;The admin area file has polygons with admin area IDs (the name of the country, for example).&lt;BR /&gt;&lt;BR /&gt;In ArcToolbox, in the Analysis Tools &amp;gt; Overlay section is a tool called Union&lt;BR /&gt;read the help on that tool.&lt;BR /&gt;It will show you how you can get one set of polygons (in a new file)&lt;BR /&gt;that has the shapes and attributes from both the other two files.&lt;BR /&gt;&lt;BR /&gt;Now you can use any of a variety of tools to select whatever polygons you want to use;&lt;BR /&gt;say, the cities in Utopia, using a Select By Attribute operation.&lt;BR /&gt;&lt;BR /&gt;You can make a layer, using your query (example: cities in Utopia), that show just the features you want.&lt;BR /&gt;&lt;BR /&gt;If you need separate files of each set, you can copy the data out to a new file&lt;BR /&gt;(but, as you write, you will then have more than 100 individual files).&lt;BR /&gt;&lt;BR /&gt;The union is just one operation; you then get a data set you can look at different ways to get all the different 'maps' you want.&lt;BR /&gt;Doing it with clipping will require a lot more work:&lt;BR /&gt;first select or make the hundred or more layer files of individual countries&lt;BR /&gt;Then perform the hundred or more clips.&lt;BR /&gt;&lt;BR /&gt;Best of luck&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your suggestion! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 07:45:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/multi-clip-in-arcgis-10/m-p/184552#M6230</guid>
      <dc:creator>wusirui</dc:creator>
      <dc:date>2014-06-19T07:45:42Z</dc:date>
    </item>
  </channel>
</rss>

