USGS Science⌕ Search

SEARCH · USGS Science

Results for “Open File”

Search indexed USGS publications on groundwater, aquifers, geologic maps, mineral resources and earthquakes. Explore source records by subject and place.

Quote a phrase for an exact phrase match. Source license links do not imply unrestricted reuse.

At least 937 records · Page 52Linked to original sources

ALACARTE installation and system manual

ALACARTE offers a convenient way to compile geologic maps in the computer as spatial databases that can be used to prepare both cartographic images and analytic derivatives. It is a menu-controlled shell, organized in geologic terms, that provides on-screen control of the program ARC/INFO, a commercial geographic information system (GIS). Input can be from imported scans, digitizer tracing, or on-screen tracing or mapping with a mouse-controlled cursor over a digital topographic base, and interactive editing can be done on-screen using a broad suite of edit functions. Compilations begun in other digital systems can be imported for completion as digital databases in ARC/INFO. The digital files that represent a geologic map can be used to prepare near-publication-quality color plots of the maps with full symbology or to create high-quality printing negatives. These files also constitute a digital database that can be used for computer-based query and analysis as well as for digital distribution of the map and associated data.

Open-File Report↗

Catalog of earthquake hypocenters at Alaskan volcanoes: January 1 through December 31, 2003

The Alaska Volcano Observatory (AVO), a cooperative program of the U.S. Geological Survey, the Geophysical Institute of the University of Alaska Fairbanks, and the Alaska Division of Geological and Geophysical Surveys, has maintained seismic monitoring networks at historically active volcanoes in Alaska since 1988. The primary objectives of this program are the near real time seismic monitoring of active, potentially hazardous, Alaskan volcanoes and the investigation of seismic processes associated with active volcanism. This catalog presents the calculated earthquake hypocenter and phase arrival data, and changes in the seismic monitoring program for the period January 1 through December 31, 2003. The AVO seismograph network was used to monitor the seismic activity at twenty-seven volcanoes within Alaska in 2003. These include Mount Wrangell, Mount Spurr, Redoubt Volcano, Iliamna Volcano, Augustine Volcano, Katmai volcanic cluster (Snowy Mountain, Mount Griggs, Mount Katmai, Novarupta, Trident Volcano, Mount Mageik, Mount Martin), Aniakchak Crater, Mount Veniaminof, Pavlof Volcano, Mount Dutton, Isanotski Peaks, Shishaldin Volcano, Fisher Caldera, Westdahl Peak, Akutan Peak, Makushin Volcano, Okmok Caldera, Great Sitkin Volcano, Kanaga Volcano, Tanaga Volcano, and Mount Gareloi. Monitoring highlights in 2003 include: continuing elevated seismicity at Mount Veniaminof in January-April (volcanic unrest began in August 2002), volcanogenic seismic swarms at Shishaldin Volcano throughout the year, and low-level tremor at Okmok Caldera throughout the year. Instrumentation and data acquisition highlights in 2003 were the installation of subnetworks on Tanaga and Gareloi Islands, the installation of broadband installations on Akutan Volcano and Okmok Caldera, and the establishment of telemetry for the Okmok Caldera subnetwork. AVO located 3911 earthquakes in 2003. This catalog includes: (1) a description of instruments deployed in the field and their locations; (2) a description of earthquake detection, recording, analysis, and data archival systems; (3) a description of velocity models used for earthquake locations; (4) a summary of earthquakes located in 2003; and (5) an accompanying UNIX tar-file with a summary of earthquake origin times, hypocenters, magnitudes, phase arrival times, and location quality statistics; daily station usage statistics; and all HYPOELLIPSE files used to determine the earthquake locations in 2003.

Alaska↗

Summary of available ground-water data for the island of Oahu, Hawaii

This report presents, in tabular form, descriptive information and information on the availability of chloride concentration, water level, pumpage, log, pump test and flow data for all wells , shafts and tunnels on Oahu, Hawaii. Descriptive data for each groundwater source include: identification number, map number, depth, diameter, year completed, owner, usage and status. The report is based on data currently available in the files of the U.S. Geological Survey and is a compilation of observations made by Survey personnel, and information gathered by other agencies and the private sector. (USGS)

Open-File Report↗

SPECtrum Processing Routines User's Manual Version 3 (program SPECPR)

