Morenci Datastructure
Total Page:16
File Type:pdf, Size:1020Kb
Digital geographic index of geologic literature for the east half of the Phoenix North 30' x 60' quadrangle, Arizona Authors Orr, T.R. Citation Orr, T. R, 2000, Digital geographic index of geologic literature for the east half of the Phoenix North 30' x 60' quadrangle, Arizona. Arizona Geological Survey Digital Information DI-20, 3 ArcView shape files, 6 DBF files and other files. Rights Arizona Geological Survey. All rights reserved. Download date 30/09/2021 17:34:37 Link to Item http://hdl.handle.net/10150/630055 Data structure for DI-20: Digital geographic index of geologic literature for the east half of the Phoenix North 30’ x 60’ quadrangle, Arizona by Tim R. Orr and Stephen M. Richard Text to accompany DI-20 Arizona Geological Survey 416 W. Congress, Suite #100, Tucson, Arizona 85701 INTRODUCTION This document describes the database structure of Arizona Geological Survey Digital Information Series DI-20, Digital geographic index of geologic literature for the east half of the Phoenix North 30’ x 60’ quadrangle, Arizona. DI-20 is a georeferenced bibliography that allows the user to conduct spatial and keyword searches to locate geologic information about the east half of the Phoenix North 30’ x 60’ quadrangle. The purpose of this document is to provide a written description of the procedures used to cre- ate the dataset, and the structure of the dataset. It is assumed that the reader is familiar with geo- graphic databases and the use of Arc/Info and ArcView GIS software. Figure 1. Map data model showing the structure of the tables that comprise this database. Each box represents a data table or correlation table, with the lines linking primary keys (PK) and foreign keys (FK). The compound primary keys are shown in italics. Cardinality labels where a line meets a table indicate the number of rows in that table for which the linked field matches a value in the corresponding field of the linked table; ‘1’ = one and only one; ‘1-M’ = at least one; ‘0-M’ = 0 to many. In a standard database there would only be one keyword table and one correlation table, but, due to implementation problems in ArcView GIS, it was necessary to create separate keyword tables and separate correlation tables. Each pair of tables, however, can be thought of as a single logical table. This is represented by the shaded boxes which show logical table groupings. 2 Table 1. Shapefile and data table summary. Field definitions are in parentheses. I is an integer field, C is a character field, and the number indicates the field width. Shapefile/Table Attributes Description azcounty.shp Name (C,16) Polygon shapefile defining the spatial extents of counties in Arizona for location reference. ep_mapindex.shp DatasetID (I,16) Polygon shapefile defining the spatial SpObjID (I,16) extents of the maps and figures. Accuracy (I,8) Citation (C,254) ep_outline.shp Name (C,32) Polygon shapefile defining the spatial extent of the east half of the Phoenix North quadrangle. ep_citation.dbf DatasetID (I,16) Table lists the citations that describe the AZGeoBibID (I,16) geology of project area. Author (C,254) Year (I,8) Title (C,254) Citation (C,254) ep_figure.dbf DatasetID (I,16) Table lists figures and maps digitized and FigID ( I,16) correlates the citation table with the map SpObjID (I,16) index shapefile. Plate (C,64) Scale (I,8) AZGeoBibID (I,16) cit_keywords.dbf DatasetID (I,16) Table lists the keywords associated with the KeywordID (I,16) citations table. Keyword (C,32) Comment (C,254) fig_keywords.dbf DatasetID (I,16) Table lists the keywords associated with the KeywordID (I,16) figures table. Keyword (C,32) Comment (C,2545) cit_key_crl.dbf ObjectDS (I,16) Table correlates the citation keywords with ObjectID (I,16) the citation table. KeywordDS (I,16) KeywordID (I,16) fig_key_crl.dbf ObjectDS (I,16) Table correlates the figure keywords with ObjectID (I,16) the figure table. KeywordDS (I,16) KeywordID (I,16) 3 DATA COLLECTION AND DIGITIZING PROCEDURES This dataset was compiled by filtering pertinent spatial data from Arizona Geological Survey DI-9, Arizona Geologic Index Map (Kneale and Richard, 1998), and adding additional information located through extensive literature searches. The bibliographies searched to gather this additional information included AZGEOBIB (Trapp et. al., 1995), GeoRef, and the online library catalogs for the University of Arizona, Arizona State University, and Northern Arizona University. In addition, the citation sections from several pertinent publications were perused for additional useful references. The complete bibliography for this database is included in Appendix A. Most spatial extents were digitized from paper copies of maps or publication figures using Arc/Info v.7.1.1 and a Calcomp Drawingboard II table digitizer. Where possible, spatial extents were digitized directly on screen using DRG’s or other digital maps as guides. In some cases, polygon extents were copied from other digital sources. The maps and figures were projected in ArcView 3.2 to UTM, zone 12, NAD1927 coordinates, with map units in meters. Additional tables were created using ArcView v.3.2 and Microsoft Excel 2000. The metadata was written using the MetaData Collection Tool v2.0, an ArcView script written by the NOAA Coastal Services Center, and the TK Metadata Editor by Peter Schweitzer of the USGS in Reston, VA. DATA ORGANIZATION This geographic database is designed to operate as a georeferenced geologic bibliography that can be searched both spatially and through the use of keywords. A data model schema, outlining the shapefile and database table relationships for the geospatial objects and the data tables, is shown in Figure 1. The data fields included in these tables are summarized in Table 1. The spatial information in this geographic database is contained in three ArcView shapefiles. The map index shapefile, ep_mapindex.shp, is composed of polygons that define the spatial extents of the maps and figures that correlate bibliographic citations with geographic areas. The counties shapefile, azcounty.shp, contains polygons representing the counties in Arizona, and the map area shapefile, ep_outline.shp, contains the polygon representing the east half of the Phoenix North 30’ x 60’ quadrangle. The counties shapefile and the map area shapefile are included as location references and are not included as part of the data model in Figure 1. The citation table, ep_citation.dbf, contains the list of citations that describe the geology of project area. The figures table, ep_figure.dbf, lists the figures and maps digitized and correlates the citation table with the map index shapefile. As shown in Figure 1, each citation is associated with one to many figures, while each figure is associated with only one citation. Each figure has a unique map extent but several figures may share the same map extent. Thus a ‘many to many’ relationship exists between the map extent shapefile and the citation table. Keywords are located in two tables, fig_keywords.dbf and cit_keywords.dbf. In an ideal database, there would only be one keyword table. However, due to implementation problems with ArcView GIS 3.2, it was necessary to split the keywords into two separate tables. The keywords are then correlated with the figures table and the citations table using the fig_key_crl.dbf and cit_key_crl.dbf correlation tables, respectively. Again, due to implementation problems in ArcView GIS 3.2, it was necessary to create two separate correlation tables. These relationships, as shown in figure 1, also result in a ‘many to many’ relationship between citations and keywords, and between figures and keywords. Each citation or figure may have many linked keywords, and each keyword may be linked to many citations or figures. Each data table record is uniquely identified by a compound primary key (italicized in Figure 1) that consists of a source-file identifier (DatasetID) and a unique record identifier within that file (SpObjID, FigID, AZGeoBibID, or KeywordID). Because the software used to implement this data model, ArcView GIS, can not join on a compound key, it is usually necessary to add a user-defined 4 ‘Joinkey’ attribute - a concatenation of the source-file identifier and the unique record identifier - for every record in the implementation. However, since this database is relatively simple, it is possible to relate tables using only the unique record identifier. SHAPEFILES The shapefile below contains the spatial data for the geographic database of the east half of the Phoenix North quadrangle. This shapefile, and the fields included in its feature attribute table, is summarized in Table 1. County Shapefile The county shapefile (azcounty.shp) contains the polygons that define the spatial extents of the counties in Arizona to provide a location reference. The shapefile attribute table contains one field. • NAME: Character, width 16. Field contains the name of the county. Map Extent Shapefile The map extent shapefile (ep_mapindex.shp) contains the polygons that define the spatial extents of the maps and figures used correlate bibliographic citations with specific geographic areas. The shapefile attribute table contains three fields. • DATASETID: Integer, width 16. Field contains an integer value unique to the map index shapefile and is the first part of the compound primary key for each polygon. All polygons in the shapefile have the same value. Domain: 400. • SPOBJID: Integer, width 16. Field contains an integer value unique to each feature in the map extent shapefile and is the second part of the compound primary key for each polygon. Each polygon has a different value. Domain: >0 and <1016. • ACCURACY: Integer, width 8. Field contains the estimated spatial uncertainty in the location of a polygon, in meters. For example, a value of 100 indicates that the boundary of the polygon is within 100 meters of its presumed location on the ground.