Geol Map
Geol Map
Applications
with
TNTmips
page 1
in the tutorial booklets Displaying Geospatial Data and TNT Product Concepts. Those exercises introduce essential skills and basic techniques that are not covered again here. Please consult those booklets for any review you need.
Sample Data The data used to prepare the map shown in this booklet are distrib-
uted as sample data with the TNT products. Although this booklet does not include exercises with step-by-step instructions on how to use this data, you may wish to view the different data layers and experiment with them before you begin working with your own geologic map data. In particular, this booklet refers to sample files in the GEOLMAP data collection.
More Documentation This booklet is intended only as an overview of useful
strategies for preparing and assembling geospatial data layers to make geologic maps. As different tasks and procedures are discussed in the text, references are provided to appropriate tutorial booklets that provide exercises introducing the tools for performing those tasks in TNTmips.
TNTmips Pro and TNTmips Free TNTmips (the Map and Image Processing
System) comes in three versions: the professional version of TNTmips (TNTmips Pro), the low-cost TNTmips Basic version, and the TNTmips Free version. All versions run exactly the same code from the TNT products DVD and have nearly the same features. If you did not purchase the professional version (which requires a software license key) or TNTmips Basic, then TNTmips operates in TNTmips Free mode. All of the objects in the sample MIDMAP Project File are useable in TNTmips Free. Randall B. Smith, Ph.D., 4 January 2012 MicroImages, Inc., 2002-2012
You can print or read this booklet in color from MicroImages Web site. The Web site is also your source for the newest Getting Started booklets on other topics. You can download an installation guide, sample data, and the latest version of TNTmips. http://www.microimages.com page 2
page 4
Although the computer representation of the spatial elements of a geologic map is straight-forward, the relationships between the spatial elements and the associated geologic attribute information is commonly quite complex. As a relatively simple example, consider a line element that forms the boundary between two map unit polygons (red line in the illustration below). This line represents a contact located with some degree of accuracy. It might also be a particular type of contact, such as a normal fault with the west side downthrown. And that fault might be regionally significant and thus have a name. To convey all of this information, the line needs to have attributes for positional accuracy, fault type, and fault name. To reduce redundancy in the database, these attributes might be in different attribute tables related directly to the map elements or to each other. To avoid assigning attributes for upthrown and downthrown sides of dip-slip faults altogether, these faults might be digitized such that the downthrown side was always on the same side (left or right). As government agencies around the world have begun the transition to digital geologic maps, they have attempted to develop appropriate relational database models that can efficiently and completely represent geological attributes. One such effort is the Digital Geologic Map Data Model under development by a committee representing the federal, state, and provincial geological surveys of the United States and Canada. A report on the current draft version is available at http://ngmdb.usgs.gov/www-nadm. This problem is not a simple one, and you will need to give considerable thought to the design of the attribute databases for your digital geologic map.
page 5
page 6
page 7
Adding a point element to a vector object of station locations using the current GPS coordinates. The structural attitude symbols are point symbols generated by a CartoScript using data entered in an attached database table (see the tutorial booklet Using CartoScripts). The point display controls have also been set to generate a label for each point with the station number and map unit code, each read from the same attached table. A Database Prompt was set up to automatically open a single-record view of this table, allowing the attributes for each new station point to be entered as it is added. Two reference layers are shown: a scanned and georeferenced topographic base map and a vector object with the contacts and map unit polygons mapped on previous days. Contact lines are styled by attribute according to contact type and completed polygons are styled by attribute using the unit code.
page 8
page 9
Faults
Contacts
The segregation of the map data into this particular collecGeologic unit tion of layers was driven in part labels by the organization of the raw data supplied by the USGS. Topographic labels Faults, contacts, and geologic unit polygons were in different data files. Contours and Roads roads were not provided, so data files for these layer were procured and assembled sepaContours rately. The layer sequence Geologic unit used for this plate should therepolygons fore not be interpreted as an ideal or optimal solution, just one viable solution driven by the nature of the source map data. When you create your own digital geologic map, you have control over the division of data into separate layers and database tables, so you will have to consider the final map presentation in designing your data structure. Note that I placed the geologic unit polygon layer on the bottom, below the base map data layers (contours, roads, and topographic feature labels). This order enabled me to use opaque polygon fills for the geologic units, which serve as a background for all of the other data layers. Alternatively, the base map layers could have been placed on the bottom, but this would have required setting a partial transparency value for each of the geologic unit polygon fill styles (one style for each rock unit) so that the underlying base map layers would be visible. Also, note that I used black to style the geologic lines and labels, but a neutral gray for all of the elements in the three base map layers, ensuring that the base map does not distract from the geologic elements of the map.
page 10
As indicated by the purple color of its field name, field PTYPE is set as the primary key field for the table MapUnits. Styles shown in the table are created in the Style Editor.
Each record in the table is attached to all of the polygons that represent that unit. The identifier field PTYPE is set as the primary key field for the table. The unique values in this field were then used to set up polygon styles by attribute, with one style for each unit type. For simplicity, solid fill colors were used for all units. You can also create bitmap fill patterns or hatch patterns for polygon fills, but make sure patterned fills are appropriate for the final scale you have in mind for the map. Since the contacts and faults are shown by other data layers in the layout, lines are not selected for display in this layer, and no polygon border is displayed. For more information on setting up polygon styles, consult the tutorial booklet Creating and Using Styles.
page 11
page 12
Faults
Lines representing the surface traces of faults are contained in the faults layer. The lines are styled by attribute to indicate both the fault type (normal or unknown) and the location confidence (solid, dashed, and dotted versions of the fault type style). The barb-and-ball normal fault symbol was created using the Line Style Editor, which lets you create complex line styles using solid or dashed lines, crossing lines, and circles. Line styles requiring other graphic elements (such as the triangular barbs on thrust faults) can be created using CartoScripts (Style by Script option). More information on CartoScripts can be found in the tutorial booklet Using Cartoscripts.
Dip-slip fault symbols have elements that are drawn on one side of the fault to indicate the downthrown side (normal fault) or upthrown side (reverse and thrust faults). Standard line styles or CartoScript symbols that incorporate such elements must draw them on a topologically consistent side of each line element (either right or left), which is relative to the direction in which the ordered line vertices were recorded. After I created the normal fault line styles and applied them, I compared the result to the published map and noted the lines that had the barb-and-ball symbol on the wrong side. I then edited the faults vector and used the Reverse Line Vertices operation to reverse the Reverse Line Vertices operation directions of these lines to reverse their symbols. in the Vector Tools window. Names for major faults are recorded in a separate FaultNames table (right). I used the Auto Generate Label operation in the Editor again to create labels automatically for these faults using the text in the NAME field. I used the Join Lines by Attribute option to create a single label for connected line elements representing segments of the same fault.
page 13
Map Legend
The legend for a geologic map provides an explanation for all of the map unit styles and symbols and for the line and point symbols on the map. For maps of smaller areas (such as a single map quadrangle), the legend also provides a description of the salient lithologic characteristics of each rock unit. Normally entries in the map unit legend are arranged by the ages of the units. In a map layout you can create legends that automatically use the defined styles to create entries with appropriate samples. Legend labels can be read from a database, or you can enter the text manually. You can add an individual legend object for each object and element type, but the most flexible approach is to create a multi-object legend. In a multi-object legend you can combine legend information for different element types and for different objects in the layout. Creating a multi-object legend is also easier because you use a graphical editor (shown below) that lets you set horizontal and vertical guides to align entries and change the legend order by dragging entries to new positions.
Add from layer Add text Edit Text Style
vertical guides
You can also set text styles in a multi-object legend to automatically justify the text in the legend labels (align both right and left), which improves the appearance of the unit descriptions. You can find more information about legends in the tutorial booklet Making Map Layouts.
page 14
page 15
MicroImages, Inc. publishes a complete line of professional software for advanced geospatial data visualization, analysis, and publishing. Contact us or visit our web site for detailed product information. TNTmips Pro TNTmips Pro is a professional system for fully integrated GIS, image analysis, CAD, TIN, desktop cartography, and geospatial database management. TNTmips Basic TNTmips Basic is a low-cost version of TNTmips for small projects. TNTmips Free TNTmips Free is a free version of TNTmips for students and professionals with small projects. You can download TNTmips Free from MicroImages web site. TNTedit TNTedit provides interactive tools to create, georeference, and edit vector, image, CAD, TIN, and relational database project materials in a wide variety of formats. TNTview TNTview has the same powerful display features as TNTmips and is perfect for those who do not need the technical processing and preparation features of TNTmips. TNTatlas TNTatlas lets you publish and distribute your spatial project materials on CD or DVD at low cost. TNTatlas CDs/DVDs can be used on any popular computing platform.
G E O L O G I C M A P S
Index
auto-generate labels.........................12,13 attribute, database........................5-8,12,13 basemap.........................................4,9 CartoScript........................................8,13 contact....................................4,5,8-10,12 contour (elevation)..........................4,9,10 data models............................................5 declination.............................................15 digitizing................................................6 electronic atlas.......................................3 fault.......................................4,5,8,10,13 Global Positioning System (GPS)..........7,8 heads-up digitizing..................................6 index map............................................15 legend..................................................4,14 line style.........................................12,13 map grid............................................4,12 map unit........................................4,10,11 map unit labels (symbols)....................4,12 outcrop structures................................4,5 polygon style...................................11,12 scale........................................................15 scale bar.............................................4,15 Spatial Data Editor.......................6,8,12,13 vector object...............................5-9,11,12 Vector Extract process............................6
MicroImages, Inc.
11th Floor - Sharp Tower 206 South 13th Street Lincoln, Nebraska 68508-2010 USA Voice: (402) 477-9554 FAX: (402) 477-9559
page 16 email: [email protected]
internet: www.microimages.com
560000 ft
4800
0 460
565000
vp acl
pr Qc
490 0
47 00
acl
vp act
Qc act tu
785000 ft
tu
575000
11624'0" 11
52 00
580000 ft
act dc kt cu
4300
pp
4300
4600
acl act
0 450
500 0
4500
4900
kt
kl
kt
785000 ft
Qac
3654'0"
43 00
00 45
acl
44 00
dc dc cu pp cu tu dc
44 00
kt
0 470
kt kl Qac kl
act
48 00
Qc
4500
pp
4300
pp
acl Qc act
acl tu kt
00 44
pr
tp tr
46 00
kt kt
RHYOLITE OF PINNACLES RIDGE Rhyolitic lava flows and ash-flow tuff of a flowdome complex. RAINER MESA TUFF, nonwelded Light-gray to pinkish-gray, partly to moderately welded, devitrified, massive, quartz-rich ash-flow tuff. RHYOLITE OF COMB PEAK Lava flow - Light gray to pinkish-gray, devitrified, flow-banded rhyolitic lava flow. Ash-flow tuff - Light gray to pink to brownishgray, nonwelded to moderately welded, devitrified, pumiceous and lithic-rich ash-flow tuff. RHYOLITE OF VENT PASS Rhyolitic lava flows and ash-flow tuffs. Lava flows are medium gray to dark grayish-brown rhyolite. Flows are flow banded and locally vitric. Ash-flow tuffs are light greenish gray to dark purplish brown, nonwelded, massive, and locally bedded. TIVA CANYON TUFF Undivided Crystal-rich member - Pale brown to brownishblack to pinkish-gray, partly to densely welded tuff of quartz latitic composition. Unit contains 10-15 percent phenocrysts of sanidine, plagioclase, and biotite, and 5-30 percent light-gray to black pumice. Crystal-poor member - Gray to pale-red, densely welded, devitrified, rhyolitic ash-flow tuff. Contains 3-4 percent phenocrysts of sanidine, plagioclase and as much as 5 percent pumice. Vitric zone of crystal-poor member - Light orangish-brown to gray, partly welded, vitric rhyolitic tuff containing 3-5 percent phenocrysts of sanidine, plagioclase, and traces of hornblende, and 2-15 percent pumice clasts. YUCCA MOUNTAIN TUFF Nonwelded to densely welded pyroclastic-flow deposit. Unit is characteristically aphyric and is vitric to devitrified and variably altered. Upper part is dark-gray, moderately welded to nonwelded; middle part is gray to pinkish-gray, densely welded and devitrified; and lower part is vitric, brownishgray, nonwelded ash flow tuff. RHYOLITE OF BLACK GLASS CANYON Medium gray to purplish-gray flow-banded rhyolite lava flow and tan to brownish-gray nonwelded to part massive ash-flow tuff. NONWELDED BEDDED TUFF 3 White to light brown to light gray pumiceous, vitric, nonwelded pyroclastic flow deposits.
pp
00 46
cu dc
0 440
ge Ron Rid
0 450
0 430
tu bt2
4200
kl
4700
4200
780000
cr
bt3 pp
kl
00 41
cp Qc
bt3
00 44
kl bt3 tu Yu cc aW as 42 h 00 Qc cr cpv
45 00
tu
0 410
kt Qac
kl
410 0
kt dc
T UL FA ON CANY RUSH PAINTB
43 00
cpv
50 00
4200
ym cr
49 00
0 470
pp
tr
kl
pp
bt2
Qc Qac
e Ridg Jake 000
Paintbrush Group
kl kt
4
Joey Ridge
pp
Qc
00 40
48 00
00 45
ch ea Bl ne Bo e dg Ri
47 00
cu
43 00
Qac
0 410
400 0
kl
tu
dc
W BO
pp
0 440
ym
Qc kl kt
tu tr
LT FAU GE RID
cpv cp
pp pp Qc
dc
38 00
n io at ol Is
775000 ym
ym
00 47
kl
tu
775000
vp
h as rW ve Se
cr
kt
e dg Ri
tu
37 00
cp
ym cp cpv
42 00
39 00
cpv
cp kt
3900
45 00
3652'0" 770000
cp Dr ill Ho 0 l430 eW Qc as 45 h
00
4200
cp
440 0
Midw ay V alley
00 47
kl
pp pp
trn
Hill
765000
cp Qc
4400
cr
SH C ANYO N FAULT
cr
cp cr
PA 36 INT 00 BRU
3800 Exile
3800
37 00
Qc cr Qc cp
565000
14.0 deg
cr Qc
570000
3600
3700
e idg il R ns To
cr
00 45
H AS W R VE SE 4100
H AS W NY 0 0 GA 44 PA
4500
cr
Qc
cr
cu pp Qc
3800
tu
cu
3652'0"
360 0
T UL FA
4000
T UL FA
nip go Po
cr
trn
tp
770000
h as W
cr
Qac
cp
4000
LE HO ILL DR
cp
380 0
cp
cp
LT AU HF AS W
act
00 42
Qc cr
cr
3700
00 40
cr mr cr cp
Qc
00 36
cpv
765000
Qc
acl
cr
ym
00 35
Qc
00 40
3900
Qc
Qac
cr
4400
cr
cp
575000
Qc
760000 ft
bg
11624'0" 11 580000 ft
11626'0" 11
TRUE NORTH
5,000-ft grid ticks based on the Nevada State Plane Coordinate System, Central Zone, 1927 North American datum.
Scale = 1:48000
0 0 1 1 CONTOUR INTERVAL 20 FEET 2 kilometers MAP LOCATION 2 miles NEVADA
bt3
BEDROCK GEOLOGIC MAP OF THE NORTHERN MIDWAY VALLEY AREA, NYE COUNTY, NEVADA
Data from Bedrock Geologic Map of Yucca Mountain Area, Nye County, Nevada. U.S.G.S. Geological Investigations Series I-2627, by Warren C. Day, Robert P. Dickerson, Christopher J. Potter, Donald S. Sweetkind, Carma A. San Juan, Ronald M. Drake II, and Christopher J. Fridrich.