<?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: python geoprocessing and licenses in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/python-geoprocessing-and-licenses/m-p/138208#M10801</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Tools follow the same license level regardless of where you execute them (ArcMap or Python).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Within the help if you look just inside each toolbox, there is a breakdown of how the tools are licensed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For example, see the Data Management toolbox.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Data_management_toolbox_licensing/0017000000t3000000/"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Data_management_toolbox_licensing/0017000000t3000000/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Sep 2011 14:44:14 GMT</pubDate>
    <dc:creator>KevinHibma</dc:creator>
    <dc:date>2011-09-26T14:44:14Z</dc:date>
    <item>
      <title>python geoprocessing and licenses</title>
      <link>https://community.esri.com/t5/python-questions/python-geoprocessing-and-licenses/m-p/138207#M10800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;currently our office uses an arcinfo license on users workstations primarily as we are constantly editing sde data, but to add more users we want to use arcview licenses more&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;is there a reference for what geoprocesssing tools can be accessed with python using an arcview license? are there any issues to using an arcview license to run python geprocessing tools?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2011 14:33:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-geoprocessing-and-licenses/m-p/138207#M10800</guid>
      <dc:creator>FrankVignati</dc:creator>
      <dc:date>2011-09-26T14:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: python geoprocessing and licenses</title>
      <link>https://community.esri.com/t5/python-questions/python-geoprocessing-and-licenses/m-p/138208#M10801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Tools follow the same license level regardless of where you execute them (ArcMap or Python).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Within the help if you look just inside each toolbox, there is a breakdown of how the tools are licensed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For example, see the Data Management toolbox.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Data_management_toolbox_licensing/0017000000t3000000/"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Data_management_toolbox_licensing/0017000000t3000000/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2011 14:44:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-geoprocessing-and-licenses/m-p/138208#M10801</guid>
      <dc:creator>KevinHibma</dc:creator>
      <dc:date>2011-09-26T14:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: python geoprocessing and licenses</title>
      <link>https://community.esri.com/t5/python-questions/python-geoprocessing-and-licenses/m-p/138209#M10802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thank you&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;is it necessary to call the product in all scripts; import arcview or import acinfo?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;if arcpy.ProductInfo() == "ArcView":
&amp;nbsp; import arcview
elif arcpy.ProductInfo() == "ArcInfo":
&amp;nbsp; import arcinfo&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 07:39:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-geoprocessing-and-licenses/m-p/138209#M10802</guid>
      <dc:creator>FrankVignati</dc:creator>
      <dc:date>2021-12-11T07:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: python geoprocessing and licenses</title>
      <link>https://community.esri.com/t5/python-questions/python-geoprocessing-and-licenses/m-p/138210#M10803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'd give a quick read of this topic:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Accessing_licenses_and_extensions_in_Python/002z0000000z000000/"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Accessing_licenses_and_extensions_in_Python/002z0000000z000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Basically it states that unless you explicitly set the license level in the script, it will try to obtain/use the highest license level available.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2011 15:18:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-geoprocessing-and-licenses/m-p/138210#M10803</guid>
      <dc:creator>KevinHibma</dc:creator>
      <dc:date>2011-09-26T15:18:45Z</dc:date>
    </item>
  </channel>
</rss>