Introduction The SPECtrum Processing Routines (SPECPR) is a large-scale interactive program for general one-dimensional array processing and optimized for reflectance spectroscopy data and analysis. The program processes one-dimensional arrays up to 4852 data points and the operations include addition, subtraction, multiplication, division, trigonometric functions, logarithmic and exponential functions, and many more specialized routines. The Specpr user interface is a menu driven, character command system with all user input entered as ascii characters to the program. User commands are thoroughly checked for the context in which they will be used. This provides for essentially all user input mistakes to be caught and appropriate error messages to be issued. The user interface also allows for command aliasing, variable substitutions, command history and batch command processing to occur at any point in the program. The user can also control his or her own variables, increment and decrement them, and monitor certain internal variables. This flexibility allows for sophisticated programming, e.g. from specific computations, to management of a database. All arrays are treated as one dimensional lists of numbers, each with an appropriate header for identification and history. Any array can be plotted versus another array, and each axis labeled appropriately. For example, you may plot a reflectance spectrum versus wavelength or wavelength versus reflectance. The array type is simply a label, so data like temperature versus time can be treated just as easily as a reflectance spectrum. Some routines are specific to certain purposes, however. For example, the Planck black body generator is specific to intensity versus wavelength, whereas a smoothing routine could operate equally on reflectance versus wavelength or temperature versus time. Each array element can have an error bar associated with it and errors are propagated through all appropriate routines. Data points can be marked deleted and deleted points are tracked appropriately. These features allow the program to be effectively used on real world data. This philosophy has resulted in a flexible system for which a user can manipulate data arrays efficiently. The program was designed for analysis of laboratory, field, telescopic, and spacecraft spectroscopic data, and although general in nature, there are biases built in. For example, horizontal axis labels default to wavelength in micrometers, but the defaults can be changed. Because of the orientation in Specpr to process planetary and terrestrial data, and the need to access such data, Specpr has been extended to have access to non-Specpr default file types. In particular, Specpr can "skewer" an 3-dimensional (3D) data file along any of the three axes. Further, block skewers can be done with the standard deviation of the mean computed for each channel in the block. Currently, Specpr can access any of the standard file types common in the terrestrial and planetary remote sensing communities. Details on 3D file I/O are given in Chapter 6. Specpr has multiple record types available within a single Specpr data file. Currently defined record types are data and text. In a data record, a standard one-dimensional array is held, along with its header information. The header information includes a title, history, dates and time of data acquisition and when the data were last processed, the user who processed the data, information typical of a spectrum like temperature and viewing geometry, as well as pointers to wavelengths, resolution, and text. If a spectrum is more than 256 channels in length, then the data gets put in succeeding records in the file, and the following records are continuation records. The second record type is the text, where a title and a block of text (up to 19 kbytes) can be stored. This record type is typically used for a description of samples, experiments, instruments, or data processing for a particular data set. It could also store the actual commands used to create a spectrum. The commands for a complicated plot for a publication might be stored in a text record. That way, you can easily regenerate the plot, or even write the commands to a non-Specpr file, modify them with any editor and re-execute them. The file types, text and command processing, combined with the math and special functions, provide for very powerful and general analysis tool. These facilities also provide the framework for database management.

Open-File Report↗

User's manual for SEDCALC, a computer program for computation of suspended-sediment discharge

Sediment-Record Calculations (SEDCALC), a menu-driven set of interactive computer programs, was developed to facilitate computation of suspended-sediment records. The programs comprising SEDCALC were developed independently in several District offices of the U.S. Geological Survey (USGS) to minimize the intensive labor associated with various aspects of sediment-record computations. SEDCALC operates on suspended-sediment-concentration data stored in American Standard Code for Information Interchange (ASCII) files in a predefined card-image format. Program options within SEDCALC can be used to assist in creating and editing the card-image files, as well as to reformat card-image files to and from formats used by the USGS Water-Quality System. SEDCALC provides options for creating card-image files containing time series of equal-interval suspended-sediment concentrations from 1. digitized suspended-sediment-concentration traces, 2. linear interpolation between log-transformed instantaneous suspended-sediment-concentration data stored at unequal time intervals, and 3. nonlinear interpolation between log-transformed instantaneous suspended-sediment-concentration data stored at unequal time intervals. Suspended-sediment discharge can be computed from the streamflow and suspended-sediment-concentration data or by application of transport relations derived by regressing log-transformed instantaneous streamflows on log-transformed instantaneous suspended-sediment concentrations or discharges. The computed suspended-sediment discharge data are stored in card-image files that can be either directly imported to the USGS Automated Data Processing System or used to generate plots by means of other SEDCALC options.

Open-File Report↗

Digital geologic map of the Thirsty Canyon NW quadrangle, Nye County, Nevada

