<?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 error &amp;quot;ZIPCODES does not exist&amp;quot; in Gas and Pipeline Questions</title>
    <link>https://community.esri.com/t5/gas-and-pipeline-questions/python-error-quot-zipcodes-does-not-exist-quot/m-p/521718#M395</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then the error message is wrong...&amp;nbsp;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;"&gt; " ZIPCODES does not exist" &lt;/SPAN&gt;, you might want to edit the post, but a restart of python and rerun the script may be in order as well&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Jan 2019 03:30:04 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2019-01-14T03:30:04Z</dc:date>
    <item>
      <title>Python error "ZIPCODES does not exist"</title>
      <link>https://community.esri.com/t5/gas-and-pipeline-questions/python-error-quot-zipcodes-does-not-exist-quot/m-p/521715#M392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I encountered the error " ZIPCODES does not exist" when I ran below code using PyScripter. Can you please help by letting me know where I am wrong.&amp;nbsp;&lt;/P&gt;&lt;P&gt;import arcpy, sys&lt;BR /&gt;from arcpy import env&lt;/P&gt;&lt;P&gt;# Set the workspace environment&lt;BR /&gt;env.workspace = r"C:\EsriPress\GISPython\Data\SampleData.gdb"&lt;BR /&gt;# Check the spatial references for a feature class in the workspace&lt;BR /&gt;fcName = "ZIPCODES_poly"&lt;BR /&gt;fcNameProperties = arcpy.Describe(fcName)&lt;/P&gt;&lt;P&gt;print fcNameProperties.spatialReference.name&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2019 03:07:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/gas-and-pipeline-questions/python-error-quot-zipcodes-does-not-exist-quot/m-p/521715#M392</guid>
      <dc:creator>JeremiahGbolagun1</dc:creator>
      <dc:date>2019-01-14T03:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Python error "ZIPCODES does not exist"</title>
      <link>https://community.esri.com/t5/gas-and-pipeline-questions/python-error-quot-zipcodes-does-not-exist-quot/m-p/521716#M393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it ZIPCODES or&amp;nbsp;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;"&gt;ZIPCODES&lt;/SPAN&gt;_poly that you are looking for.&lt;/P&gt;&lt;P&gt;Check to see if it indeed does exist by loading it up into arcmap. and examining its properties for the source,&amp;nbsp;&lt;/P&gt;&lt;P&gt;check its name, and the case of the text is important&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2019 03:18:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/gas-and-pipeline-questions/python-error-quot-zipcodes-does-not-exist-quot/m-p/521716#M393</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-01-14T03:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: Python error "ZIPCODES does not exist"</title>
      <link>https://community.esri.com/t5/gas-and-pipeline-questions/python-error-quot-zipcodes-does-not-exist-quot/m-p/521717#M394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am looking for the ZIPCODES_poly and not ZIPCODES.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2019 03:25:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/gas-and-pipeline-questions/python-error-quot-zipcodes-does-not-exist-quot/m-p/521717#M394</guid>
      <dc:creator>JeremiahGbolagun1</dc:creator>
      <dc:date>2019-01-14T03:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: Python error "ZIPCODES does not exist"</title>
      <link>https://community.esri.com/t5/gas-and-pipeline-questions/python-error-quot-zipcodes-does-not-exist-quot/m-p/521718#M395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then the error message is wrong...&amp;nbsp;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;"&gt; " ZIPCODES does not exist" &lt;/SPAN&gt;, you might want to edit the post, but a restart of python and rerun the script may be in order as well&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2019 03:30:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/gas-and-pipeline-questions/python-error-quot-zipcodes-does-not-exist-quot/m-p/521718#M395</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-01-14T03:30:04Z</dc:date>
    </item>
  </channel>
</rss>

