<?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 Notebook to Azure Function - arcpy.analysis.TabulateIntersection? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/notebook-to-azure-function-arcpy-analysis/m-p/1671451#M74974</link>
    <description>&lt;P&gt;I'm looking to move a notebook to an Azure function app. As far as I am aware, the arcpy library can not be installed there, but has the super handy function of TabulateIntersection, so I can take a line such as:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;zone_percentages = arcpy.analysis.TabulateIntersection(parcels, "PAN", zones, zone_csv, ["ZONE", "ZONE_DESC"], out_units="ACRES")&lt;/LI-CODE&gt;&lt;P&gt;And get a handy variable containing all the intersect data of one layer (parcels) on another (zones) in a nice table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, I'm wondering:&lt;/P&gt;&lt;P&gt;1) Is possible to add the arcpy library to an Azure function app project, and if so how? (pip install arcpy finds nothing to install.)&lt;/P&gt;&lt;P&gt;2) What is the preferred non-arcpy way to accomplish this?&lt;/P&gt;</description>
    <pubDate>Tue, 09 Dec 2025 01:00:30 GMT</pubDate>
    <dc:creator>RogerAsbury</dc:creator>
    <dc:date>2025-12-09T01:00:30Z</dc:date>
    <item>
      <title>Notebook to Azure Function - arcpy.analysis.TabulateIntersection?</title>
      <link>https://community.esri.com/t5/python-questions/notebook-to-azure-function-arcpy-analysis/m-p/1671451#M74974</link>
      <description>&lt;P&gt;I'm looking to move a notebook to an Azure function app. As far as I am aware, the arcpy library can not be installed there, but has the super handy function of TabulateIntersection, so I can take a line such as:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;zone_percentages = arcpy.analysis.TabulateIntersection(parcels, "PAN", zones, zone_csv, ["ZONE", "ZONE_DESC"], out_units="ACRES")&lt;/LI-CODE&gt;&lt;P&gt;And get a handy variable containing all the intersect data of one layer (parcels) on another (zones) in a nice table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, I'm wondering:&lt;/P&gt;&lt;P&gt;1) Is possible to add the arcpy library to an Azure function app project, and if so how? (pip install arcpy finds nothing to install.)&lt;/P&gt;&lt;P&gt;2) What is the preferred non-arcpy way to accomplish this?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Dec 2025 01:00:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/notebook-to-azure-function-arcpy-analysis/m-p/1671451#M74974</guid>
      <dc:creator>RogerAsbury</dc:creator>
      <dc:date>2025-12-09T01:00:30Z</dc:date>
    </item>
  </channel>
</rss>

