ÿþ<HTML> <HEAD> <STYLE> BODY {background-color:#FBFFFF; margin:0.25in; font-size:10pt; font-family:Arial,sans-serif} H1 {margin-left:0.05in; position:relative; top:-6; text-align:center; font-weight:bold; font-size:18; font-family:Verdana,sans-serif; color:#006400} H2 {margin-left:0.25in; position:relative; top:-16; text-align:center; font-size:13; font-family:Verdana,sans-serif; color:#006400} TABLE {position:relative; top:-10; valign:top; table-layout:fixed; border-collapse:collapse} TD {text-align:center} TD {font-weight:bold; font-size:11pt; border-color:#6495ED} .tsel {color:#FFFFFF; background-color:#6495ED} .tun {color:#00008B; background-color:#B8DEFA} .tover {color:#0000CD; background-color:#B8E6FF; cursor:hand} .f {background-color:#FFFFFF; border:'1.5pt solid #6495ED'; position:relative; top:-10} .ph1 {color:#2E8B57; font-weight:bold; cursor:} .ph2 {margin-left:0.2in; color:#2E8B57; font-weight:bold; cursor:} .pover1 {color:#006000; font-weight:bold; cursor:hand} .pover2 {margin-left:0.2in; color:#006000; font-weight:bold; cursor:hand} .pn {color:#00008B; font-weight:bold} .pv {font-family:Verdana,sans-serif; line-height:135%; color:#191970; margin:0in 0.15in 0.75in 0.15in} .pe1 {margin-left:0.2in} .pe2 {margin-left:0.25in; font-weight:normal; color:#191970;} .lt {line-height:115%} .lt2 {line-height:115%; margin-bottom:1mm} .sr1 {margin-left:0in} .sr2 {margin-left:0.2in} .sr3 {margin-left:0.4in} .srh1 {color:#00008B; font-weight:bold; margin-left:0in} .srh2 {color:#00008B; font-weight:bold; margin-left:0.2in} .name {margin-left:0.05in; position:relative; top:-6; text-align:center; font-weight:bold; font-size:18; font-family:Verdana,sans-serif; color:#006400} .sub {margin-left:0.25in; text-align:center; position:relative; top:3; font-weight:bold; font-size:13; font-family:Verdana,sans-serif; color:#006400} .search {margin:0in 0.15in 0.75in 0.15in; color:#191970; font-family:Verdana,sans-serif; font-size:13} .head {color:#006400} </STYLE> <SCRIPT LANGUAGE="JScript"><!-- //changes the color of the tabs or headings that you can click //when the mouse hovers over them function doHilite() { var e = window.event.srcElement; if (e.className == "tun") { e.className = "tover"; } else if (e.className == "tover") { e.className = "tun"; } else if (e.className == "ph1") { e.className = "pover1"; } else if (e.className == "ph2") { e.className = "pover2"; } else if (e.className == "pover1") { e.className = "ph1"; } else if (e.className == "pover2") { e.className = "ph2"; } window.event.cancelBubble = true; } //changes the style of the selected tab to unselected and hide its text, then //set the style of the tab that was clicked on to selected and show its text function changeTab(eRow) { var tabs = eRow.cells; for (var i = 0; i < tabs.length; i++) { var oldTab = tabs[i]; if (oldTab.className == "tsel") { break; } } oldTab.className = "tun"; var oldContent = getAssociated(oldTab); oldContent.style.display = "none"; var newTab = window.event.srcElement; newTab.className ="tsel"; var newContent = getAssociated(newTab); newContent.style.display = "block"; window.event.cancelBubble = true; } //hide or show the text assoicated with the heading that was clicked function hideShowGroup(e) { var theGroup = e.children[0]; if (theGroup.style.display == "none") { theGroup.style.display="block"; } else { theGroup.style.display="none"; } window.event.cancelBubble = true; } //returns the name of the element containing the text associated with each tab function getAssociated(e) { if (e.tagName == "TD") { switch (e.id) { case "DescTab": return (Description); case "SpatialTab": return (Spatial); case "AttribTab": return (Attributes); } } } //centers the thumbnail function position() { var e; e = document.all("thumbnail"); if (e != null) { b = document.body; w1 = b.clientWidth - 80; w2 = w1 - thumbnail.width; var margin = Math.floor(w2 * .5); thumbnail.style.visibility = "hidden"; thumbnail.style.marginLeft = margin; thumbnail.style.visibility = "visible"; } } //parse text to respect line breaks added - increases readability. //lines beginning with a ">" character are presented with a monospace //(fixed-width) font - e.g., so equations will appear correctly function fix(e) { var par = e.parentNode; e.id = ""; var pos = e.innerText.indexOf("\n"); if (pos > 0) { while (pos > 0) { var t = e.childNodes(0); var n = document.createElement("PRE"); var s = t.splitText(pos); e.insertAdjacentElement("afterEnd", n); n.appendChild(s); e = n; pos = e.innerText.indexOf("\n"); } var count = (par.children.length); for (var i = 0; i < count; i++) { e = par.children(i); if (e.tagName == "PRE") { pos = e.innerText.indexOf(">"); if (pos != 0) { n = document.createElement("DIV"); e.insertAdjacentElement("afterEnd", n); n.innerText = e.innerText; e.removeNode(true); } } } if (par.children.tags("PRE").length > 0) { count = (par.childNodes.length); for (i = 0; i < count; i++) { e = par.children(i); if (e.tagName == "PRE") { e.id = ""; if (i < (count-1)) { var e2 = par.children(i + 1); if (e2.tagName == "PRE") { e.insertAdjacentText("beforeEnd", e2.innerText+"\n"); e2.removeNode(true); count = count-1; i = i-1; } } } } } } else { n = document.createElement("DIV"); par.appendChild(n); n.innerText = e.innerText; e.removeNode(true); } } --></SCRIPT> </HEAD> <BODY onload="position();" onresize="position();" oncontextmenu="return true"> <H1>INDUSTRIAL_MINERALS_POINTS_IN: Industrial Mineral Data in Indiana (Indiana Geological Survey, Point Shapefile)</H1> <TABLE cols="3" frame="void" rules="cols" width="315" height="28"> <COL WIDTH="105" /><COL WIDTH="105" /><COL WIDTH="105" /> <TR height="28" onmouseover="doHilite()" onmouseout="doHilite()" onclick="changeTab(this)"> <TD ID="DescTab" CLASS="tsel" TITLE="Click to see a description of the data">Description</TD> <TD ID="SpatialTab" CLASS="tun" TITLE="Click for details about the spatial data">Spatial</TD> <TD ID="AttribTab" CLASS="tun" TITLE="Click for details about the attribute data">Attributes</TD> </TR> </TABLE> <DIV ID="Group" CLASS="f"> <DIV ID="Description" CLASS="pv" STYLE="display:block"><BR /> <DIV CLASS="pn">Keywords</DIV> <DIV STYLE="margin-left:0.2in" CLASS="lt2"><SPAN CLASS="pn">Theme: </SPAN> geoscientificInformation</DIV> <DIV STYLE="margin-left:0.2in" CLASS="lt2"><SPAN CLASS="pn">Theme: </SPAN> Indiana Geological Survey (IGS), clay, crushed stone, crushed stone quarry, dimension stone, economic geology, geologic mapping, geology, gypsum, industrial mineral, outcrop, sand and gravel, shale</DIV> <DIV STYLE="margin-left:0.2in" CLASS="lt2"><SPAN CLASS="pn">Place: </SPAN> Indiana, Adams County, Allen County, Bartholomew County, Benton County, Blackford County, Boone County, Brown County, Carroll County, Cass County, Clark County, Clay County, Clinton County, Crawford County, Daviess County, Dearborn County, Decatur County, DeKalb County, Delaware County, Dubois County, Elkhart County, Fayette County, Floyd County, Fountain County, Franklin County, Fulton County, Gibson County, Grant County, Greene County, Hamilton County, Hancock County, Harrison County, Hendricks County, Henry County, Howard County, Huntington County, Jackson County, Jasper County, Jay County, Jefferson County, Jennings County, Johnson County, Knox County, Kosciusko County, Lagrange County, Lake County, LaPorte County, Lawrence County, Madison County, Marion County, Marshall County, Martin County, Miami County, Monroe County, Montgomery County, Morgan County, Newton County, Noble County, Ohio County, Orange County, Owen County, Parke County, Perry County, Pike County, Porter County, Posey County, Pulaski County, Putnam County, Randolph County, Ripley County, Rush County, Scott County, Shelby County, Spencer County, St Joseph County, Starke County, Steuben County, Sullivan County, Switzerland County, Tippecanoe County, Tipton County, Union County, Vanderburgh County, Vermillion County, Vigo County, Wabash County, Warren County, Warrick County, Washington County, Wayne County, Wells County, White County, Whitley County</DIV> <BR /> <DIV CLASS="pn">Description</DIV> <DIV CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Abstract <DIV CLASS="pe2" STYLE="display:"> <SPAN CLASS="lt"><PRE ID="original">INDUSTRIAL_MINERALS_POINTS_IN is a shapefile that shows the distribution of stratigraphic data for various industrial minerals in Indiana. These data were derived from six different types of sources: cores, measured samples, mine samples, outcrops, quarries, and well logs. Data that are associated with each point can be obtained by contacting the Indiana Geological Survey and referencing the identification number stored in the field named "ID__."</PRE></SPAN><BR /> <SCRIPT>fix(original)</SCRIPT> </DIV> </DIV> <DIV CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Purpose <DIV ID="Purpose" CLASS="pe2" STYLE="display:"> <SPAN CLASS="lt"><PRE ID="original">The purpose of this shapefile is to provide a map layer showing the distribution of publicly available industrial mineral data in Indiana.</PRE></SPAN><BR /> <SCRIPT>fix(original)</SCRIPT> </DIV> </DIV> <DIV STYLE="text-align:center; color:#6495ED">_________________</DIV><BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Status of the data <DIV CLASS="pe2" STYLE="display:none"> Complete<BR /><I>Data update frequency: </I> None planned<BR /></DIV> </DIV> <BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Time period for which the data is relevant <DIV CLASS="pe2" STYLE="display:none"> <DIV><I>Beginning date and time: </I> 1920 </DIV> <DIV><I>Ending date and time: </I> 1989 </DIV> <DIV> <I>Description: </I> <SPAN CLASS="lt"><PRE ID="original">1989</PRE></SPAN><BR /> <SCRIPT>fix(original)</SCRIPT> </DIV> </DIV> </DIV> <BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Publication Information <DIV CLASS="pe2" STYLE="display:none"><SPAN CLASS="lt2"> <I>Who created the data: </I>Indiana Geological Survey (IGS), Christina James (GIS compiler), Sara Moore (Data compiler)<BR /></SPAN> <DIV><I>Date and time: </I> 20040227</DIV> <DIV><I>Publisher and place: </I> Indiana Geological Survey, Bloomington, Indiana </DIV> </DIV> </DIV> <DIV STYLE="text-align:center; color:#6495ED">_________________</DIV><BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Data storage and access information <DIV CLASS="pe2" STYLE="display:none"> <I>Type of data: </I>Map<BR /> <DIV><I>Location of the data: </I></DIV><DIV><LI STYLE="margin-left:0.2in">http://igs.indiana.edu/arcims/statewide/download.html</LI></DIV> <I>Data processing environment: </I><SPAN CLASS="lt">ESRI ArcView version 3.2 shapefile format, approximately 78 Kb</SPAN><BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Constraints on accessing and using the data <DIV CLASS="pe2" STYLE="display:none"> <I>Access constraints: </I> <SPAN CLASS="lt">This file is available to anyone, but access may be contingent on written request, specific terms relevant to the agency or person making the request, and (or) current freedom of information statutes in the state of Indiana.<BR /></SPAN><DIV> <I>Use constraints: </I> <SPAN CLASS="lt"><PRE ID="original">INDIANA GEOLOGICAL SURVEY DATA DISCLAIMER This data set is provided by Indiana University, Indiana Geological Survey, and contains data believed to be accurate; however, a degree of error is inherent in all data. This product is distributed "AS-IS" without warranties of any kind, either expressed or implied, including but not limited to warranties of suitability of a particular purpose or use. No attempt has been made in either the designed format or production of these data to define the limits or jurisdiction of any federal, state, or local government. These data are intended for use only at the published scale or smaller and are for reference purposes only. They are not to be construed as a legal document or survey instrument. A detailed on-the-ground survey and historical analysis of a single site may differ from these data. CREDIT It is requested that the Indiana Geological Survey be cited in any products generated from this data set. The following source citation should be included: INDUSTRIAL_MINERALS_POINTS_IN: Industrial Mineral Data in Indiana (Indiana Geological Survey, Point Shapefile).</PRE></SPAN><BR /> <SCRIPT>fix(original)</SCRIPT> </DIV> </DIV> </DIV> </DIV> </DIV> <BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Details about this document <DIV CLASS="pe2" STYLE="display:none"> <DIV>Contents last updated: 20040227</DIV> <DIV>Contents last reviewed: 20040308</DIV> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Who completed this document <DIV CLASS="pe2" STYLE="display:none"> Christina James<BR />Indiana Geological Survey<BR /><I>Mailing and physical address:</I><BR /><DIV STYLE="margin-left:0.3in"> <DIV CLASS="lt"> <PRE ID="original">611 North Walnut Grove</PRE> <SCRIPT>fix(original)</SCRIPT> </DIV> <DIV> Bloomington, Indiana 47405-2208</DIV> <DIV>USA</DIV></DIV> <BR /> 812-855-2504 (voice)<BR />812-855-2862 (fax)<BR />cjames@indiana.edu<BR /><BR /> <DIV><I>Hours of service:</I> 0800 to 1700 Eastern Standard Time</DIV><DIV><I>Contact Instructions:</I></DIV> <DIV STYLE="margin-left:0.3in"> <PRE ID="original">Monday through Friday, except holidays</PRE> <SCRIPT>fix(original)</SCRIPT> </DIV> <BR /> </DIV> </DIV> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Standards used to create this document <DIV CLASS="pe2" STYLE="display:none"> <I>Standard name: </I>FGDC CSDGM<BR /> <I>Standard version: </I>FGDC-STD-001-1998<BR /> </DIV> </DIV> </DIV> </DIV> <BR /> </DIV> <DIV ID="Spatial" class="pv" STYLE="display:none"><BR /> <DIV CLASS="pn">Horizontal coordinate system</DIV> <DIV CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Details <DIV CLASS="pe2" STYLE="display:none"> <DIV CLASS="sr1"><SPAN CLASS="pn">Grid Coordinate System Name: </SPAN>Universal Transverse Mercator</DIV> <DIV CLASS="sr2"><I>UTM Zone Number: </I>16</DIV> <DIV CLASS="srh2">Transverse Mercator Projection</DIV> <DIV CLASS="sr3"><I>Scale Factor at Central Meridian: </I>0.999600<BR /> <I>Longitude of Central Meridian: </I>-87.000000<BR /> <I>Latitude of Projection Origin: </I>0.000000<BR /> <I>False Easting: </I>500000.000000<BR /> <I>False Northing: </I>0.000000<BR /> </DIV> <BR /> <DIV CLASS="sr1"><SPAN CLASS="pn">Planar Coordinate Information</SPAN></DIV> <DIV CLASS="sr2"><I>Planar Distance Units: </I>Meters</DIV> <DIV CLASS="sr2"><I>Coordinate Encoding Method: </I>Row and column</DIV> <BR /> <DIV CLASS="srh1">Geodetic Model</DIV> <DIV CLASS="sr2"><I>Horizontal Datum Name: </I>North American Datum of 1983</DIV> <DIV CLASS="sr2"><I>Ellipsoid Name: </I>GRS 80</DIV> <DIV CLASS="sr2"><I>Semi-major Axis: </I>6378137.0000000</DIV> <DIV CLASS="sr2"><I>Denominator of Flattening Ratio: </I>298.26</DIV> </DIV> </DIV> <DIV STYLE="text-align:center; color:#6495ED">_________________</DIV><BR /> <DIV CLASS="pn">Bounding coordinates</DIV> <DIV STYLE="margin-left:0.2in" CLASS="pn">Horizontal</DIV> <DIV STYLE="margin-left:0.4in" CLASS="pn">In decimal degrees</DIV> <DIV STYLE="margin-left:0.6in"><I>West: </I> -87.9958</DIV> <DIV STYLE="margin-left:0.6in"><I>East: </I> -84.8210</DIV> <DIV STYLE="margin-left:0.6in"><I>North: </I> 41.6924</DIV> <DIV STYLE="margin-left:0.6in"><I>South: </I> 37.8461</DIV> <DIV STYLE="text-align:center; color:#6495ED">_________________</DIV><BR /> <DIV CLASS="pn">Lineage</DIV> <DIV CLASS="pn" STYLE="margin-left:0.2in">FGDC lineage</DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 1 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>Paper files were scanned and converted into Corel WordPerfect documents using optical character recognition. The WordPerfect documents were then saved as Microsoft Word documents. The Word documents were assigned a numerical file name of eight characters, of which the first two numbers are the county Federal Identification (FID) number. Data that are associated with each point can be obtained by contacting the Indiana Geological Survey and referencing the identification number stored in the field named "ID__." The Word documents described above contain locational information that was copied into a Microsoft Excel spreadsheet. The Excel spreadsheet was converted to a TXT document, and Geographix software was used to determine UTM coordinates for each record in the TXT document. Paper records were consulted and corrected locational information was entered wherever possible for records which were not assigned UTM coordinates by Geographix software. The TXT document with corrected UTM coordinates was then re-processed using Geographix software. Fields were then added to the TXT document to indicate the sources of the data. The paper records of industrial minerals data are contained within folders with labels such as "Quarry," "Core," or "Other." Some folders have two or more designations, while other folders are unmarked. The fields were named "Quarry," "Core," "Other," and "Unmarked," and for each record, the value "X" was added in the field (or fields) from which the associated paper record was obtained. The TXT document was converted into a point shapefile using ESRI ArcView 3.3. The shapefile was named INDUSTRIAL_MINERALS_POINTS_IN.<BR /> <I>Source used: </I>Paper records, Corel Wordperfect files, Microsoft Word files, Microsoft Excel spreadsheet, TXT file<BR /> <I>Source produced: </I>INDUSTRIAL_MINERALS_POINTS_IN.SHP<BR /> <I>Process date: </I>20040226 <BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Who did this process <DIV CLASS="pe2" STYLE="display:none"> Christina L. James<BR />Indiana Geological Survey<BR /><I>Mailing and physical address:</I><BR /><DIV STYLE="margin-left:0.3in"> <DIV CLASS="lt"> <PRE ID="original">611 North Walnut Grove</PRE> <SCRIPT>fix(original)</SCRIPT> </DIV> <DIV> Bloomington, Indiana 47405-2208</DIV> <DIV>USA</DIV></DIV> <BR /> 812-855-7636 (voice)<BR />812-855-2862 (fax)<BR />IGSinfo@indiana.edu<BR /><BR /> <DIV><I>Hours of service:</I> 0800 to 1700 Eastern Standard Time</DIV><DIV><I>Contact Instructions:</I></DIV> <DIV STYLE="margin-left:0.3in"> <PRE ID="original">Monday through Friday, except holidays</PRE> <SCRIPT>fix(original)</SCRIPT> </DIV> <BR /> </DIV> </DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 2 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>This metadata was pre-parsed and parsed using CNS (Chew and Spit. v 2.6.1) and MP (Metadata Parser, v 2.7.1) software written by Peter N. Schweitzer (United States Geological Survey). The errors generated by MP were all addressed and corrected, except that no values were assigned to "Abscissa_Resolution" and "Ordinate_Resolution."<BR /> <I>Process date: </I>20040305 <BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Who did this process <DIV CLASS="pe2" STYLE="display:none"> Christina James<BR />Indiana Geological Survey<BR /><I>Mailing and physical address:</I><BR /><DIV STYLE="margin-left:0.3in"> <DIV CLASS="lt"> <PRE ID="original">611 North Walnut Grove</PRE> <SCRIPT>fix(original)</SCRIPT> </DIV> <DIV> Bloomington, Indiana 47405-2208</DIV> <DIV>USA</DIV></DIV> <BR /> 812-855-2504 (voice)<BR />812-855-2862 (fax)<BR />cjames@indiana.edu<BR /><BR /> <DIV><I>Hours of service:</I> 0800 to 1700 Eastern Standard Time</DIV><DIV><I>Contact Instructions:</I></DIV> <DIV STYLE="margin-left:0.3in"> <PRE ID="original">Monday through Friday, except holidays</PRE> <SCRIPT>fix(original)</SCRIPT> </DIV> <BR /> </DIV> </DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 3 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>Metadata imported.<BR /> <I>Source used: </I>C:\DOCUME~1\cdintama\LOCALS~1\Temp\xml58F7.tmp<BR /> </DIV> </DIV> <DIV CLASS="pn" STYLE="margin-left:0.4in">Sources</DIV> <DIV CLASS="ph2" STYLE="margin-left:0.6in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Source 1: None (None)<DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Media: </I>Tabular digital data<BR /> <I>Contribution: </I>Drillers' logs, mine samples, and core logs<BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Currentness of this source <DIV CLASS="pe2" STYLE="display:none"> <DIV><I>Beginning date and time: </I> 1920 </DIV> <DIV><I>Ending date and time: </I> 1989 </DIV> </DIV> </DIV> </DIV> </DIV> <DIV STYLE="text-align:center; color:#6495ED">_________________</DIV><BR /> <DIV CLASS="pn">Spatial data quality</DIV> <DIV CLASS="ph2" STYLE="margin-left:0.2in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Horizontal positional accuracy <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <SPAN CLASS="lt"><PRE ID="original">Locations were obtained by using Geographix software, which converts locational data from the Congressional Survey System to UTM coordinates. In some cases footage information was available, and this was used in the conversion. Where footage information was not available, the point was located to the center of the smallest quarter-section given.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> </DIV> </DIV> <BR /> <DIV CLASS="ph2" STYLE="margin-left:0.2in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Vertical positional accuracy <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <SPAN CLASS="lt"><PRE ID="original">Not a factor in the production of this shapefile.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> </DIV> </DIV> <DIV STYLE="text-align:center; color:#6495ED">_________________</DIV><BR /> <DIV CLASS="pn">Spatial data description</DIV> <DIV CLASS="pn" STYLE="margin-left:0.2in">Vector data information</DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">SDTS description <DIV CLASS="pe2" STYLE="display:none"> <DIV>Feature class: SDTS feature type, feature count</DIV> <DIV STYLE="margin-left:0.2in"> <LI> Feature class: Point, 1203 </LI> </DIV> </DIV> </DIV> <BR /> </DIV> <DIV ID="Attributes" class="pv" STYLE="display:none"><BR /> <DIV CLASS="pn">Details for INDUSTRIAL_MINERALS_POINTS_IN.dbf</DIV> <DIV STYLE="margin-left:0.2in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Description <DIV CLASS="pe2" STYLE="display:none"> <SPAN CLASS="lt">Shapefile Attribute Table</SPAN><BR /> <SPAN CLASS="lt"><I>Source: </I>None</SPAN><BR /> <BR /> </DIV> </DIV> <DIV STYLE="margin-left:0.2in" CLASS="pn"> Attributes<DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> Id__ <DIV CLASS="pe2" STYLE="display:none"> <SPAN CLASS="lt"><I>Definition: </I>Identification number assigned to each data point by Sara Moore. The identification number consists of eight numbers, of which the first two numbers are the FID for the county in which the data point exists. Data that are associated with each point can be obtained by contacting the Indiana Geological Survey and referencing this identification number.</SPAN> <BR /> <SPAN CLASS="lt"><I>Definition Source: </I>Indiana Geological Survey</SPAN> <BR /><br /> <I>Attribute Domain Values:</I><br /><br /> </DIV> </DIV> </DIV> <DIV STYLE="margin-left:0.2in" CLASS="pn"> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> Core <DIV CLASS="pe2" STYLE="display:none"> <SPAN CLASS="lt"><I>Definition: </I>An "X" in this field indicates that the data is derived from a core</SPAN> <BR /> <SPAN CLASS="lt"><I>Definition Source: </I>Indiana Geological Survey</SPAN> <BR /><br /> <I>Attribute Domain Values:</I><br /><br /> </DIV> </DIV> </DIV> <DIV STYLE="margin-left:0.2in" CLASS="pn"> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> Other <DIV CLASS="pe2" STYLE="display:none"> <SPAN CLASS="lt"><I>Definition: </I>An "X" in this field indicates that the data is derived from roadcut, outcrop, or other source</SPAN> <BR /> <SPAN CLASS="lt"><I>Definition Source: </I>Indiana Geological Survey</SPAN> <BR /><br /> <I>Attribute Domain Values:</I><br /><br /> </DIV> </DIV> </DIV> <DIV STYLE="margin-left:0.2in" CLASS="pn"> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> Quarry_Pit <DIV CLASS="pe2" STYLE="display:none"> <SPAN CLASS="lt"><I>Definition: </I>An "X" in this field indicates that the data is derived from a quarry or pit</SPAN> <BR /> <SPAN CLASS="lt"><I>Definition Source: </I>Indiana Geological Survey</SPAN> <BR /><br /> <I>Attribute Domain Values:</I><br /><br /> </DIV> </DIV> </DIV> <DIV STYLE="margin-left:0.2in" CLASS="pn"> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> Unmarked <DIV CLASS="pe2" STYLE="display:none"> <SPAN CLASS="lt"><I>Definition: </I>An "X" in this field indicates that the data is from an unknown source</SPAN> <BR /> <SPAN CLASS="lt"><I>Definition Source: </I>Indiana Geological Survey</SPAN> <BR /><br /> <I>Attribute Domain Values:</I><br /><br /> </DIV> </DIV> </DIV> <BR /> </DIV> </DIV> </BODY> </HTML>