<?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: Intersect a layer from AGOL and a layer from a local GDB in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/intersect-a-layer-from-agol-and-a-layer-from-a/m-p/163324#M12493</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You'll first need to access the geometry and attributes of the service and store it in a feature set, or save it to disk as a feature class. &amp;nbsp;After a quick search, this can be done using a few tools that are available:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://epro.maps.arcgis.com/home/item.html?id=16e5cc64178941839eca62837f168ec9" title="http://epro.maps.arcgis.com/home/item.html?id=16e5cc64178941839eca62837f168ec9"&gt;http://epro.maps.arcgis.com/home/item.html?id=16e5cc64178941839eca62837f168ec9&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/docs/DOC-6496"&gt;Download ArcGIS Online Feature Service or ArcGIS Server Feature/Map Service&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You don't really need to store the feature class on disk. &amp;nbsp;Simply make a request to the query endpoint of the service, and store the results in a &lt;A href="http://pro.arcgis.com/en/pro-app/arcpy/classes/featureset.htm"&gt;feature set&lt;/A&gt;. &amp;nbsp;If there are more than 1000 features and the maximum number of records returned by a query is 1000, (which is the default), you'll need to make additional query requests to get all of the data. &amp;nbsp;Once you have the feature set, you can use that as input with your other feature class to run the intersect.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Mar 2017 20:37:44 GMT</pubDate>
    <dc:creator>JonathanQuinn</dc:creator>
    <dc:date>2017-03-17T20:37:44Z</dc:date>
    <item>
      <title>Intersect a layer from AGOL and a layer from a local GDB</title>
      <link>https://community.esri.com/t5/python-questions/intersect-a-layer-from-agol-and-a-layer-from-a/m-p/163323#M12492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;First of all sorry because I am not well versed in python. I am trying to learn as I go. I am trying to intersect a layer from AGOL and a layer from one of my local GDB. How would I achieve this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Mar 2017 16:16:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/intersect-a-layer-from-agol-and-a-layer-from-a/m-p/163323#M12492</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2017-03-17T16:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: Intersect a layer from AGOL and a layer from a local GDB</title>
      <link>https://community.esri.com/t5/python-questions/intersect-a-layer-from-agol-and-a-layer-from-a/m-p/163324#M12493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You'll first need to access the geometry and attributes of the service and store it in a feature set, or save it to disk as a feature class. &amp;nbsp;After a quick search, this can be done using a few tools that are available:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://epro.maps.arcgis.com/home/item.html?id=16e5cc64178941839eca62837f168ec9" title="http://epro.maps.arcgis.com/home/item.html?id=16e5cc64178941839eca62837f168ec9"&gt;http://epro.maps.arcgis.com/home/item.html?id=16e5cc64178941839eca62837f168ec9&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/docs/DOC-6496"&gt;Download ArcGIS Online Feature Service or ArcGIS Server Feature/Map Service&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You don't really need to store the feature class on disk. &amp;nbsp;Simply make a request to the query endpoint of the service, and store the results in a &lt;A href="http://pro.arcgis.com/en/pro-app/arcpy/classes/featureset.htm"&gt;feature set&lt;/A&gt;. &amp;nbsp;If there are more than 1000 features and the maximum number of records returned by a query is 1000, (which is the default), you'll need to make additional query requests to get all of the data. &amp;nbsp;Once you have the feature set, you can use that as input with your other feature class to run the intersect.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Mar 2017 20:37:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/intersect-a-layer-from-agol-and-a-layer-from-a/m-p/163324#M12493</guid>
      <dc:creator>JonathanQuinn</dc:creator>
      <dc:date>2017-03-17T20:37:44Z</dc:date>
    </item>
  </channel>
</rss>