This digital geologic map compilation presents new polygon (i.e., geologic map unit contacts), line (i.e., fault, fold axis, dike, and caldera wall), and point (i.e., structural attitude) vector data for the Thirsty Canyon NW 7 1/2' quadrangle in southern Nevada. The map database, which is at 1:24,000-scale resolution, provides geologic coverage of an area of current hydrogeologic and tectonic interest. The Thirsty Canyon NW quadrangle is located in southern Nye County about 20 km west of the Nevada Test Site (NTS) and 30 km north of the town of Beatty. The map area is underlain by extensive layers of Neogene (about 14 to 4.5 million years old [Ma]) mafic and silicic volcanic rocks that are temporally and spatially associated with transtensional tectonic deformation. Mapped volcanic features include part of a late Miocene (about 9.2 Ma) collapse caldera, a Pliocene (about 4.5 Ma) shield volcano, and two Pleistocene (about 0.3 Ma) cinder cones. Also documented are numerous normal, oblique-slip, and strike-slip faults that reflect regional transtensional deformation along the southern part of the Walker Lane belt. The Thirsty Canyon NW map provides new geologic information for modeling groundwater flow paths that may enter the map area from underground nuclear testing areas located in the NTS about 25 km to the east. The geologic map database comprises six component ArcINFO map coverages that can be accessed after decompressing and unbundling the data archive file (tcnw.tar.gz). These six coverages (tcnwpoly, tcnwflt, tcnwfold, tcnwdike, tcnwcald, and tcnwatt) are formatted here in ArcINFO EXPORT format. Bundled with this database are two PDF files for readily viewing and printing the map, accessory graphics, and a description of map units and compilation methods.

Nevada↗

Catalog of earthquake hypocenters at Alaskan volcanoes: January 1 through December 31, 2004

The Alaska Volcano Observatory (AVO), a cooperative program of the U.S. Geological Survey, the Geophysical Institute of the University of Alaska Fairbanks, and the Alaska Division of Geological and Geophysical Surveys, has maintained seismic monitoring networks at historically active volcanoes in Alaska since 1988. The primary objectives of the seismic program are the real-time seismic monitoring of active, potentially hazardous, Alaskan volcanoes and the investigation of seismic processes associated with active volcanism. This catalog presents the calculated earthquake hypocenter and phase arrival data, and changes in the seismic monitoring program for the period January 1 through December 31, 2004. These include Mount Wrangell, Mount Spurr, Redoubt Volcano, Iliamna Volcano, Augustine Volcano, Katmai volcanic cluster (Snowy Mountain, Mount Griggs, Mount Katmai, Novarupta, Trident Volcano, Mount Mageik, Mount Martin), Mount Peulik, Aniakchak Crater, Mount Veniaminof, Pavlof Volcano, Mount Dutton, Isanotski Peaks, Shishaldin Volcano, Fisher Caldera, Westdahl Peak, Akutan Peak, Makushin Volcano, Okmok Caldera, Great Sitkin Volcano, Kanaga Volcano, Tanaga Volcano, and Mount Gareloi. Over the past year, formal monitoring of Okmok, Tanaga and Gareloi were announced following an extended period of monitoring to determine the background seismicity at each volcanic center. The seismicity at Mount Peulik was still being studied at the end of 2004 and has yet to be added to the list of monitored volcanoes in the AVO weekly update. AVO located 6928 earthquakes in 2004. Monitoring highlights in 2004 include: (1) an earthquake swarm at Westdahl Peak in January; (2) an increase in seismicity at Mount Spurr starting in February continuing through the end of the year into 2005; (4) low-level tremor, and low-frequency events related to intermittent ash and steam emissions at Mount Veniaminof between April and October; (4) low-level tremor at Shishaldin Volcano between April and October; (5) an earthquake swarm at Akutan in July; and (6) low-level tremor at Okmok Caldera throughout the year (Table 2). Instrumentation and data acquisition highlights in 2004 were the installation of subnetworks on Mount Peulik and Korovin Volcano and the installation of broadband stations to augment the Katmai and Spurr subnetworks. This catalog includes: (1) a description of instruments deployed in the field and their locations; (2) a description of earthquake detection, recording, analysis, and data archival systems; (3) a description of velocity models used for earthquake locations; (4) a summary of earthquakes located in 2004; and (5) an accompanying UNIX tar-file with a summary of earthquake origin times, hypocenters, magnitudes, phase arrival times, and location quality statistics; daily station usage statistics; and all HYPOELLIPSE files used to determine the earthquake locations in 2004.

Alaska↗

A Review of Aeromagnetic Anomalies in the Sawatch Range, Central Colorado

This report contains digital data and image files of aeromagnetic anomalies in the Sawatch Range of central Colorado. The primary product is a data layer of polygons with linked data records that summarize previous interpretations of aeromagnetic anomalies in this region. None of these data files and images are new; rather, they are presented in updated formats that are intended to be used as input to geographic information systems, standard graphics software, or map-plotting packages.

