<?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: Using standard Geoprocessing Tools in python outside of ArcGIS Desktop in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/using-standard-geoprocessing-tools-in-python/m-p/463330#M36315</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This is really a big help. I have wasted a lot of time on this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Mar 2011 19:36:23 GMT</pubDate>
    <dc:creator>TrungTran</dc:creator>
    <dc:date>2011-03-16T19:36:23Z</dc:date>
    <item>
      <title>Using standard Geoprocessing Tools in python outside of ArcGIS Desktop</title>
      <link>https://community.esri.com/t5/python-questions/using-standard-geoprocessing-tools-in-python/m-p/463327#M36312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have ArcGIS Deskop 10 installed on my machine and I was wondering if it's possible to create a python script that uses some standard Geoprocessing tools and run it outside of ArcGIS?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Specifically I'm trying to run the script from within my eclipse development enviroment (with Pydev installed).&amp;nbsp; I have eclipse setup to use the python installed by ArcGIS.&amp;nbsp; It's path is configured to look in C:\Python26\ArcGIS10.0\lib\site-packages and in there is the Desktop10.pth file with entries for:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;C:\Program Files\ArcGIS\Desktop10.0\bin&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;C:\Program Files\ArcGIS\Desktop10.0\arcpy&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Scripts&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I try to run a script like the following in eclipse:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;import arcpy&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;arcpy.CreateFeatureClass_management("c:/test", "test.shp", "POINT")&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I get an error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;AttributeError: 'module' object has no attribute 'CreateFeatureClass_management'&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Dec 2010 04:32:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/using-standard-geoprocessing-tools-in-python/m-p/463327#M36312</guid>
      <dc:creator>DanielLozier</dc:creator>
      <dc:date>2010-12-02T04:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Using standard Geoprocessing Tools in python outside of ArcGIS Desktop</title>
      <link>https://community.esri.com/t5/python-questions/using-standard-geoprocessing-tools-in-python/m-p/463328#M36313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Arcpy is case-sensitive, use arcpy.CreateFeatureclass_management&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Dec 2010 05:27:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/using-standard-geoprocessing-tools-in-python/m-p/463328#M36313</guid>
      <dc:creator>JasonScheirer</dc:creator>
      <dc:date>2010-12-02T05:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: Using standard Geoprocessing Tools in python outside of ArcGIS Desktop</title>
      <link>https://community.esri.com/t5/python-questions/using-standard-geoprocessing-tools-in-python/m-p/463329#M36314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Wow, ESRI needs to update their help documentation then.&amp;nbsp; The arcpy example under the Geoprocessing-&amp;gt;The ArcPy site package-&amp;gt;Classes-&amp;gt;FeatureSet calls the function 'CreateFeatureClass_management'&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, I would have wasted a lot of time on this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Dec 2010 18:12:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/using-standard-geoprocessing-tools-in-python/m-p/463329#M36314</guid>
      <dc:creator>DanielLozier</dc:creator>
      <dc:date>2010-12-02T18:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: Using standard Geoprocessing Tools in python outside of ArcGIS Desktop</title>
      <link>https://community.esri.com/t5/python-questions/using-standard-geoprocessing-tools-in-python/m-p/463330#M36315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This is really a big help. I have wasted a lot of time on this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2011 19:36:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/using-standard-geoprocessing-tools-in-python/m-p/463330#M36315</guid>
      <dc:creator>TrungTran</dc:creator>
      <dc:date>2011-03-16T19:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: Using standard Geoprocessing Tools in python outside of ArcGIS Desktop</title>
      <link>https://community.esri.com/t5/python-questions/using-standard-geoprocessing-tools-in-python/m-p/463331#M36316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Which is why it is always a good idea to use the online help, since it is updated&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00170000002p000000.htm"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00170000002p000000.htm&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;when little bugs like this are found&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2011 19:44:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/using-standard-geoprocessing-tools-in-python/m-p/463331#M36316</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2011-03-16T19:44:27Z</dc:date>
    </item>
  </channel>
</rss>

