<?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 in Toolbox - Parameter ??? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/python-in-toolbox-parameter/m-p/717375#M55620</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Johannes,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One check:&lt;/P&gt;&lt;P&gt;Go over the spelling, location, special characters.... Just make sure it is all correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Feature Class to Shapefile &lt;/STRONG&gt;there are some limitations that are present for shapefiles: (taken from ArcGis resources)&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="color: #4d4d4d; font-family: Arial, Helvetica, sans-serif;"&gt;Shapefiles have many limitations compared to feature classes in a geodatabase. For example, shapefile attributes cannot store null values, they round up numbers, they have poor support for Unicode character strings, they do not allow field names longer than 10 characters, and they cannot store both a date and time in a field. Additionally, they do not support capabilities found in geodatabases such as domains and subtypes.&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Third:&lt;/P&gt;&lt;P&gt;The Error is telling me &lt;SPAN style="color: #4d4d4d; font-family: Arial, Helvetica, sans-serif;"&gt;&lt;STRONG&gt;OUTPUT FOLDER&lt;/STRONG&gt;, but the print out is a path for a shapefile. This is not a folder. So if the output needs to be a folder location, not a shapefile. The Tool is looking for a folder to output the shapefile, not a shapefile that already exists.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; font-family: Arial, Helvetica, sans-serif;"&gt;Just a few things, but lets explore this more if you want.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Aug 2014 13:38:32 GMT</pubDate>
    <dc:creator>ToddUlery</dc:creator>
    <dc:date>2014-08-05T13:38:32Z</dc:date>
    <item>
      <title>Python in Toolbox - Parameter ???</title>
      <link>https://community.esri.com/t5/python-questions/python-in-toolbox-parameter/m-p/717372#M55617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I have a python script in the Toolbox and want to have a Parameter Output as shape - what is it for a data type?&lt;/P&gt;&lt;P&gt;Feature Class - or something else ???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 13:06:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-in-toolbox-parameter/m-p/717372#M55617</guid>
      <dc:creator>JohannesBierer</dc:creator>
      <dc:date>2014-08-05T13:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: Python in Toolbox - Parameter ???</title>
      <link>https://community.esri.com/t5/python-questions/python-in-toolbox-parameter/m-p/717373#M55618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FC =&amp;gt;&lt;/P&gt;&lt;P&gt;ERROR 000732: Output Folder: Dataset C:\Temp1\linienherkunft.shp ist nicht vorhanden oder wird nicht unterstützt.&lt;/P&gt;&lt;P&gt;Fehler beim Ausführen von (FeatureClassToShapefile).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 13:25:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-in-toolbox-parameter/m-p/717373#M55618</guid>
      <dc:creator>JohannesBierer</dc:creator>
      <dc:date>2014-08-05T13:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: Python in Toolbox - Parameter ???</title>
      <link>https://community.esri.com/t5/python-questions/python-in-toolbox-parameter/m-p/717374#M55619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for feature class to shapefile output datatype is &lt;STRONG&gt;folder&lt;/STRONG&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 13:33:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-in-toolbox-parameter/m-p/717374#M55619</guid>
      <dc:creator>RiyasDeen</dc:creator>
      <dc:date>2014-08-05T13:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: Python in Toolbox - Parameter ???</title>
      <link>https://community.esri.com/t5/python-questions/python-in-toolbox-parameter/m-p/717375#M55620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Johannes,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One check:&lt;/P&gt;&lt;P&gt;Go over the spelling, location, special characters.... Just make sure it is all correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Feature Class to Shapefile &lt;/STRONG&gt;there are some limitations that are present for shapefiles: (taken from ArcGis resources)&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="color: #4d4d4d; font-family: Arial, Helvetica, sans-serif;"&gt;Shapefiles have many limitations compared to feature classes in a geodatabase. For example, shapefile attributes cannot store null values, they round up numbers, they have poor support for Unicode character strings, they do not allow field names longer than 10 characters, and they cannot store both a date and time in a field. Additionally, they do not support capabilities found in geodatabases such as domains and subtypes.&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Third:&lt;/P&gt;&lt;P&gt;The Error is telling me &lt;SPAN style="color: #4d4d4d; font-family: Arial, Helvetica, sans-serif;"&gt;&lt;STRONG&gt;OUTPUT FOLDER&lt;/STRONG&gt;, but the print out is a path for a shapefile. This is not a folder. So if the output needs to be a folder location, not a shapefile. The Tool is looking for a folder to output the shapefile, not a shapefile that already exists.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; font-family: Arial, Helvetica, sans-serif;"&gt;Just a few things, but lets explore this more if you want.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 13:38:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-in-toolbox-parameter/m-p/717375#M55620</guid>
      <dc:creator>ToddUlery</dc:creator>
      <dc:date>2014-08-05T13:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: Python in Toolbox - Parameter ???</title>
      <link>https://community.esri.com/t5/python-questions/python-in-toolbox-parameter/m-p/717376#M55621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gracias - folder was the right answer ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 05:18:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-in-toolbox-parameter/m-p/717376#M55621</guid>
      <dc:creator>JohannesBierer</dc:creator>
      <dc:date>2014-08-06T05:18:44Z</dc:date>
    </item>
  </channel>
</rss>