Open-File Report↗

Index of hydrologic data for selected sites in Palm Beach County, Florida, 1928-80

A regional assessment of the surficial aquifers in Dade, Broward , and Palm Beach Counties, Florida, including the Biscayne aquifer, was begun in 1979 by the U.S. Geological Survey, in cooperation with the South Florida Water Management District. The purpose of the first phase of the project was to determine the geologic, hydrologic, and water quality data available in the files of the U.S. Geological Survey and other public agencies. This report summarizes, through tables and maps, the types of data available for Palm Beach County.

Florida↗

A simple calculator of ballistic trajectories for blocks ejected during volcanic eruptions

During the past century, numerous observers have described the violent ejection of large blocks and bombs from volcanoes during volcanic explosions. Minakami (1942) mapped the locations of blocks ejected from Asama Volcano during explosions in 1937. He developed a mathematical expression relating initial velocity and trajectory angle of ejected blocks to the ejection distance, taking into account air drag and assuming a constant drag coefficient. In the late 1950’s, Gorshkov (1959) estimated ejection velocities at Bezymianny volcano during its sector-collapse eruption. Wilson (1972) developed the first mathematical algorithm for ballistic trajectories in the volcanological literature (earlier ones had been available for military applications) that considered variations in drag coefficient with Reynolds number. Fagents and Wilson (1993) advanced the method of Wilson (1972) by considering the effect of reduced drag near the vent. From the 1970’s through the 1990’s other papers, too numerous to mention, have estimated volcanic ejection velocities from ballistic blocks. Since the early 1990’s there has been a decrease in the number of published papers that quantify ejection velocities from ballistic trajectories. This decrease has resulted in part from the appreciation that ejection velocities cannot be uniquely determined by ejection distance due to uncertainties in initial trajectory angle and drag force. On the other hand, the decrease in usage has coincided with an increase in the ease with which ballistic calculations can be made, due to the vast improvement in computer power and in the user-friendliness of computers. During the 1970’s, only volcanologists with mathematical acumen or those who could collaborate with applied mathematicians were able to make such estimates. With 21st century computer power, ballistic computation should be available to anyone as a back-of-the-envelope indicator of explosive power; the only factor preventing such usage is the lack of a user-friendly computer program. In this paper, I describe a program that can be used for quick ballistics calculations. The program, Eject!, was written in Microsoft Visual Basic® and operates on any personal computer running Microsoft® Windows 95 or later. Instructions on installing Eject! version 1.4 1. Copy the file "eject_1-4.zip" to the hard drive of your Windows-based computer 2. Unzip the files in "eject_1-4.zip" 3. Double-click on the file "setup.exe". This will install the software on your computer. 4. Once it is installed, go to the "start" button, the to "programs." You will see the program in your program list.

Open-File Report↗

ALACARTE User Interface - AML Code and Demonstration Maps

ALACARTE offers a convenient way to compile geologic maps in the computer as spatial databases that can be used to prepare both cartographic images and analytic derivatives. It is a menu-controlled shell, organized in geologic terms, that provides on-screen control of the program ARC/INFO, a commercial geographic information system (GIS). Input can be from imported scans, digitizer tracing, or on-screen tracing or mapping with a mouse-controlled cursor over a digital topographic base, and interactive editing can be done on-screen using a broad suite of edit functions. Compilations begun in other digital systems can be imported for completion as digital databases in ARC/INFO. The digital files that represent a geologic map can be used to prepare near-publication-quality color plots of the maps with full symbology or to create high-quality printing negatives. These files also constitute a digital database that can be used for computer-based query and analysis as well as for digital distribution of the map and associated data.

Open-File Report↗

ALACARTE user manual

ALACARTE offers a convenient way to compile geologic maps in the computer as spatial databases that can be used to prepare both cartographic images and analytic derivatives. It is a menu-controlled shell, organized in geologic terms, that provides on-screen control of the program ARC/INFO, a commercial geographic information system (GIS). Input can be from imported scans, digitizer tracing, or on-screen tracing or mapping with a mouse-controlled cursor over a digital topographic base, and interactive editing can be done on-screen using a broad suite of edit functions. Compilations begun in other digital systems can be imported for completion as digital databases in ARC/INFO. The digital files that represent a geologic map can be used to prepare near-publication-quality color plots of the maps with full symbology or to create high-quality printing negatives. These files also constitute a digital database that can be used for computer-based query and analysis as well as for digital distribution of the map and associated data.

Open-File Report↗

Reports and maps of the Military Geology Unit, 1942-1975

