<?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>idea Add the Box.com Python SDK libraries/modules to ArcGIS Online Notebooks. in ArcGIS Notebooks Ideas</title>
    <link>https://community.esri.com/t5/arcgis-notebooks-ideas/add-the-box-com-python-sdk-libraries-modules-to/idi-p/1164670</link>
    <description>&lt;P&gt;Our organization leverages Box.com where we allow any and all state agencies to store geospatial data if they need it.&amp;nbsp; The biggest users of this platform, besides my office, are the UAV/UAS operators.&amp;nbsp; I have been tasked to routinely search Box.com for project mosaics with the end product being an image footprint layer.&amp;nbsp; My previous method is obsolete because our capacity has become so large that I simply can't use the Box Drive.&amp;nbsp; If I can leverage the &lt;A title="Box.com Python SDK" href="https://github.com/box/box-python-sdk" target="_blank" rel="noopener"&gt;Box Python SDK&lt;/A&gt; in notebook (like one can leverage pandas or matplotlib), I could create a query that searches for files with specific names, create a list from that query (filtering unnecessary records - box doesn't handle wildcards).&amp;nbsp; Then, I could use the list to grab a file by its Box ID, geoprocess it creating a tile index, and then move that tile (polygon vector) to a feature class/feature service, etc.&amp;nbsp; The end product, the feature service would be used by all the drone operators.&amp;nbsp; It allows users from different agencies see where data may be available across the state.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In notebooks on AGOL, I would like to be able to do this:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;from boxsdk import JWTAuth&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another example that I have:&amp;nbsp; I routinely extract data from a handful of features services.&amp;nbsp; I export those features services to shapefiles, zip them up, and push them to Box so that the most up to date data is on Box.&amp;nbsp; All of our &lt;A title="KyGeoPortal" href="https://kygeoportal.ky.gov" target="_blank" rel="noopener"&gt;geoportal&lt;/A&gt; records point towards Box links.&amp;nbsp; We made this change because FTP is basically impossible to access in a web browser.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 15 Apr 2022 01:05:28 GMT</pubDate>
    <dc:creator>Ian-Horn</dc:creator>
    <dc:date>2022-04-15T01:05:28Z</dc:date>
    <item>
      <title>Add the Box.com Python SDK libraries/modules to ArcGIS Online Notebooks.</title>
      <link>https://community.esri.com/t5/arcgis-notebooks-ideas/add-the-box-com-python-sdk-libraries-modules-to/idi-p/1164670</link>
      <description>&lt;P&gt;Our organization leverages Box.com where we allow any and all state agencies to store geospatial data if they need it.&amp;nbsp; The biggest users of this platform, besides my office, are the UAV/UAS operators.&amp;nbsp; I have been tasked to routinely search Box.com for project mosaics with the end product being an image footprint layer.&amp;nbsp; My previous method is obsolete because our capacity has become so large that I simply can't use the Box Drive.&amp;nbsp; If I can leverage the &lt;A title="Box.com Python SDK" href="https://github.com/box/box-python-sdk" target="_blank" rel="noopener"&gt;Box Python SDK&lt;/A&gt; in notebook (like one can leverage pandas or matplotlib), I could create a query that searches for files with specific names, create a list from that query (filtering unnecessary records - box doesn't handle wildcards).&amp;nbsp; Then, I could use the list to grab a file by its Box ID, geoprocess it creating a tile index, and then move that tile (polygon vector) to a feature class/feature service, etc.&amp;nbsp; The end product, the feature service would be used by all the drone operators.&amp;nbsp; It allows users from different agencies see where data may be available across the state.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In notebooks on AGOL, I would like to be able to do this:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;from boxsdk import JWTAuth&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another example that I have:&amp;nbsp; I routinely extract data from a handful of features services.&amp;nbsp; I export those features services to shapefiles, zip them up, and push them to Box so that the most up to date data is on Box.&amp;nbsp; All of our &lt;A title="KyGeoPortal" href="https://kygeoportal.ky.gov" target="_blank" rel="noopener"&gt;geoportal&lt;/A&gt; records point towards Box links.&amp;nbsp; We made this change because FTP is basically impossible to access in a web browser.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Apr 2022 01:05:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-notebooks-ideas/add-the-box-com-python-sdk-libraries-modules-to/idi-p/1164670</guid>
      <dc:creator>Ian-Horn</dc:creator>
      <dc:date>2022-04-15T01:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: Add the Box.com Python SDK libraries/modules to ArcGIS Online Notebooks.</title>
      <link>https://community.esri.com/t5/arcgis-notebooks-ideas/add-the-box-com-python-sdk-libraries-modules-to/idc-p/1164727#M51</link>
      <description>&lt;P&gt;Can you start your notebook with a cell like this:&lt;/P&gt;&lt;PRE&gt;!pip install boxsdk&lt;/PRE&gt;&lt;P&gt;I've used that method to add missing modules to the AGOL Notebook in the past.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Apr 2022 13:58:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-notebooks-ideas/add-the-box-com-python-sdk-libraries-modules-to/idc-p/1164727#M51</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2022-04-15T13:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: Add the Box.com Python SDK libraries/modules to ArcGIS Online Notebooks.</title>
      <link>https://community.esri.com/t5/arcgis-notebooks-ideas/add-the-box-com-python-sdk-libraries-modules-to/idc-p/1164872#M53</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/363906"&gt;@jcarlson&lt;/a&gt;&amp;nbsp; Thanks for that response. &amp;nbsp;It totally worked. &amp;nbsp;Does the below result mean that I will always have the boxsdk, or will I need to installing every time I want to open that notebook and run a query?&lt;/P&gt;&lt;P&gt;```&lt;/P&gt;&lt;PRE&gt;Collecting boxsdk
  Downloading boxsdk-3.2.0-py2.py3-none-any.whl (133 kB)
     |████████████████████████████████| 133 kB 37.4 MB/s eta 0:00:01
