<?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 Python: Determine feature classes within geographic boundary and copy to geodatabase in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/python-determine-feature-classes-within-geographic/m-p/255629#M19635</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a geodatabase with hundreds of feature classes (contours) that are broken into individual feature classes forming a grid over a county wide area. I am wondering if there is a method (python script) to list the feature classes within the database that intersect/are within a defined geographic boundary (specific municipality boundaries)? Which I would then have copied to a new geodatabase.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Apr 2017 22:12:05 GMT</pubDate>
    <dc:creator>ErikBrawner</dc:creator>
    <dc:date>2017-04-11T22:12:05Z</dc:date>
    <item>
      <title>Python: Determine feature classes within geographic boundary and copy to geodatabase</title>
      <link>https://community.esri.com/t5/python-questions/python-determine-feature-classes-within-geographic/m-p/255629#M19635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a geodatabase with hundreds of feature classes (contours) that are broken into individual feature classes forming a grid over a county wide area. I am wondering if there is a method (python script) to list the feature classes within the database that intersect/are within a defined geographic boundary (specific municipality boundaries)? Which I would then have copied to a new geodatabase.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2017 22:12:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-determine-feature-classes-within-geographic/m-p/255629#M19635</guid>
      <dc:creator>ErikBrawner</dc:creator>
      <dc:date>2017-04-11T22:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: Python: Determine feature classes within geographic boundary and copy to geodatabase</title>
      <link>https://community.esri.com/t5/python-questions/python-determine-feature-classes-within-geographic/m-p/255630#M19636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Quick and dirty, you can compare &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/analyze/arcpy-classes/extent.htm"&gt;Extent&lt;/A&gt; objects returned by &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/analyze/arcpy-functions/dataset-properties.htm"&gt;Describe&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More detailed, you'd have to run an intersect or selection and check if it returned anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course, the easy answer is to find the grid layer and use that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2017 23:03:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-determine-feature-classes-within-geographic/m-p/255630#M19636</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2017-04-11T23:03:12Z</dc:date>
    </item>
  </channel>
</rss>

