<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">So that's the confusing (sort of) nature of shapefiles. </p>
<ul type="disc">
<li>shp holds the geometry </li>
<li>dbf holds the data </li>
<li>shx connects the two (at least I think I'm remembering this right)</li>
</ul>
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">QGIs knows if you add the shp it needs the other files and grabs those automatically - so there's no need to add them. Same with the tiff - it grabs what it needs once you add the main file. You do need all the files - they aren't redundant - you just don't have to add them one by one to QGIS. </p>
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">As far as converting work from QGIS <-> MXD - Oh. That's part of the pain. Someone on the main QGIS list asked about that tool the other day. I've not used it. </p>
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Randy </p>
<br /><br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">On Thursday, March 3, 2022 4:11:48 PM EST Judith Kerman wrote:</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> Thanks, all. The essential question is that, when I look under the hood at</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> ArcMaps files, there are multiple files, for instance (shapefiles): .cpg,</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> .dbf, .prj, .sbn, .sbx, .shp, shp.xml, shx.</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> If I try to bring them in one by one, I get invalid data type messages for</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> .cpg, .sbn, .prj, .shp.xml and .sbx</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> The file types .dbf, .shx and .shp work fine, but all look the same,</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> including the attribute table. They all have coordinate systems, and they</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> overlay the way they should visually.</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> </p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> Similarly, the New York State Orthographic imagery has .aux, .j2w, .jp2,</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> and .tab</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> When I bring in a file, I can bring in .aux, but QGIS flags it as having a</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> Read Block error,, and .jp2, which seems to be fine, shows the data just</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> like it looks in Arcmaps, and seems to contain coordinates. For the other</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> file types (.j2w and .tab), I get an invalid data type message.</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> </p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> I understand that to get raster files from Arcmaps itself, I have to export</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> as a TIFF. That works fine, too, and again seems to have coordinates.</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> </p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> The question is: am I losing any data that is contained in the "invalid"</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> files? Do I need all three of the kinds of shapefile subfiles that seem to</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> work? They all have the same attribute table contents. Why would ESRI use 8</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> different subfiles for a "shapefile" and the NY Ortho use 4 (evidently</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> needed for Arcmaps) if they contain only redundant information? Am I safe</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> just using one of the ones that work, such as .shp and .p2, and not</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> worrying about the rest?</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> </p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> Hope that makes the question clearer.</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> </p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> Followup question;:</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> It would be lovely to just be able to import my Arcmaps work instead of</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> rebuilding everything. I understand SLYER is expensive. I found an open</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> source plugin, Mxd2Qgs, that suppsedly would import my map packages, but I</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> don't understand the documentation. Suggestions?</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> </p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> Thanks! Glad I found this list!</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> </p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> Judy</p>
<br /><br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">-- </p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">-------------</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Randal Hale </p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">North River Geographic Systems, Inc </p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">https://www.northrivergeographic.com</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">(p) 423.653.3611 </p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">(e) rjhale@northrivergeographic.com</p>
</body>
</html>