Requirement already satisfied: requests&amp;gt;=2.4.3 in /opt/conda/lib/python3.7/site-packages (from boxsdk) (2.26.0)
Requirement already satisfied: wrapt&amp;gt;=1.10.1 in /opt/conda/lib/python3.7/site-packages (from boxsdk) (1.12.1)
Requirement already satisfied: requests-toolbelt&amp;lt;1.0.0,&amp;gt;=0.4.0 in /opt/conda/lib/python3.7/site-packages (from boxsdk) (0.9.1)
Requirement already satisfied: python-dateutil in /opt/conda/lib/python3.7/site-packages (from boxsdk) (2.8.2)
Requirement already satisfied: attrs&amp;gt;=17.3.0 in /opt/conda/lib/python3.7/site-packages (from boxsdk) (21.2.0)
Requirement already satisfied: certifi&amp;gt;=2017.4.17 in /opt/conda/lib/python3.7/site-packages (from requests&amp;gt;=2.4.3-&amp;gt;boxsdk) (2021.10.8)
Requirement already satisfied: idna&amp;lt;4,&amp;gt;=2.5 in /opt/conda/lib/python3.7/site-packages (from requests&amp;gt;=2.4.3-&amp;gt;boxsdk) (3.2)
Requirement already satisfied: charset-normalizer~=2.0.0 in /opt/conda/lib/python3.7/site-packages (from requests&amp;gt;=2.4.3-&amp;gt;boxsdk) (2.0.4)
Requirement already satisfied: urllib3&amp;lt;1.27,&amp;gt;=1.21.1 in /opt/conda/lib/python3.7/site-packages (from requests&amp;gt;=2.4.3-&amp;gt;boxsdk) (1.25.11)
Requirement already satisfied: six&amp;gt;=1.5 in /opt/conda/lib/python3.7/site-packages (from python-dateutil-&amp;gt;boxsdk) (1.15.0)
Installing collected packages: boxsdk
Successfully installed boxsdk-3.2.0```&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;```&lt;/P&gt;&lt;PRE&gt;Requirement already satisfied: boxsdk[jwt] in /opt/conda/lib/python3.7/site-packages (3.2.0)
Requirement already satisfied: python-dateutil in /opt/conda/lib/python3.7/site-packages (from boxsdk[jwt]) (2.8.2)
Requirement already satisfied: attrs&amp;gt;=17.3.0 in /opt/conda/lib/python3.7/site-packages (from boxsdk[jwt]) (21.2.0)
Requirement already satisfied: wrapt&amp;gt;=1.10.1 in /opt/conda/lib/python3.7/site-packages (from boxsdk[jwt]) (1.12.1)
Requirement already satisfied: requests&amp;gt;=2.4.3 in /opt/conda/lib/python3.7/site-packages (from boxsdk[jwt]) (2.26.0)
Requirement already satisfied: requests-toolbelt&amp;lt;1.0.0,&amp;gt;=0.4.0 in /opt/conda/lib/python3.7/site-packages (from boxsdk[jwt]) (0.9.1)
Requirement already satisfied: pyjwt&amp;gt;=1.3.0 in /opt/conda/lib/python3.7/site-packages (from boxsdk[jwt]) (2.1.0)
Requirement already satisfied: cryptography&amp;gt;=3 in /opt/conda/lib/python3.7/site-packages (from boxsdk[jwt]) (3.4.8)
Requirement already satisfied: cffi&amp;gt;=1.12 in /opt/conda/lib/python3.7/site-packages (from cryptography&amp;gt;=3-&amp;gt;boxsdk[jwt]) (1.14.6)
Requirement already satisfied: pycparser in /opt/conda/lib/python3.7/site-packages (from cffi&amp;gt;=1.12-&amp;gt;cryptography&amp;gt;=3-&amp;gt;boxsdk[jwt]) (2.20)
Requirement already satisfied: certifi&amp;gt;=2017.4.17 in /opt/conda/lib/python3.7/site-packages (from requests&amp;gt;=2.4.3-&amp;gt;boxsdk[jwt]) (2021.10.8)
Requirement already satisfied: charset-normalizer~=2.0.0 in /opt/conda/lib/python3.7/site-packages (from requests&amp;gt;=2.4.3-&amp;gt;boxsdk[jwt]) (2.0.4)
Requirement already satisfied: urllib3&amp;lt;1.27,&amp;gt;=1.21.1 in /opt/conda/lib/python3.7/site-packages (from requests&amp;gt;=2.4.3-&amp;gt;boxsdk[jwt]) (1.25.11)
Requirement already satisfied: idna&amp;lt;4,&amp;gt;=2.5 in /opt/conda/lib/python3.7/site-packages (from requests&amp;gt;=2.4.3-&amp;gt;boxsdk[jwt]) (3.2)
Requirement already satisfied: six&amp;gt;=1.5 in /opt/conda/lib/python3.7/site-packages (from python-dateutil-&amp;gt;boxsdk[jwt]) (1.15.0)```&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Apr 2022 19:20:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-notebooks-ideas/add-the-box-com-python-sdk-libraries-modules-to/idc-p/1164872#M53</guid>
      <dc:creator>Ian-Horn</dc:creator>
      <dc:date>2022-04-15T19:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Add the Box.com Python SDK libraries/modules to ArcGIS Online Notebooks.</title>
      <link>https://community.esri.com/t5/arcgis-notebooks-ideas/add-the-box-com-python-sdk-libraries-modules-to/idc-p/1164878#M54</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/479209"&gt;@Ian-Horn&lt;/a&gt;&amp;nbsp; That would be the main downside of this "solution". You'll need to run that cell every time you start up the notebook.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Apr 2022 19:45:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-notebooks-ideas/add-the-box-com-python-sdk-libraries-modules-to/idc-p/1164878#M54</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2022-04-15T19:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: Add the Box.com Python SDK libraries/modules to ArcGIS Online Notebooks.</title>
      <link>https://community.esri.com/t5/arcgis-notebooks-ideas/add-the-box-com-python-sdk-libraries-modules-to/idc-p/1167109#M55</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/479209"&gt;@Ian-Horn&lt;/a&gt;&amp;nbsp; Thanks for this post. We will bring this up with the team for review.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would also recommend the suggestion from&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/363906"&gt;@jcarlson&lt;/a&gt;,. However it may need to run once every time a new container is launched and may also need a kernel restart. &amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2022 17:24:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-notebooks-ideas/add-the-box-com-python-sdk-libraries-modules-to/idc-p/1167109#M55</guid>
      <dc:creator>RaviNarayanan</dc:creator>
      <dc:date>2022-04-22T17:24:56Z</dc:date>
    </item>
  </channel>
</rss>

