<?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 How to open polygons with extensions of  .cor &amp; .dsp in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/how-to-open-polygons-with-extensions-of-cor-dsp/m-p/446929#M25586</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have some polygon files with extensions of shp, dbf, prj, cor &amp;amp; dsp. ArcCatalog reports "error opening feature class". Any ideas how to convert these to readable shapefiles?&amp;nbsp; .cor may be CorelDraw, probably not Trimble; dsp has me baffled. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 27 Dec 2015 16:13:35 GMT</pubDate>
    <dc:creator>SamLimerick</dc:creator>
    <dc:date>2015-12-27T16:13:35Z</dc:date>
    <item>
      <title>How to open polygons with extensions of  .cor &amp; .dsp</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-open-polygons-with-extensions-of-cor-dsp/m-p/446929#M25586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have some polygon files with extensions of shp, dbf, prj, cor &amp;amp; dsp. ArcCatalog reports "error opening feature class". Any ideas how to convert these to readable shapefiles?&amp;nbsp; .cor may be CorelDraw, probably not Trimble; dsp has me baffled. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Dec 2015 16:13:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-open-polygons-with-extensions-of-cor-dsp/m-p/446929#M25586</guid>
      <dc:creator>SamLimerick</dc:creator>
      <dc:date>2015-12-27T16:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to open polygons with extensions of  .cor &amp; .dsp</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-open-polygons-with-extensions-of-cor-dsp/m-p/446930#M25587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Regarding .shp, .dbf, and .prj, those are components of a shapefile. Typically, you'll have about 7 file components of a shapefile - not all are required, but you absolutely must have at least the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.shp&lt;/P&gt;&lt;P&gt;.shx&lt;/P&gt;&lt;P&gt;.dbf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the complete list:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;TT style="font-family: monospace, Courier;"&gt;.prj&lt;/TT&gt; — projection format; the coordinate system and projection information, a plain text file describing the projection using &lt;A href="https://en.wikipedia.org/wiki/Well-known_text" style="color: #0b0080;" title="Well-known text"&gt;well-known text&lt;/A&gt; format&lt;/LI&gt;&lt;LI&gt;&lt;TT style="font-family: monospace, Courier;"&gt;.sbn&lt;/TT&gt; and &lt;TT style="font-family: monospace, Courier;"&gt;.sbx&lt;/TT&gt; — a &lt;A class="mw-redirect" href="https://en.wikipedia.org/wiki/Spatial_index" style="color: #0b0080;" title="Spatial index"&gt;spatial index&lt;/A&gt; of the features&lt;/LI&gt;&lt;LI&gt;&lt;TT style="font-family: monospace, Courier;"&gt;.fbn&lt;/TT&gt; and &lt;TT style="font-family: monospace, Courier;"&gt;.fbx&lt;/TT&gt; — a spatial index of the features that are read-only&lt;/LI&gt;&lt;LI&gt;&lt;TT style="font-family: monospace, Courier;"&gt;.ain&lt;/TT&gt; and &lt;TT style="font-family: monospace, Courier;"&gt;.aih&lt;/TT&gt; — an attribute index of the active fields in a table&lt;/LI&gt;&lt;LI&gt;&lt;TT style="font-family: monospace, Courier;"&gt;.ixs&lt;/TT&gt; — a geocoding index for read-write datasets&lt;/LI&gt;&lt;LI&gt;&lt;TT style="font-family: monospace, Courier;"&gt;.mxs&lt;/TT&gt; — a geocoding index for read-write datasets (ODB format)&lt;/LI&gt;&lt;LI&gt;&lt;TT style="font-family: monospace, Courier;"&gt;.atx&lt;/TT&gt; — an attribute index for the &lt;TT style="font-family: monospace, Courier;"&gt;.dbf&lt;/TT&gt; file in the form of &lt;EM&gt;shapefile&lt;/EM&gt;.&lt;EM&gt;columnname&lt;/EM&gt;&lt;TT style="font-family: monospace, Courier;"&gt;.atx&lt;/TT&gt; (ArcGIS 8 and later)&lt;/LI&gt;&lt;LI&gt;&lt;TT style="font-family: monospace, Courier;"&gt;.shp.xml&lt;/TT&gt; — &lt;A href="https://en.wikipedia.org/wiki/Geospatial_metadata" style="color: #0b0080;" title="Geospatial metadata"&gt;geospatial metadata&lt;/A&gt; in XML format, such as &lt;A class="mw-redirect" href="https://en.wikipedia.org/wiki/ISO_19115" style="color: #0b0080;" title="ISO 19115"&gt;ISO 19115&lt;/A&gt; or other &lt;A href="https://en.wikipedia.org/wiki/XML_schema" style="color: #0b0080;" title="XML schema"&gt;XML schema&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;TT style="font-family: monospace, Courier;"&gt;.cpg&lt;/TT&gt; — used to specify the &lt;A href="https://en.wikipedia.org/wiki/Code_page" style="color: #0b0080;" title="Code page"&gt;code page&lt;/A&gt; (only for &lt;TT style="font-family: monospace, Courier;"&gt;.dbf&lt;/TT&gt;) for identifying the &lt;A href="https://en.wikipedia.org/wiki/Character_encoding" style="color: #0b0080;" title="Character encoding"&gt;character encoding&lt;/A&gt; to be used&lt;/LI&gt;&lt;LI&gt;&lt;TT style="font-family: monospace, Courier;"&gt;.qix&lt;/TT&gt; — an alternative &lt;A href="https://en.wikipedia.org/wiki/Quadtree" style="color: #0b0080;" title="Quadtree"&gt;quadtree&lt;/A&gt; spatial index used by &lt;A href="https://en.wikipedia.org/wiki/MapServer" style="color: #0b0080;" title="MapServer"&gt;MapServer&lt;/A&gt; and &lt;A href="https://en.wikipedia.org/wiki/GDAL" style="color: #0b0080;" title="GDAL"&gt;GDAL/OGR&lt;/A&gt; software&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://en.wikipedia.org/wiki/Shapefile" title="https://en.wikipedia.org/wiki/Shapefile"&gt;Shapefile - Wikipedia, the free encyclopedia&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure the shapefile you are attempting to open has the three mandatory files - I would recommend you have the .prj as well, so long as it's valid (looks like you do). If you don't have it, but are 100% certain of the projection, you can define this in ArcMap using the Define Tool. Like I said, only use this if you need to define the .prj and know the projection used to create the shapefile originally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's some info on salvaging a corrupt shapefile, if that's an issue for you:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.esri.com/es/knowledgebase/techarticles/detail/27429" title="http://support.esri.com/es/knowledgebase/techarticles/detail/27429"&gt;27429 - Recover a corrupt shapefile&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding the other files, it's been awhile, but if I'm not mistaken, a .cor is a post-processed/corrected .ssf - you should be able to export from Pathfinder to shapefile. Regarding the .dsp - this may be related to Optitex (a CAD software); a marker file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.optitex.com/" title="http://www.optitex.com/"&gt;Optitex | 3D Virtual Prototyping, 2D CAD Pattern + Fashion Design Software&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.optitex.com/Help/en/index.php/Knowledge:CAD_File_Extension" title="http://www.optitex.com/Help/en/index.php/Knowledge:CAD_File_Extension"&gt;Knowledge:CAD File Extension - OptitexHelpEn&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.optitex.com/Help/en/index.php/Marker:Save_As" title="http://www.optitex.com/Help/en/index.php/Marker:Save_As"&gt;Marker:Save As - OptitexHelpEn&lt;/A&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I have no experience with this software...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Dec 2015 07:11:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-open-polygons-with-extensions-of-cor-dsp/m-p/446930#M25587</guid>
      <dc:creator>ChrisSmith7</dc:creator>
      <dc:date>2015-12-29T07:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to open polygons with extensions of  .cor &amp; .dsp</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-open-polygons-with-extensions-of-cor-dsp/m-p/446931#M25588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use ArcMap and see if the Add Data option will open the shapefile.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Dec 2015 13:40:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-open-polygons-with-extensions-of-cor-dsp/m-p/446931#M25588</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-12-29T13:40:17Z</dc:date>
    </item>
  </channel>
</rss>

