<?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: Pass parameters from html page to python script in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/pass-parameters-from-html-page-to-python-script/m-p/1476525#M70632</link>
    <description>&lt;P&gt;Do the users have ArcGIS Pro installed?&lt;/P&gt;</description>
    <pubDate>Tue, 21 May 2024 20:25:37 GMT</pubDate>
    <dc:creator>BlakeTerhune</dc:creator>
    <dc:date>2024-05-21T20:25:37Z</dc:date>
    <item>
      <title>Pass parameters from html page to python script</title>
      <link>https://community.esri.com/t5/python-questions/pass-parameters-from-html-page-to-python-script/m-p/1476477#M70629</link>
      <description>&lt;P&gt;I am being asked to come up with a solution that allows a user to set queries on a feature class and related tables from an app or widget and then export the results to an excel sheet. They want the records to be joined so they appear as one line item based on their common ID instead of separate tables. I can come up with the python to join and filter the tables, as well as export the results. The issue is, the users want to run this themselves and aren't familiar with python. My question is, does anyone have a suggestion for the user interface? Is it possible to pass their selections to the python script from an html page?&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2024 19:03:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/pass-parameters-from-html-page-to-python-script/m-p/1476477#M70629</guid>
      <dc:creator>MikhaylaB</dc:creator>
      <dc:date>2024-05-21T19:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: Pass parameters from html page to python script</title>
      <link>https://community.esri.com/t5/python-questions/pass-parameters-from-html-page-to-python-script/m-p/1476500#M70631</link>
      <description>&lt;P&gt;Create a simple HTML Page/Form and use your Python as the SUBMIT handler --&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is one of many hits from a simple google search to get you started --&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.tutorialspoint.com/How-to-process-a-simple-form-data-using-Python-CGI-script" target="_blank"&gt;https://www.tutorialspoint.com/How-to-process-a-simple-form-data-using-Python-CGI-script&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2024 19:48:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/pass-parameters-from-html-page-to-python-script/m-p/1476500#M70631</guid>
      <dc:creator>JeffSilberberg</dc:creator>
      <dc:date>2024-05-21T19:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: Pass parameters from html page to python script</title>
      <link>https://community.esri.com/t5/python-questions/pass-parameters-from-html-page-to-python-script/m-p/1476525#M70632</link>
      <description>&lt;P&gt;Do the users have ArcGIS Pro installed?&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2024 20:25:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/pass-parameters-from-html-page-to-python-script/m-p/1476525#M70632</guid>
      <dc:creator>BlakeTerhune</dc:creator>
      <dc:date>2024-05-21T20:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: Pass parameters from html page to python script</title>
      <link>https://community.esri.com/t5/python-questions/pass-parameters-from-html-page-to-python-script/m-p/1476719#M70634</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry, I don't understand your question as it pertains to this thread.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 02:00:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/pass-parameters-from-html-page-to-python-script/m-p/1476719#M70634</guid>
      <dc:creator>JeffSilberberg</dc:creator>
      <dc:date>2024-05-22T02:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: Pass parameters from html page to python script</title>
      <link>https://community.esri.com/t5/python-questions/pass-parameters-from-html-page-to-python-script/m-p/1476851#M70638</link>
      <description>&lt;P&gt;I think my main user has it installed but doesn't use it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 11:49:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/pass-parameters-from-html-page-to-python-script/m-p/1476851#M70638</guid>
      <dc:creator>MikhaylaB</dc:creator>
      <dc:date>2024-05-22T11:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: Pass parameters from html page to python script</title>
      <link>https://community.esri.com/t5/python-questions/pass-parameters-from-html-page-to-python-script/m-p/1477048#M70640</link>
      <description>&lt;P&gt;You could create a &lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/geoprocessing_and_python/a-quick-tour-of-creating-script-tools.htm" target="_self"&gt;script tool&lt;/A&gt; or &lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/geoprocessing_and_python/a-quick-tour-of-python-toolboxes.htm" target="_self"&gt;Python toolbox&lt;/A&gt; that runs inside ArcGIS Pro. Both give you a simple user interface and custom messaging.&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 16:00:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/pass-parameters-from-html-page-to-python-script/m-p/1477048#M70640</guid>
      <dc:creator>BlakeTerhune</dc:creator>
      <dc:date>2024-05-22T16:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: Pass parameters from html page to python script</title>
      <link>https://community.esri.com/t5/python-questions/pass-parameters-from-html-page-to-python-script/m-p/1477067#M70641</link>
      <description>&lt;P&gt;I actually proposed that idea to my boss, but it was turned down. I may try to push it again because I do think it is an easier option and the end user can be trained on it.&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 16:23:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/pass-parameters-from-html-page-to-python-script/m-p/1477067#M70641</guid>
      <dc:creator>MikhaylaB</dc:creator>
      <dc:date>2024-05-22T16:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: Pass parameters from html page to python script</title>
      <link>https://community.esri.com/t5/python-questions/pass-parameters-from-html-page-to-python-script/m-p/1477070#M70642</link>
      <description>&lt;P&gt;Thank you, I think this will work for me. I'm going to give it a shot.&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 16:25:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/pass-parameters-from-html-page-to-python-script/m-p/1477070#M70642</guid>
      <dc:creator>MikhaylaB</dc:creator>
      <dc:date>2024-05-22T16:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: Pass parameters from html page to python script</title>
      <link>https://community.esri.com/t5/python-questions/pass-parameters-from-html-page-to-python-script/m-p/1477105#M70643</link>
      <description>&lt;P&gt;If not, &lt;A href="https://flask.palletsprojects.com/en/3.0.x/" target="_self"&gt;Flask&lt;/A&gt; is probably what you want.&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 17:00:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/pass-parameters-from-html-page-to-python-script/m-p/1477105#M70643</guid>
      <dc:creator>BlakeTerhune</dc:creator>
      <dc:date>2024-05-22T17:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: Pass parameters from html page to python script</title>
      <link>https://community.esri.com/t5/python-questions/pass-parameters-from-html-page-to-python-script/m-p/1479761#M70673</link>
      <description>&lt;P&gt;I'm working on a Flask app now to test on dummy data, and it seems to do what I need. This will be the solution once I get it working on real data.&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2024 19:36:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/pass-parameters-from-html-page-to-python-script/m-p/1479761#M70673</guid>
      <dc:creator>MikhaylaB</dc:creator>
      <dc:date>2024-05-28T19:36:47Z</dc:date>
    </item>
  </channel>
</rss>

