<?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: add .shp and .shx files to a new map in Mapping Questions</title>
    <link>https://community.esri.com/t5/mapping-questions/add-shp-and-shx-files-to-a-new-map/m-p/44462#M508</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is ArcMap able to recognize any shapefiles at all?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Nov 2016 19:47:31 GMT</pubDate>
    <dc:creator>DarrenWiens2</dc:creator>
    <dc:date>2016-11-23T19:47:31Z</dc:date>
    <item>
      <title>add .shp and .shx files to a new map</title>
      <link>https://community.esri.com/t5/mapping-questions/add-shp-and-shx-files-to-a-new-map/m-p/44460#M506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am new to ArcGIS map and I am trying to import files in from MapInfo.&amp;nbsp; I already made the conversion of several of the files to what were supposed to be usable formats (.shp, .shx, .dbf), but when I open ArcMap and attempt to add data to a new map, the files don't appear in the folder.&amp;nbsp; I am not sure what I am doing wrong &amp;gt;.&amp;lt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2016 17:00:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/add-shp-and-shx-files-to-a-new-map/m-p/44460#M506</guid>
      <dc:creator>TiffanyJohnson</dc:creator>
      <dc:date>2016-11-23T17:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: add .shp and .shx files to a new map</title>
      <link>https://community.esri.com/t5/mapping-questions/add-shp-and-shx-files-to-a-new-map/m-p/44461#M507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A 'shapefile' is actually made up of a minimum of three different files:&amp;nbsp; &amp;lt;name&amp;gt;.shp, &amp;lt;name&amp;gt;.shx and &amp;lt;name&amp;gt;.dbf.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The .shp file contains the geometry data and the .dbf holds the attribute table.&amp;nbsp; The .shx is the middle man that links the two together.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While I'm not familiar with MapInfo, you might want to double check that the export process completed properly and in the the directory you want.&amp;nbsp; You may need to create a connection to that directory (folder) which you can do on the fly in ArcMap or keep it persistent in AcrCatalog.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2016 17:14:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/add-shp-and-shx-files-to-a-new-map/m-p/44461#M507</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2016-11-23T17:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: add .shp and .shx files to a new map</title>
      <link>https://community.esri.com/t5/mapping-questions/add-shp-and-shx-files-to-a-new-map/m-p/44462#M508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is ArcMap able to recognize any shapefiles at all?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2016 19:47:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/add-shp-and-shx-files-to-a-new-map/m-p/44462#M508</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2016-11-23T19:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: add .shp and .shx files to a new map</title>
      <link>https://community.esri.com/t5/mapping-questions/add-shp-and-shx-files-to-a-new-map/m-p/44463#M509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, the .shx only provides direct read references into the .shp file.&amp;nbsp; It's a naming convention adopted from the PRIMOS operating system (for the Prime minicomputers on which Arc/Info was originally developed) which provided a shadow fixed-width file for offsets to direct access of the variable record width files. All the *x files of ArcGIS are indexes into the similarly named variable-width files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The dBase file has a fixed table header and N fixed field headers, that define the start and width of the fixed records.&amp;nbsp; The only link between .shp and .dbf is record number.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can &lt;EM&gt;usually&lt;/EM&gt; regenerate the .shx if it is lost, since the .shp has internal offsets as well, but if the .shp or .dbf is lost, the geometry or attributes are gone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2016 20:15:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/add-shp-and-shx-files-to-a-new-map/m-p/44463#M509</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2016-11-23T20:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: add .shp and .shx files to a new map</title>
      <link>https://community.esri.com/t5/mapping-questions/add-shp-and-shx-files-to-a-new-map/m-p/44464#M510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oops....&amp;nbsp; I was told (many many moons ago) it acts as an index between the two.&amp;nbsp; My bad....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2016 20:20:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/add-shp-and-shx-files-to-a-new-map/m-p/44464#M510</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2016-11-23T20:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: add .shp and .shx files to a new map</title>
      <link>https://community.esri.com/t5/mapping-questions/add-shp-and-shx-files-to-a-new-map/m-p/44465#M511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, that bit of lore has been repeated long after the original mistaken assertion was made.&amp;nbsp; It sounds good, but it isn't true. No biggie.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2016 20:24:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/add-shp-and-shx-files-to-a-new-map/m-p/44465#M511</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2016-11-23T20:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: add .shp and .shx files to a new map</title>
      <link>https://community.esri.com/t5/mapping-questions/add-shp-and-shx-files-to-a-new-map/m-p/44466#M512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Expanding on what &lt;A href="https://community.esri.com/migrated-users/19932"&gt;Darren Wiens&lt;/A&gt; suggested, if it turns out the shapefiles cannot be recognized by your copy of ArcGIS, something to try would be to run the &lt;EM&gt;Check Geometry&lt;/EM&gt; &lt;EM&gt;(Data Management toolbox)&lt;/EM&gt; Geoprocessing tool&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://resources.arcgis.com/en/help/main/10.2/index.html#//001700000034000000" title="http://resources.arcgis.com/en/help/main/10.2/index.html#//001700000034000000"&gt;ArcGIS Help (10.2, 10.2.1, and 10.2.2)&lt;/A&gt; - Check Geometry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shapefiles are a fairly open format and not all shapefiles are ESRI-complaint, so &lt;EM&gt;Check Geometry&lt;/EM&gt; may point out any issues.&amp;nbsp; If issues do show up, one can run &lt;EM&gt;Repair Geometry (Data Management)&lt;/EM&gt; to attempt a fix on the shapefile.&amp;nbsp; While not a guaranteed fix, I've found it quite often turns a bad shapefile into something usable.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://resources.arcgis.com/en/help/main/10.2/index.html#//00170000003v000000" title="http://resources.arcgis.com/en/help/main/10.2/index.html#//00170000003v000000"&gt;ArcGIS Help (10.2, 10.2.1, and 10.2.2)&lt;/A&gt;&amp;nbsp; - Repair Geometry&lt;/P&gt;&lt;P&gt;Note - be sure to back up your shapefiles before running this tool, as &lt;EM&gt;Repair&lt;/EM&gt; Geometry alters the input file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris Donohue, GISP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2016 18:04:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/add-shp-and-shx-files-to-a-new-map/m-p/44466#M512</guid>
      <dc:creator>ChrisDonohue__GISP</dc:creator>
      <dc:date>2016-11-29T18:04:55Z</dc:date>
    </item>
  </channel>
</rss>