Included here are reports and maps which were prepared in the Military Geology Unit of the U. S. Geological Survey from 1942 through 1975. In addition to the references prepared primarily for military use and listed here, more than 200 reports of more general geologic interest were prepared for publication as Survey bulletins and professional papers and in outside journals. These reports are listed in "Publications of the Geological Survey" and other bibliographies. Military Geology reports generally include basic subjects such as rock types, soils, water resources, landforms and vegetation, as well as interpretive subjects such as suitability of terrain for cross-country movement and for construction of roads and airfields in areas throughout the world. Reports on specific areas range from generalized texts with small scab maps derived from published sources to detailed texts with large-scale maps commonly based on photo-interpretation and, especially for Alaska and western Pacific islands, involving field mapping. Other reports treat topics of interest in military geology without reference to specific areas. A number of reports covering the moon include the first photogeologic map of the near side. Authors are cited for some kinds of reports; however, many intelligence reports were published anonymously. Most of the reports were prepared by teams made up mainly of geologists but commonly including soils scientists, botanists, climatologists and geographers. Nearly all the soil scientists and climatologists were members of the World Soil Geography Unit, Soil Survey, Soil Conservation Service, U. S. Department of Agriculture. Manuscripts from this Unit were passed through a common review and other processing, as were the manuscripts originating in the Military Geology office, to be issued under the aegis of the latter. In some instances where it has not been possible to list all authors, names of project supervisors are given. File copies of many of the Military Geology reports prepared since 1975 are kept in the Special Geologic Studies Group, U.S. Geological Survey, National Center, Reston, and may be examined there by appropriately cleared persons. Additionally, copies of many of the unclassified studies are in the U.S. Geological Survey Library. Some of the older reports are in the files of the Terrain Analysis Center, Fort Belvoir, Virginia, and other offices within the Corps of Engineers. Most of the reports are out of print and many of the other studies are no longer available.

Open-File Report↗

Simulation of ground water flow in the Glaciofluvial, Saginaw, Parma-Bayport, and Marshall Aquifers, Central Lower Peninsula of Michigan

A steady-state finite difference model was developed to simulate ground-water flow in four regional aquifers in Michigan’s Lower Peninsula. The Glaciofluvial, Saginaw, Parma-Bayport, and Marshall aquifers were simulated as layers 1 through 4, respectively, in the model. Separately calculated vertical conductances input to the model were used to simulate the intervening Till/“Red Beds”, Saginaw, and Michigan confining units, respectively. The model domain was laterally bound by a continuous specifiedhead boundary, formed from Lakes Michigan, Huron, St. Clair, and Erie, together with the St. Clair and Detroit River connecting channels. The model was developed to quantify regional ground-water flow in the aquifer systems using independently determined recharge estimates. The flow model showed that groundwater heads and flows in the Glaciofluvial aquifer are controlled by local stream stages and discharges, resulting in localized flow cells accounting for 95-percent of the overall model water budget. Simulation of recharge to an unspecified water table also enabled the estimation of ground-water discharge to three Great Lakes. A computer diskette contains all MODFLOW and MODFLOWP input files, as well as digital model surfaces and several Fortran processing routines used to construct the surfaces. The diskette also provides the data used for calibration and sensitivity analysis.

Michigan↗

Geographic Information for Analysis of Highway Runoff-Quality Data on a National or Regional Scale in the Conterminous United States

Spatial data are important for interpretation of water-quality information on a regional or national scale. Geographic information systems (GIS) facilitate interpretation and integration of spatial data. The geographic information and data compiled for the conterminous United States during the National Highway Runoff Water-Quality Data and Methodology Synthesis project is described in this document, which also includes information on the structure, file types, and the geographic information in the data files. This 'geodata' directory contains two subdirectories, labeled 'gisdata' and 'gisimage.' The 'gisdata' directory contains ArcInfo coverages, ArcInfo export files, shapefiles (used in ArcView), Spatial Data Transfer Standard Topological Vector Profile format files, and meta files in subdirectories organized by file type. The 'gisimage' directory contains the GIS data in common image-file formats. The spatial geodata includes two rain-zone region maps and a map of national ecosystems originally published by the U.S. Environmental Protection Agency; regional estimates of mean annual streamflow, and water hardness published by the Federal Highway Administration; and mean monthly temperature, mean annual precipitation, and mean monthly snowfall modified from data published by the National Climatic Data Center and made available to the public by the Oregon Climate Service at Oregon State University. These GIS files were compiled for qualitative spatial analysis of available data on a national and(or) regional scale and therefore should be considered as qualitative representations, not precise geographic location information.

Open-File Report↗