From aa36decbdd330b8858eac641056bf607a8eea8a1 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 30 Oct 2002 13:59:42 +0000 Subject: [PATCH] No reference to yaz/tab in manual or zebra.cfg's. Gils example moved to examples/gils. test/gils is kept testing. Sub directory examples now part of tar-ball after make dist. --- CHANGELOG | 2 + Makefile.am | 4 +- configure.in | 3 +- doc/examples.xml | 6 +- doc/quickstart.xml | 10 +- examples/Makefile.am | 3 + examples/dinosauricon/Makefile | 190 +++++++++++++++++++++++++++++++- examples/dinosauricon/Makefile.am | 5 + examples/dinosauricon/zebra.cfg | 4 +- examples/gils/Makefile.am | 5 + examples/gils/records/esdd0006.grs | 196 +++++++++++++++++++++++++++++++++ examples/gils/records/esdd0007.grs | 179 ++++++++++++++++++++++++++++++ examples/gils/records/esdd0008.grs | 180 ++++++++++++++++++++++++++++++ examples/gils/records/esdd0030.grs | 173 +++++++++++++++++++++++++++++ examples/gils/records/esdd0031.grs | 180 ++++++++++++++++++++++++++++++ examples/gils/records/esdd0032.grs | 201 ++++++++++++++++++++++++++++++++++ examples/gils/records/esdd0033.grs | 183 +++++++++++++++++++++++++++++++ examples/gils/records/esdd0034.grs | 186 +++++++++++++++++++++++++++++++ examples/gils/records/esdd0035.grs | 188 ++++++++++++++++++++++++++++++++ examples/gils/records/esdd0036.grs | 177 ++++++++++++++++++++++++++++++ examples/gils/records/esdd0037.grs | 174 +++++++++++++++++++++++++++++ examples/gils/records/esdd0038.grs | 175 +++++++++++++++++++++++++++++ examples/gils/records/esdd0039.grs | 172 +++++++++++++++++++++++++++++ examples/gils/records/esdd0040.grs | 172 +++++++++++++++++++++++++++++ examples/gils/records/esdd0041.grs | 181 ++++++++++++++++++++++++++++++ examples/gils/records/esdd0042.grs | 184 +++++++++++++++++++++++++++++++ examples/gils/records/esdd0044.grs | 174 +++++++++++++++++++++++++++++ examples/gils/records/esdd0045.grs | 152 ++++++++++++++++++++++++++ examples/gils/records/esdd0046.grs | 196 +++++++++++++++++++++++++++++++++ examples/gils/records/esdd0047.grs | 158 +++++++++++++++++++++++++++ examples/gils/records/esdd0048.grs | 175 +++++++++++++++++++++++++++++ examples/gils/records/esdd0049.grs | 192 ++++++++++++++++++++++++++++++++ examples/gils/records/esdd0050.grs | 190 ++++++++++++++++++++++++++++++++ examples/gils/records/esdd0051.grs | 212 ++++++++++++++++++++++++++++++++++++ examples/gils/records/esdd0052.grs | 176 ++++++++++++++++++++++++++++++ examples/gils/records/esdd0053.grs | 187 +++++++++++++++++++++++++++++++ examples/gils/records/esdd0054.grs | 183 +++++++++++++++++++++++++++++++ examples/gils/records/esdd0055.grs | 174 +++++++++++++++++++++++++++++ examples/gils/records/esdd0056.grs | 173 +++++++++++++++++++++++++++++ examples/gils/records/esdd0057.grs | 170 +++++++++++++++++++++++++++++ examples/gils/records/esdd0058.grs | 183 +++++++++++++++++++++++++++++++ examples/gils/records/esdd0059.grs | 179 ++++++++++++++++++++++++++++++ examples/gils/records/esdd0062.grs | 192 ++++++++++++++++++++++++++++++++ examples/gils/records/esdd0063.grs | 186 +++++++++++++++++++++++++++++++ examples/gils/records/esdd0064.grs | 187 +++++++++++++++++++++++++++++++ examples/gils/records/esdd0065.grs | 160 +++++++++++++++++++++++++++ examples/gils/records/esdd0066.grs | 169 ++++++++++++++++++++++++++++ examples/gils/records/esdd0067.grs | 179 ++++++++++++++++++++++++++++++ examples/gils/records/esdd0070.grs | 198 +++++++++++++++++++++++++++++++++ examples/gils/records/esdd0071.grs | 183 +++++++++++++++++++++++++++++++ examples/gils/records/esdd0072.grs | 183 +++++++++++++++++++++++++++++++ examples/gils/records/esdd0073.grs | 202 ++++++++++++++++++++++++++++++++++ examples/gils/records/esdd0074.grs | 177 ++++++++++++++++++++++++++++++ examples/gils/records/esdd0075.grs | 163 +++++++++++++++++++++++++++ examples/gils/records/esdd0076.grs | 186 +++++++++++++++++++++++++++++++ examples/gils/records/esdd0077.grs | 185 +++++++++++++++++++++++++++++++ examples/gils/records/esdd0078.grs | 176 ++++++++++++++++++++++++++++++ examples/gils/records/esdd0079.grs | 174 +++++++++++++++++++++++++++++ test/gils/Makefile.am | 2 +- test/gils/zebra.cfg | 18 --- 60 files changed, 8891 insertions(+), 36 deletions(-) create mode 100644 examples/Makefile.am create mode 100644 examples/dinosauricon/Makefile.am create mode 100644 examples/gils/Makefile.am create mode 100644 examples/gils/records/esdd0006.grs create mode 100644 examples/gils/records/esdd0007.grs create mode 100644 examples/gils/records/esdd0008.grs create mode 100644 examples/gils/records/esdd0030.grs create mode 100644 examples/gils/records/esdd0031.grs create mode 100644 examples/gils/records/esdd0032.grs create mode 100644 examples/gils/records/esdd0033.grs create mode 100644 examples/gils/records/esdd0034.grs create mode 100644 examples/gils/records/esdd0035.grs create mode 100644 examples/gils/records/esdd0036.grs create mode 100644 examples/gils/records/esdd0037.grs create mode 100644 examples/gils/records/esdd0038.grs create mode 100644 examples/gils/records/esdd0039.grs create mode 100644 examples/gils/records/esdd0040.grs create mode 100644 examples/gils/records/esdd0041.grs create mode 100644 examples/gils/records/esdd0042.grs create mode 100644 examples/gils/records/esdd0044.grs create mode 100644 examples/gils/records/esdd0045.grs create mode 100644 examples/gils/records/esdd0046.grs create mode 100644 examples/gils/records/esdd0047.grs create mode 100644 examples/gils/records/esdd0048.grs create mode 100644 examples/gils/records/esdd0049.grs create mode 100644 examples/gils/records/esdd0050.grs create mode 100644 examples/gils/records/esdd0051.grs create mode 100644 examples/gils/records/esdd0052.grs create mode 100644 examples/gils/records/esdd0053.grs create mode 100644 examples/gils/records/esdd0054.grs create mode 100644 examples/gils/records/esdd0055.grs create mode 100644 examples/gils/records/esdd0056.grs create mode 100644 examples/gils/records/esdd0057.grs create mode 100644 examples/gils/records/esdd0058.grs create mode 100644 examples/gils/records/esdd0059.grs create mode 100644 examples/gils/records/esdd0062.grs create mode 100644 examples/gils/records/esdd0063.grs create mode 100644 examples/gils/records/esdd0064.grs create mode 100644 examples/gils/records/esdd0065.grs create mode 100644 examples/gils/records/esdd0066.grs create mode 100644 examples/gils/records/esdd0067.grs create mode 100644 examples/gils/records/esdd0070.grs create mode 100644 examples/gils/records/esdd0071.grs create mode 100644 examples/gils/records/esdd0072.grs create mode 100644 examples/gils/records/esdd0073.grs create mode 100644 examples/gils/records/esdd0074.grs create mode 100644 examples/gils/records/esdd0075.grs create mode 100644 examples/gils/records/esdd0076.grs create mode 100644 examples/gils/records/esdd0077.grs create mode 100644 examples/gils/records/esdd0078.grs create mode 100644 examples/gils/records/esdd0079.grs delete mode 100644 test/gils/zebra.cfg diff --git a/CHANGELOG b/CHANGELOG index 23a6903..7e8754b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,6 @@ +Zebra Examples in examples . Zebra tests in test. + Bug fix: sort index was not properly modified on record updates/deletes. diff --git a/Makefile.am b/Makefile.am index 3e772ba..a99e513 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,11 +1,11 @@ -## $Id: Makefile.am,v 1.8 2002-10-22 12:51:08 adam Exp $ +## $Id: Makefile.am,v 1.9 2002-10-30 13:59:42 adam Exp $ AUTOMAKE_OPTIONS=foreign EXTRA_DIST= README CHANGELOG SUBDIRS=util bfile dfa dict isams isamb isamc isam rset data1 \ - recctrl tab index test include doc + recctrl tab index test examples include doc SPEC_FILE=$(PACKAGE).spec diff --git a/configure.in b/configure.in index 297d885..cc84bb5 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Zebra, Index Data Aps, 1995-2002 -dnl $Id: configure.in,v 1.51 2002-10-22 12:51:08 adam Exp $ +dnl $Id: configure.in,v 1.52 2002-10-30 13:59:42 adam Exp $ dnl AC_INIT(include/zebraver.h) AM_INIT_AUTOMAKE(idzebra,1.3.3) @@ -256,4 +256,5 @@ AC_OUTPUT([ doc/zebraphp.dsl test/Makefile test/gils/Makefile test/usmarc/Makefile test/api/Makefile test/dmoz/Makefile + examples/Makefile examples/gils/Makefile examples/dinosauricon/Makefile ]) diff --git a/doc/examples.xml b/doc/examples.xml index 4afdca0..4805c29 100644 --- a/doc/examples.xml +++ b/doc/examples.xml @@ -1,5 +1,5 @@ - + Example Configurations @@ -10,7 +10,7 @@ driven by a master configuration file, which may refer to other subsidiary configuration files. By default, they try to use zebra.cfg in the working directory as the - master file; but this can be changed using the -t + master file; but this can be changed using the -c option to specify an alternative master configuration file. @@ -76,7 +76,7 @@ minimal file that just tells zebraidx where to find the default indexing rules, and how to parse the records: - profilePath: .:../../tab:../../../yaz/tab + profilePath: .:../../tab recordType: grs.sgml diff --git a/doc/quickstart.xml b/doc/quickstart.xml index b5478ea..cb1f7a4 100644 --- a/doc/quickstart.xml +++ b/doc/quickstart.xml @@ -1,5 +1,5 @@ - + Quick Start The 48 test records are located in the sub directory diff --git a/examples/Makefile.am b/examples/Makefile.am new file mode 100644 index 0000000..a377353 --- /dev/null +++ b/examples/Makefile.am @@ -0,0 +1,3 @@ + +SUBDIRS=gils dinosauricon + diff --git a/examples/dinosauricon/Makefile b/examples/dinosauricon/Makefile index 70f951a..0e1eeaf 100644 --- a/examples/dinosauricon/Makefile +++ b/examples/dinosauricon/Makefile @@ -1,7 +1,187 @@ -OBJECECTFILES = *.mf *.LCK zebrasrv.pid zebraidx.time +# Generated automatically from Makefile.in by configure. +# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am -isamcA-0.mf: records/genera.xml - ../../index/zebraidx update records +# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. -clean: - rm -f $(OBJECECTFILES) +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + + +SHELL = /bin/sh + +srcdir = . +top_srcdir = ../.. +prefix = /usr/local +exec_prefix = ${prefix} + +bindir = ${exec_prefix}/bin +sbindir = ${exec_prefix}/sbin +libexecdir = ${exec_prefix}/libexec +datadir = ${prefix}/share +sysconfdir = ${prefix}/etc +sharedstatedir = ${prefix}/com +localstatedir = ${prefix}/var +libdir = ${exec_prefix}/lib +infodir = ${prefix}/info +mandir = ${prefix}/man +includedir = ${prefix}/include +oldincludedir = /usr/include + +DESTDIR = + +pkgdatadir = $(datadir)/idzebra +pkglibdir = $(libdir)/idzebra +pkgincludedir = $(includedir)/idzebra + +top_builddir = ../.. + +ACLOCAL = aclocal +AUTOCONF = autoconf +AUTOMAKE = automake +AUTOHEADER = autoheader + +INSTALL = /usr/bin/install -c +INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS) +INSTALL_DATA = ${INSTALL} -m 644 +INSTALL_SCRIPT = ${INSTALL_PROGRAM} +transform = s,x,x, + +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +CC = gcc +CPP = gcc -E +DSSSL_DIR = /usr/share/sgml/docbook/stylesheet/dsssl/modular +DTD_DIR = /usr/share/sgml/docbook/dtd/xml/4.1.2 +MAKEINFO = makeinfo +PACKAGE = idzebra +RANLIB = ranlib +TCL_INCLUDE = -I/usr/include/tcl8.3 +TCL_LIB = -L/usr/lib -ltcl8.3${TCL_DBGX} -ldl -lieee -lm +VERSION = 1.3.3 +YAZINC = -I/home/adam/proj/yaz/include -DYAZ_POSIX_THREADS=1 -D_REENTRANT +YAZLALIB = /home/adam/proj/yaz/lib/libyazthread.la /home/adam/proj/yaz/lib/libyaz.la -lpthread +YAZLIB = -L/home/adam/proj/yaz/lib/.libs -lyazthread -lyaz -lpthread +YAZVERSION = 1.9.1 +yazconfig = ./../yaz/yaz-config + +EXTRA_DIST = zebra.cfg +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +CONFIG_CLEAN_FILES = +DIST_COMMON = README Makefile.am Makefile.in + + +DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) + +TAR = tar +GZIP_ENV = --best +all: all-redirect +.SUFFIXES: +$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) + cd $(top_srcdir) && $(AUTOMAKE) --gnu examples/dinosauricon/Makefile + +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) + cd $(top_builddir) \ + && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status + +tags: TAGS +TAGS: + + +distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) + +subdir = examples/dinosauricon + +distdir: $(DISTFILES) + here=`cd $(top_builddir) && pwd`; \ + top_distdir=`cd $(top_distdir) && pwd`; \ + distdir=`cd $(distdir) && pwd`; \ + cd $(top_srcdir) \ + && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu examples/dinosauricon/Makefile + @for file in $(DISTFILES); do \ + d=$(srcdir); \ + if test -d $$d/$$file; then \ + cp -pr $$d/$$file $(distdir)/$$file; \ + else \ + test -f $(distdir)/$$file \ + || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ + || cp -p $$d/$$file $(distdir)/$$file || :; \ + fi; \ + done + $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook +info-am: +info: info-am +dvi-am: +dvi: dvi-am +check-am: all-am +check: check-am +installcheck-am: +installcheck: installcheck-am +install-exec-am: +install-exec: install-exec-am + +install-data-am: +install-data: install-data-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am +install: install-am +uninstall-am: +uninstall: uninstall-am +all-am: Makefile +all-redirect: all-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install +installdirs: + + +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -rm -f Makefile $(CONFIG_CLEAN_FILES) + -rm -f config.cache config.log stamp-h stamp-h[0-9]* + +maintainer-clean-generic: +mostlyclean-am: mostlyclean-generic + +mostlyclean: mostlyclean-am + +clean-am: clean-generic mostlyclean-am + +clean: clean-am + +distclean-am: distclean-generic clean-am + +distclean: distclean-am + +maintainer-clean-am: maintainer-clean-generic distclean-am + @echo "This command is intended for maintainers to use;" + @echo "it deletes files that may require special tools to rebuild." + +maintainer-clean: maintainer-clean-am + +.PHONY: tags distdir info-am info dvi-am dvi check check-am \ +installcheck-am installcheck install-exec-am install-exec \ +install-data-am install-data install-am install uninstall-am uninstall \ +all-redirect all-am all installdirs mostlyclean-generic \ +distclean-generic clean-generic maintainer-clean-generic clean \ +mostlyclean distclean maintainer-clean + + +dist-hook: + -mkdir $(distdir)/records + cp $(srcdir)/records/*.xml $(distdir)/records + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/examples/dinosauricon/Makefile.am b/examples/dinosauricon/Makefile.am new file mode 100644 index 0000000..9acdaa1 --- /dev/null +++ b/examples/dinosauricon/Makefile.am @@ -0,0 +1,5 @@ +dist-hook: + -mkdir $(distdir)/records + cp $(srcdir)/records/*.xml $(distdir)/records + +EXTRA_DIST = zebra.cfg diff --git a/examples/dinosauricon/zebra.cfg b/examples/dinosauricon/zebra.cfg index 2b27df4..5ac4437 100644 --- a/examples/dinosauricon/zebra.cfg +++ b/examples/dinosauricon/zebra.cfg @@ -1,5 +1,5 @@ -# $Header: /home/cvsroot/idis/examples/dinosauricon/Attic/zebra.cfg,v 1.6 2002-10-20 14:02:03 mike Exp $ +# $Header: /home/cvsroot/idis/examples/dinosauricon/Attic/zebra.cfg,v 1.7 2002-10-30 13:59:42 adam Exp $ # Bare-bones master configuration file for Zebra -profilePath: .:../../tab:../../../yaz/tab +profilePath: .:../../tab recordType: grs.xml attset: bib1.att diff --git a/examples/gils/Makefile.am b/examples/gils/Makefile.am new file mode 100644 index 0000000..9da3bdd --- /dev/null +++ b/examples/gils/Makefile.am @@ -0,0 +1,5 @@ +dist-hook: + -mkdir $(distdir)/records + cp $(srcdir)/records/*.grs $(distdir)/records + +EXTRA_DIST = zebra.cfg diff --git a/examples/gils/records/esdd0006.grs b/examples/gils/records/esdd0006.grs new file mode 100644 index 0000000..6726dd2 --- /dev/null +++ b/examples/gils/records/esdd0006.grs @@ -0,0 +1,196 @@ + + + +UTAH EARTHQUAKE EPICENTERS +<Acronym> +UUCCSEIS +</Acronym> + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +APPALACHIAN VALLEY; EARTHQUAKE; EPICENTER; SEISMOLOGY; UTAH + + + +Five files of epicenter data arranged by date comprise this data set. These +files are searchable by magnitude and longitude/latitude. Hardcopy of listing +and plot of requested area available. Epicenter location and date, magnitude, +and focal depth available. + +DIGITAL DATA SETS + + + +TERRESTRIAL + + + +Data are supplied by the University of Utah Seismograph Station. The Utah +Geologcial and Mineral Survey (UGMS) is merely a clearinghouse of the data. + + + + + + +US STATE + + + +UTAH + + + + + +-114 + + + +-109 + + + +42 + + + +37 + + + + + + + +-PRESENT + + + + + + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +606 BLACK HAWK WAY + + + +SALT LAKE CITY + + + +UT + + + +84108 + + + +USA + + + +(801) 581-6831 + + + + +UTAH EARTHQUAKE EPICENTERS + + + + + +AUTOMATED + + + +BATCH + + + +8,700 + + + +PC NETWORK + + + +SALT LAKE CITY, UT + + + + + + + +NONE + + + + + + +OPERATIONAL + + + + + + +BILL CASE + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +606 BLACK HAWK WAY + + + +SALT LAKE CITY + + + +UT + + + +84108 + + + +USA + + + +(801) 581-6831 + + + + +ESDD0006 + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +198903 + + + diff --git a/examples/gils/records/esdd0007.grs b/examples/gils/records/esdd0007.grs new file mode 100644 index 0000000..7f09356 --- /dev/null +++ b/examples/gils/records/esdd0007.grs @@ -0,0 +1,179 @@ + + + +UTAH GEOLOGICAL AND MINERAL SURVEY PUBLICATIONS +<Acronym> +UGMS +</Acronym> + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +COAL; GAS; GEOLOGY; GREAT SALT LAKE; MINE; MINERAL; OIL; UTAH; WATER + + + +Publications of the Utah Geological and Mineral Survey include reports of +investigation, special studies, bulletins, open-file reports, geologic map of +Utah, publications of geological societies, geologic and oil and mineral maps, +coal monographs, circulars, water resource bulletins, and reprints of articles. + +MAP SETS; REPORT SETS; CATALOGS/INDEXES; INDIVIDUAL MAPS; BIBLIOGRAPHIES + + + +TERRESTRIAL + + + +Complete collection of publications is available in UGMS Library. + + + + + + +US STATE + + + +UTAH + + + + + +-114 + + + +-109 + + + +42 + + + +37 + + + + + + + +-PRESENT + + + + + + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +INFORMATION SECTION, 606 BLACK HAWK WAY + + + +SALT LAKE CITY + + + +UT + + + +84108 + + + +USA + + + +(801) 581-6831 + + + + +UTAH GEOLOGICAL AND MINERAL SURVEY PUBLICATIONS + + + + + +NONAUTOMATED + + + +MANUAL + + + + + + + +NONE + + + + + + +OPERATIONAL + + + + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +INFORMATION SECTION, 606 BLACK HAWK WAY + + + +SALT LAKE CITY + + + +UT + + + +84108 + + + +USA + + + +(801) 581-6831 + + + + +ESDD0007 + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +198903 + + + diff --git a/examples/gils/records/esdd0008.grs b/examples/gils/records/esdd0008.grs new file mode 100644 index 0000000..6b50c40 --- /dev/null +++ b/examples/gils/records/esdd0008.grs @@ -0,0 +1,180 @@ + + + +UTAH GEOCHROMOMETRY +<Acronym> +UG +</Acronym> + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +ARIZONA; COLORADO; GEOLOGY; IDAHO; IGNEOUS ROCK; NEVADA; RADIOMETRIC; ROCK; +UTAH; WYOMING + + + +Utah radiometric dates, formations, investigations, constants, references +comprise this data set. Searches by formation, age, location, constants, +methodology, and rock type will be possible. + +CATALOGS/INDEXES + + + +TERRESTRIAL + + + + + + +US STATE + + + +UTAH AND NEIGHBORING STATES. + + + + + +-120 + + + +-102 + + + +49 + + + +31 + + + + + + + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +606 BLACK HAWK WAY + + + +SALT LAKE CITY + + + +UT + + + +84108 + + + +USA + + + +(801) 581-6831 + + + + +UTAH GEOCHROMOMETRY + + + + + +AUTOMATED + + + +INTERACTIVE + + + +PC NETWORK + + + +SALT LAKE CITY, UT + + + + + + + +NONE + + + + + + +UNDER DEVELOPMENT + + + + + + +GRANT WILLIS + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +606 BLACK HAWK WAY + + + +SALT LAKE CITY + + + +UT + + + +84108 + + + +USA + + + +(801) 581-6831 + + + + +ESDD0008 + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +198903 + + + diff --git a/examples/gils/records/esdd0030.grs b/examples/gils/records/esdd0030.grs new file mode 100644 index 0000000..1a4071b --- /dev/null +++ b/examples/gils/records/esdd0030.grs @@ -0,0 +1,173 @@ + + + +UTAH OIL FIELD FILE + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +CRUDE OIL; GEOLOGY; MAP; OIL; OIL WELL; PETROLEUM; PETROLEUM WELL; RESERVOIR; +UTAH + + + +Complete Utah oil field data including geology, production, recovery methods, +structure maps, index map of wells within field, type section logs, operations, +field history, bibliography, references, reservoir data, and completion +practices comprise this data set. + +FILE FOLDERS + + + + + + +US STATE + + + +UTAH + + + + + +-114 + + + +-109 + + + +42 + + + +37 + + + + + + + +1900-PRESENT + + + + + + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +606 BLACK HAWK WAY + + + +SALT LAKE CITY + + + +UT + + + +84108 + + + +USA + + + +(801) 581-6831 + + + + +UTAH OIL FIELD FILE + + + + + +NONAUTOMATED + + + +MANUAL + + + + + + + +NONE + + + + + + +OPERATIONAL + + + + + + +RAY KERNS + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +606 BLACK HAWK WAY + + + +SALT LAKE CITY + + + +UT + + + +84108 + + + +USA + + + +(801) 581-6831 + + + + +ESDD0030 + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +198903 + + + diff --git a/examples/gils/records/esdd0031.grs b/examples/gils/records/esdd0031.grs new file mode 100644 index 0000000..b8a6622 --- /dev/null +++ b/examples/gils/records/esdd0031.grs @@ -0,0 +1,180 @@ + + + +APPLIED GEOLOGY FILE + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +GEOLOGIC HAZARDS; GEOLOGY; GROUNDWATER; HAZARDOUS WASTE; HEALTH; WASTE + + + +Reports and memorandums completed by the Site Investigation Section comprise +this data set. Subjects include geotechnical appraisal of public facility +sites before and during construction and evaluations of hazardous waste +problems. + +FILE FOLDERS + + + + + + +CITIES; US STATE; COUNTIES + + + +UTAH + + + + + +-114 + + + +-109 + + + +42 + + + +37 + + + + + + + +1970-PRESENT + + + + + + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +606 BLACK HAWK WAY + + + +SALT LAKE CITY + + + +UT + + + +84108 + + + +USA + + + +(801) 581-6831 + + + + +APPLIED GEOLOGY FILE + + + + + +AUTOMATED + + + +INTERACTIVE + + + +PC NETWORK + + + +SALT LAKE CITY, UT + + + + + + + +Alphabetical and County Listings and 1984 Job Number + + + + + + +OPERATIONAL + + + + + + +SHARON WAKEFIELD + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +606 BLACK HAWK WAY + + + +SALT LAKE CITY + + + +UT + + + +84108 + + + +USA + + + +(801) 581-6831 + + + + +ESDD0031 + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +198903 + + + diff --git a/examples/gils/records/esdd0032.grs b/examples/gils/records/esdd0032.grs new file mode 100644 index 0000000..be24068 --- /dev/null +++ b/examples/gils/records/esdd0032.grs @@ -0,0 +1,201 @@ + + + +UTAH CRIB FILE +<Acronym> +UTAH-CRIB +</Acronym> + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +FUEL; GEOLOGY; LAND USE; MAP; METAL; MINERAL; NON-METAL; TOPOGRAPHY; UTAH + + + +CRIB-UTAH is a data base covering mineral occurrences in Utah, including +metals, non-metals, and fuels. Each mineral occurrence is plotted on +topographic maps and described in a six page report. + +MAP SETS; REPORT SETS + + + +CRIB-UTAH is currently accessible through the BLM, USGS, and Utah Geological +and Mineral Survey. Future modes of access to the system are uncertain due to +systems changes. Not identical to USGS MRDS/CRIB files; other data available +in file folder at UGMS. + + + + + + +7 1/2' OR 15' QUADS; US STATE; COUNTIES + + + +UTM NORTHINGS AND EASTINGS; PUBLIC LAND SURVEY (SECTION, TOWNSHIP, AND RANGE) + + + +UTAH + + + + + +-114 + + + +-109 + + + +42 + + + +37 + + + + + + + +-PRESENT + + + + + + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +606 BLACK HAWK WAY + + + +SALT LAKE CITY + + + +UT + + + +84108 + + + +USA + + + +(801) 581-6831 + + + + +UTAH CRIB FILE + + + + + +AUTOMATED + + + +REVELATION + + + +INTERACTIVE AND BATCH + + + +8,000 + + + +PC NETWORK + + + +SALT LAKE CITY, UT + + + + + + + +NONE + + + + + + +OPERATIONAL + + + + + + +BRYCE TRIPP + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +606 BLACK HAWK WAY + + + +SALT LAKE CITY + + + +UT + + + +84108 + + + +USA + + + +(801) 581-6831 + + + + +ESDD0032 + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +198903 + + + diff --git a/examples/gils/records/esdd0033.grs b/examples/gils/records/esdd0033.grs new file mode 100644 index 0000000..2d341da --- /dev/null +++ b/examples/gils/records/esdd0033.grs @@ -0,0 +1,183 @@ + + + +MINE MAP INDEX + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +AREAL GEOLOGY; COAL; GEOLOGY; MAP; MINE; UTAH + + + +Mine Map Index is an index of mine maps located in the UGMS energy section. +All maps are rescaled by hand to 1:24,000. Maps show areal extent of mine and +coal seams. Maps are used for production, control, and resource calculations. + +CATALOGS/INDEXES; INDIVIDUAL MAPS + + + +Some drill hole information is confidential. + + + + + + +7 1/2' OR 15' QUADS; US STATE + + + +UTAH + + + + + +-114 + + + +-109 + + + +42 + + + +37 + + + + + + + +-PRESENT + + + + + + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +606 BLACK HAWK WAY + + + +SALT LAKE CITY + + + +UT + + + +84108 + + + +USA + + + +(801) 581-6831 + + + + +MINE MAP INDEX + + + + + +AUTOMATED + + + +INTERACTIVE + + + +200 + + + +SALT LAKE CITY, UT + + + + + + + +NONE + + + + + + +OPERATIONAL + + + + + + +KEITH ALEX + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +606 BLACK HAWK WAY + + + +SALT LAKE CITY + + + +UT + + + +84108 + + + +USA + + + +(801) 581-6831 + + + + +ESDD0033 + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +198903 + + + diff --git a/examples/gils/records/esdd0034.grs b/examples/gils/records/esdd0034.grs new file mode 100644 index 0000000..a37db81 --- /dev/null +++ b/examples/gils/records/esdd0034.grs @@ -0,0 +1,186 @@ + + + +COAL SAMPLE BANK + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +COAL; MACERAL; METHANE; PETROGRAPHY; UTAH + + + +This data set contains methane data, chemical analysis data, and petrographic +analysis data on core samples in Utah. + +DIGITAL DATA SETS; FILE FOLDERS + + + +Coal pellets are stored. Future plans are to store coal samples under water. + + + + + + +US STATE + + + +UTAH + + + + + +-114 + + + +-109 + + + +42 + + + +37 + + + + + + + +-PRESENT + + + + + + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +606 BLACK HAWK WAY + + + +SALT LAKE CITY + + + +UT + + + +84108 + + + +USA + + + +(801) 581-6831 + + + + +COAL SAMPLE BANK + + + + + +AUTOMATED + + + +INTERACTIVE + + + +550 + + + +COMPACT AT COMPATIBLE + + + +SALT LAKE CITY, UT + + + + + + + +NONE + + + + + + +OPERATIONAL + + + + + + +ALEX KEITH + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +606 BLACK HAWK WAY + + + +SALT LAKE CITY + + + +UT + + + +84108 + + + +USA + + + +(801) 581-6831 + + + + +ESDD0034 + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +198903 + + + diff --git a/examples/gils/records/esdd0035.grs b/examples/gils/records/esdd0035.grs new file mode 100644 index 0000000..1a4100e --- /dev/null +++ b/examples/gils/records/esdd0035.grs @@ -0,0 +1,188 @@ + + + +UTAH GEOLOGIC MAP BIBLIOGRAPHY + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +ARIZONA; COLORADO; GEOLOGY; IDAHO; MAP; NEVADA; UTAH; WYOMING + + + +This collection consists of theses, dissertations, and other unpublished maps +as well as published maps of the geology of Utah. Some maps of the collection +are xeroxed from limited collections. Cross-sections are included in set. +Data file consists of map bibliography. + +MAP SETS; BIBLIOGRAPHIES + + + +Approximately 700 maps are in the set. + + + + + + +US STATE + + + +UTAH AND NEIGHBORING STATES + + + + + +-120 + + + +-102 + + + +49 + + + +31 + + + + + + + +-PRESENT + + + + + + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +606 BLACK HAWK WAY + + + +SALT LAKE CITY + + + +UT + + + +84108 + + + +USA + + + +(801) 581-6831 + + + + +UTAH GEOLOGIC MAP BIBLIOGRAPHY + + + + + +AUTOMATED + + + +INTERACTIVE + + + +1,100 + + + +PC NETWORK + + + +SALT LAKE CITY, UT + + + + + + + +NONE + + + + + + +OPERATIONAL + + + + + + +HELLMUT DOELLING + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +606 BLACK HAWK WAY + + + +SALT LAKE CITY + + + +UT + + + +84108 + + + +USA + + + +(801) 581-6831 + + + + +ESDD0035 + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +198903 + + + diff --git a/examples/gils/records/esdd0036.grs b/examples/gils/records/esdd0036.grs new file mode 100644 index 0000000..112002c --- /dev/null +++ b/examples/gils/records/esdd0036.grs @@ -0,0 +1,177 @@ + + + +MEASURED GEOLOGIC SECTIONS + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +FOSSIL; GEOLOGY; LITHOLOGY; PALEONTOLOGY; STRATIGRAPHY; UTAH + + + +Selected geologic sections and references to geologic sections concerning Utah +geology comprise this data set. Formation, lithologic description, fossils, +thickness, location of section, and Utah type sections are included in this +data set. + +FILE FOLDERS + + + + + + +US STATE + + + +LATITUDE/LONGITUDE; UTM NORTHINGS AND EASTINGS; PUBLIC LAND SURVEY (SECTION, +TOWNSHIP, AND RANGE) + + + +UTAH + + + + + +-114 + + + +-109 + + + +42 + + + +37 + + + + + + + +-PRESENT + + + + + + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +606 BLACK HAWK WAY + + + +SALT LAKE CITY + + + +UT + + + +84108 + + + +USA + + + +(801) 581-6831 + + + + +MEASURED GEOLOGIC SECTIONS + + + + + +NONAUTOMATED + + + +MANUAL + + + + + + + +NONE + + + + + + +UNDER DEVELOPMENT + + + + + + +HELLMUT DOELLING + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +606 BLACK HAWK WAY + + + +SALT LAKE CITY + + + +UT + + + +84108 + + + +USA + + + +(801) 581-6831 + + + + +ESDD0036 + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +198903 + + + diff --git a/examples/gils/records/esdd0037.grs b/examples/gils/records/esdd0037.grs new file mode 100644 index 0000000..96abf28 --- /dev/null +++ b/examples/gils/records/esdd0037.grs @@ -0,0 +1,174 @@ + + + +UTAH GEOLOGICAL SOCIETY PUBLICATIONS +<Acronym> +UGS +</Acronym> + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +ARIZONA; COLORADO; GEOLOGY; IDAHO; NEVADA; UTAH; WYOMING + + + +Guidebooks and field logs of selected areas in Utah and neighboring states +comprise this data set. + +REPORT SETS; LOGS + + + +Society merged into Utah Geological Association in 1970. Complete set of +publications is available in UGMS Library. + + + + + + +US STATE + + + +UTAH AND NEIGHBORING STATES + + + + + +-120 + + + +-102 + + + +49 + + + +31 + + + + + + + +1946-1970 + + + + + + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +INFORMATION SECTION, 606 BLACK HAWK WAY + + + +SALT LAKE CITY + + + +UT + + + +84108 + + + +USA + + + +(801) 581-6831 + + + + +UTAH GEOLOGICAL SOCIETY PUBLICATIONS + + + + + +NONAUTOMATED + + + +MANUAL + + + + + + + +NONE + + + + + + +OPERATIONAL + + + + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +INFORMATION SECTION, 606 BLACK HAWK WAY + + + +SALT LAKE CITY + + + +UT + + + +84108 + + + +USA + + + +(801) 581-6831 + + + + +ESDD0037 + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +198903 + + + diff --git a/examples/gils/records/esdd0038.grs b/examples/gils/records/esdd0038.grs new file mode 100644 index 0000000..d5df08b --- /dev/null +++ b/examples/gils/records/esdd0038.grs @@ -0,0 +1,175 @@ + + + +INTERMOUNTAIN ASSOCIATION OF PETROLEUM GEOLOGISTS/GEOLOGISTS PUBLICATIONS +<Acronym> +IAPG/IAG +</Acronym> + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +AREAL GEOLOGY; ARIZONA; COLORADO; GEOLOGY; IDAHO; MONTANA; NEVADA; NEW MEXICO; +UTAH; WYOMING + + + +Guidebooks and field trip logs covering intermountain states: Utah, New Mexico, +Colorado, Wyoming, Montana, Nevada, Idaho, Arizona comprise this data set. + +REPORT SETS; LOGS + + + +Society merged into Utah Geological Association in 1970. Complete set of +publications is available in UGMS Library. + + + + + + +US STATE + + + +UTAH AND NEIGHBORING STATES + + + + + +-120 + + + +-102 + + + +49 + + + +31 + + + + + + + +1950-1970 + + + + + + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +INFORMATION SECTION, 606 BLACK HAWK WAY + + + +SALT LAKE CITY + + + +UT + + + +84108 + + + +USA + + + +(801) 581-6831 + + + + +INTERMOUNTAIN ASSOCIATION OF PETROLEUM GEOLOGISTS/GEOLOGISTS PUBLICATIONS + + + + + +NONAUTOMATED + + + +MANUAL + + + + + + + +NONE + + + + + + +OPERATIONAL + + + + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +INFORMATION SECTION, 606 BLACK HAWK WAY + + + +SALT LAKE CITY + + + +UT + + + +84108 + + + +USA + + + +(801) 581-6831 + + + + +ESDD0038 + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +198903 + + + diff --git a/examples/gils/records/esdd0039.grs b/examples/gils/records/esdd0039.grs new file mode 100644 index 0000000..022cd93 --- /dev/null +++ b/examples/gils/records/esdd0039.grs @@ -0,0 +1,172 @@ + + + +UTAH GEOLOGICAL ASSOCIATION PUBLICATIONS +<Acronym> +UGA +</Acronym> + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +AREAL GEOLOGY; GEOLOGY; UTAH + + + +Guidebooks and field logs of selected Utah sites comprise this data set. + +REPORT SETS; LOGS + + + +Complete set of publications is available in UGMS Library. + + + + + + +US STATE + + + +UTAH + + + + + +-114 + + + +-109 + + + +42 + + + +37 + + + + + + + +1970-PRESENT + + + + + + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +INFORMATION SECTION, 606 BLACK HAWK WAY + + + +SALT LAKE CITY + + + +UT + + + +84108 + + + +USA + + + +(801) 581-6831 + + + + +UTAH GEOLOGICAL ASSOCIATION PUBLICATIONS + + + + + +NONAUTOMATED + + + +MANUAL + + + + + + + +NONE + + + + + + +OPERATIONAL + + + + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +INFORMATION SECTION, 606 BLACK HAWK WAY + + + +SALT LAKE CITY + + + +UT + + + +84108 + + + +USA + + + +(801) 581-6831 + + + + +ESDD0039 + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +198903 + + + diff --git a/examples/gils/records/esdd0040.grs b/examples/gils/records/esdd0040.grs new file mode 100644 index 0000000..67e347f --- /dev/null +++ b/examples/gils/records/esdd0040.grs @@ -0,0 +1,172 @@ + + + +ELECTRIC LOG LIBRARY + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +AREAL GEOLOGY; CRUDE OIL; ELECTRICITY; GEOLOGY; GEOPHYSICAL; HYDROCARBON; +LITHOLOGY; MUD; OIL; PETROLEUM; PETROLEUM WELL; UTAH + + + +Logs for selected petroleum wells include electric (all varieties) and +lithologic or hydrocarbon logs. Duplicates from OG&M well records file, +supplied by private concerns. The areal coverage is Utah and vicinity. + +LOGS + + + + + + +US STATE + + + +PUBLIC LAND SURVEY (SECTION, TOWNSHIP, AND RANGE) + + + +UTAH + + + + + +-114 + + + +-109 + + + +42 + + + +37 + + + + + + + +-PRESENT + + + + + + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +ECONOMIC PROGRAM, 606 BLACK HAWK WAY + + + +SALT LAKE CITY + + + +UT + + + +84108 + + + +USA + + + +(801) 581-6831 + + + + +ELECTRIC LOG LIBRARY + + + + + +NONAUTOMATED + + + +MANUAL + + + + + + + +NONE + + + + + + +UNDER DEVELOPMENT + + + + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +ECONOMIC PROGRAM, 606 BLACK HAWK WAY + + + +SALT LAKE CITY + + + +UT + + + +84108 + + + +USA + + + +(801) 581-6831 + + + + +ESDD0040 + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +198903 + + + diff --git a/examples/gils/records/esdd0041.grs b/examples/gils/records/esdd0041.grs new file mode 100644 index 0000000..c1930e1 --- /dev/null +++ b/examples/gils/records/esdd0041.grs @@ -0,0 +1,181 @@ + + + +WELL SAMPLE LIBRARY + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +CORE; CORE CHIPS; CRUDE OIL; DRILL CUTTINGS; GEOTHERMAL; GEOTHERMAL WELL; MINE; +OIL; PETROLEUM; PETROLEUM WELL; STRATIGRAPHY; UTAH + + + +Petroleum, mining, geothermal, and stratigraphic samples, including cores, core +chips and drill cuttings comprise this data set. This does not include logs or +description. These data are supplied by outside agencies and private +organizations. + +SAMPLE CONTAINERS + + + +Samples may be inspected by appointment only. + + + + + + +US STATE + + + +PUBLIC LAND SURVEY (SECTION, TOWNSHIP, AND RANGE) + + + +UTAH AND NEIGHBORING STATES + + + + + +-120 + + + +-102 + + + +49 + + + +31 + + + + + + + +-PRESENT + + + + + + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +606 BLACK HAWK WAY + + + +SALT LAKE CITY + + + +UT + + + +84108 + + + +USA + + + +(801) 581-6831 + + + + +WELL SAMPLE LIBRARY + + + + + +NONAUTOMATED + + + +MANUAL + + + + + + + +NONE + + + + + + +OPERATIONAL + + + + + + +CAROLYN OLSEN + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +606 BLACK HAWK WAY + + + +SALT LAKE CITY + + + +UT + + + +84108 + + + +USA + + + +(801) 581-6831 + + + + +ESDD0041 + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +198903 + + + diff --git a/examples/gils/records/esdd0042.grs b/examples/gils/records/esdd0042.grs new file mode 100644 index 0000000..b391751 --- /dev/null +++ b/examples/gils/records/esdd0042.grs @@ -0,0 +1,184 @@ + + + +BIBLIOGRAPHY OF UTAH GEOLOGY + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +COAL; EARTHQUAKE; GEOLOGY; GREAT SALT LAKE; LANDSLIDE; SEISMOLOGY; +STRATIGRAPHY; UTAH + + + +Keyworded compilation of 11,300 bibliographic entries consisting of +commodities, applied geology, investigation procedures and stratigraphic units +related to Utah comprise this data set. Entries are searchable by state, +county, quadrangle, as well as keywords. Entries include theses and +dissertations referenced in GEOREF to 1980. + +BIBLIOGRAPHIES + + + +Utah Radioactive Occurrences, Great Salt Lake, Landslide, Earthquakes, and Utah + +Coal Bibliographies are included. + + + + + + +US STATE + + + +UTAH AND NEIGHBORING STATES + + + + + +-120 + + + +-102 + + + +49 + + + +31 + + + + + + + +-PRESENT + + + + + + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +INFORMATION SECTION, 606 BLACK HAWK WAY + + + +SALT LAKE CITY + + + +UT + + + +84108 + + + +USA + + + +(801) 581-6831 + + + + +BIBLIOGRAPHY OF UTAH GEOLOGY + + + + + +AUTOMATED + + + +INTERACTIVE + + + +PC NETWORK + + + +SALT LAKE CITY, UT + + + + + + + +NONE + + + + + + +OPERATIONAL + + + + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +INFORMATION SECTION, 606 BLACK HAWK WAY + + + +SALT LAKE CITY + + + +UT + + + +84108 + + + +USA + + + +(801) 581-6831 + + + + +ESDD0042 + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +198903 + + + diff --git a/examples/gils/records/esdd0044.grs b/examples/gils/records/esdd0044.grs new file mode 100644 index 0000000..9c10284 --- /dev/null +++ b/examples/gils/records/esdd0044.grs @@ -0,0 +1,174 @@ + + + +OIL IMPREGNATED ROCK DEPOSITS + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +BASALT; CRUDE OIL; GEOLOGY; LIMESTONE; OIL; PETROLEUM; PETROLEUM WELL; TAR; TAR +BASALT; TAR LIMESTONE; TAR SAND; UTAH + + + +High viscosity, low volatile content, hydrocarbon deposits which are developed +using unconventional petroleum methods comprise this data set. Deposits +include tar sands, limestones, basalts but not shales or solid hydrocarbons. +This file includes outcrop maps, field notes, references, logs, stratigraphy, +geologic report, and production from outside or in-house sources. + +FILE FOLDERS + + + +Much unpublished data. + + + + + + +7 1/2' OR 15' QUADS; US STATE + + + +UTAH + + + + + +-114 + + + +-109 + + + +42 + + + +37 + + + + + + + +-PRESENT + + + + + + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +ECONOMIC PROGRAM, 606 BLACK HAWK WAY + + + +SALT LAKE CITY + + + +UT + + + +84108 + + + +USA + + + +(801) 581-6831 + + + + +OIL IMPREGNATED ROCK DEPOSITS + + + + + +NONAUTOMATED + + + +MANUAL + + + + + + + +NONE + + + + + + +OPERATIONAL + + + + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +ECONOMIC PROGRAM, 606 BLACK HAWK WAY + + + +SALT LAKE CITY + + + +UT + + + +84108 + + + +USA + + + +(801) 581-6831 + + + + +ESDD0044 + + + +UTAH GEOLOGICAL AND MINERAL SURVEY + + + +198903 + + + diff --git a/examples/gils/records/esdd0045.grs b/examples/gils/records/esdd0045.grs new file mode 100644 index 0000000..943118a --- /dev/null +++ b/examples/gils/records/esdd0045.grs @@ -0,0 +1,152 @@ + + + +ENGINEERING GEOLOGY (UNPUBLISHED REPORTS AND MAPS) + + + +NEVADA BUREAU OF MINES AND GEOLOGY + + + +CARTOGRAPHY; ENGINEERING; GEOLOGY; MAP; NEVADA + + + +Project name, location, geologic information, engineering information, firm or +individual making report or map are components of this database. + +MAP SETS; REPORT SETS; INDIVIDUAL MAPS; FILE FOLDERS; LOGS + + + + + + +7 1/2' OR 15' QUADS; COUNTIES; 1 DEG. X 2 DEG. QUAD + + + +NEVADA + + + + + +-120 + + + +-114 + + + +42 + + + +35 + + + + + + + + + +NEVADA BUREAU OF MINES AND GEOLOGY + + + +NEVADA BUREAU OF MINES AND GEOLOGY, UNIVERSITY OF NEVADA + + + +RENO + + + +NV + + + +89557 + + + +USA + + + +(702) 784-6691 + + + + +ENGINEERING GEOLOGY (UNPUBLISHED REPORTS AND MAPS) + + + + + +NONAUTOMATED + + + + + + + +NONE + + + + + + +BECKY WEIMER PURKEY + + + +NEVADA BUREAU OF MINES AND GEOLOGY + + + +NEVADA BUREAU OF MINES AND GEOLOGY, UNIVERSITY OF NEVADA + + + +RENO + + + +NV + + + +89557 + + + +USA + + + +(702) 784-6691 + + + + +ESDD0045 + + + +NEVADA BUREAU OF MINES AND GEOLOGY + + + +199101 + + + diff --git a/examples/gils/records/esdd0046.grs b/examples/gils/records/esdd0046.grs new file mode 100644 index 0000000..921db7e --- /dev/null +++ b/examples/gils/records/esdd0046.grs @@ -0,0 +1,196 @@ + + + +OIL AND GAS WELLS DRILLED SINCE 1986, LIST L8 + + + +NEVADA BUREAU OF MINES AND GEOLOGY + + + +CRUDE OIL; GAS; GAS WELL; NEVADA; OIL; OIL WELL; PETROLEUM; PETROLEUM WELL + + + +This database contains information about oil and gas wells drilled since 1986 +such as well name, location, depth, permit number, company (owner), and +producing or dry hole. + +CATALOGS/INDEXES + + + +TERRESTRIAL + + + + + + +US STATE; COUNTIES + + + +PUBLIC LAND SURVEY (SECTION, TOWNSHIP, AND RANGE) + + + +NEVADA + + + + + +-120 + + + +-114 + + + +42 + + + +35 + + + + + + + +1986-PRESENT + + + + + + + + +NEVADA BUREAU OF MINES AND GEOLOGY + + + +NEVADA BUREAU OF MINES AND GEOLOGY, UNIVERSITY OF NEVADA, M.S. 178 + + + +RENO + + + +NV + + + +89557-0088 + + + +USA + + + +(702) 784-6691 + + + + +OIL AND GAS WELLS DRILLED SINCE 1986, LIST L8 + + + + + +AUTOMATED + + + +PC-FILE VERSION 5.0 + + + +INTERACTIVE + + + +200 + + + +IBM PC/XT/AT/386 + + + +RENO, NV + + + + + + + +Updates Nevada Bureau of Mines and Geology Bulletin 104, Oil and Gas +Developments in Nevada, 1907-1986. + + + + + + +OPERATIONAL + + + + + + +RONALD HESS + + + +NEVADA BUREAU OF MINES AND GEOLOGY + + + +NEVADA BUREAU OF MINES AND GEOLOGY, UNIVERSITY OF NEVADA, M.S. 178 + + + +RENO + + + +NV + + + +89557-0088 + + + +USA + + + +(702) 784-6691 + + + + +ESDD0046 + + + +NEVADA BUREAU OF MINES AND GEOLOGY + + + +199101 + + + diff --git a/examples/gils/records/esdd0047.grs b/examples/gils/records/esdd0047.grs new file mode 100644 index 0000000..2f04bc0 --- /dev/null +++ b/examples/gils/records/esdd0047.grs @@ -0,0 +1,158 @@ + + + +ISOTOPIC DATES OF ROCKS AND MINERALS + + + +NEVADA BUREAU OF MINES AND GEOLOGY + + + +GEOLOGY; ISOTOPIC DATE; MINERAL; NEVADA; ROCK + + + +Rock type, collection location, sample description, analytical method, +analytical data, lab performing analytical work, age in month-year, isotopic +method used, comments on reliability of age determination, and collector's +identification are components of this data set. + +CATALOGS/INDEXES; FILE FOLDERS + + + +No easy search method; one must search through all the issues of the journal; +articles describe new dates or are a compilation of all dates from a particular + +area, rock type, etc. + + + + + + +US STATE; WESTERN HEMISPHERE + + + +LATITUDE/LONGITUDE; PUBLIC LAND SURVEY (SECTION, TOWNSHIP, AND RANGE) + + + +NEVADA; UNITED STATES; WESTERN HEMISPHERE + + + + + + +1970-PRESENT + + + + + + + + +NEVADA BUREAU OF MINES AND GEOLOGY + + + +NEVADA BUREAU OF MINES AND GEOLOGY, UNIVERSITY OF NEVADA + + + +RENO + + + +NV + + + +89557 + + + +USA + + + +(702) 784-6691 + + + + +ISOTOPIC DATES OF ROCKS AND MINERALS + + + + + +NONAUTOMATED + + + +MANUAL + + + + + + + +Data published in Isochron/West, a scientific journal published three times a +year. + + + + + + +LARRY GARSIDE + + + +NEVADA BUREAU OF MINES AND GEOLOGY + + + +NEVADA BUREAU OF MINES AND GEOLOGY, UNIVERSITY OF NEVADA + + + +RENO + + + +NV + + + +89557 + + + +USA + + + +(702) 784-6691 + + + + +ESDD0047 + + + +NEVADA BUREAU OF MINES AND GEOLOGY + + + +199101 + + + diff --git a/examples/gils/records/esdd0048.grs b/examples/gils/records/esdd0048.grs new file mode 100644 index 0000000..bb2a190 --- /dev/null +++ b/examples/gils/records/esdd0048.grs @@ -0,0 +1,175 @@ + + + +MINERAL OCCURRENCES, DEPOSITS, PROSPECTS, AND MINES + + + +NEVADA BUREAU OF MINES AND GEOLOGY + + + +GEOLOGY; MINE; MINERAL; NEVADA + + + +Name, location, workings, geologic description, history of development and +mining (if any), analyses of rocks and minerals, and references are components +of this database. + +MAP SETS; REPORT SETS; CATALOGS/INDEXES; PHOTOGRAPHS; BIBLIOGRAPHIES; FILE +FOLDERS; ROCK AND MINERAL SAMPLES + + + + + + +COUNTIES + + + +UTM NORTHINGS AND EASTINGS; PUBLIC LAND SURVEY (SECTION, TOWNSHIP, AND RANGE) + + + +NEVADA + + + + + +-120 + + + +-114 + + + +42 + + + +35 + + + + + + + +1970-PRESENT + + + + + + + + +NEVADA BUREAU OF MINES AND GEOLOGY + + + +NEVADA BUREAU OF MINES AND GEOLOGY, UNIVERSITY OF NEVADA + + + +RENO + + + +NV + + + +89557 + + + +USA + + + +(702) 784-6691 + + + + +MINERAL OCCURRENCES, DEPOSITS, PROSPECTS, AND MINES + + + + + +NONAUTOMATED + + + +MANUAL + + + +20,000 + + + + + + + +As an area is covered, the data is open-filed at the Nevada Bureau of Mines and + +Geology. + + + + + + +JOE TINGLEY + + + +NEVADA BUREAU OF MINES AND GEOLOGY + + + +NEVADA BUREAU OF MINES AND GEOLOGY, UNIVERSITY OF NEVADA + + + +RENO + + + +NV + + + +89557 + + + +USA + + + +(702) 784-6691 + + + + +ESDD0048 + + + +NEVADA BUREAU OF MINES AND GEOLOGY + + + +199101 + + + diff --git a/examples/gils/records/esdd0049.grs b/examples/gils/records/esdd0049.grs new file mode 100644 index 0000000..22be44a --- /dev/null +++ b/examples/gils/records/esdd0049.grs @@ -0,0 +1,192 @@ + + + +GEOTHERMAL WELLS DRILLED SINCE 1976 + + + +NEVADA BUREAU OF MINES AND GEOLOGY + + + +GEOTHERMAL; GEOTHERMAL WELL; NEVADA + + + +Well name, operator, location, depth, highest temperature reached are +components of these data which describe those geothermal wells that have been +drilled since 1976. + +CATALOGS/INDEXES + + + + + + +COUNTIES + + + +PUBLIC LAND SURVEY (SECTION, TOWNSHIP, AND RANGE) + + + +NEVADA + + + + + +-120 + + + +-114 + + + +42 + + + +35 + + + + + + + +1976-PRESENT + + + + + + + + +NEVADA BUREAU OF MINES AND GEOLOGY + + + +NEVADA BUREAU OF MINES AND GEOLOGY, UNIVERSITY OF NEVADA + + + +RENO + + + +NV + + + +89557 + + + +USA + + + +(702) 784-6691 + + + + +GEOTHERMAL WELLS DRILLED SINCE 1976 + + + + + +AUTOMATED + + + +WORDPERFECT + + + +INTERACTIVE + + + +100 + + + +IBM COMPATIBLE + + + +RENO, NV + + + + + + + +Nevada Bureau of Mines Open-File Report Special Publication List 4 (updates +Appendix 2 of Bulletin 91 Nevada Bureau of Mines and Geology). + + + + + + +OPERATIONAL + + + + + + +BECKY WEIMER PURKEY + + + +NEVADA BUREAU OF MINES AND GEOLOGY + + + +NEVADA BUREAU OF MINES AND GEOLOGY, UNIVERSITY OF NEVADA + + + +RENO + + + +NV + + + +89557 + + + +USA + + + +(702) 784-6691 + + + + +ESDD0049 + + + +NEVADA BUREAU OF MINES AND GEOLOGY + + + +199101 + + + diff --git a/examples/gils/records/esdd0050.grs b/examples/gils/records/esdd0050.grs new file mode 100644 index 0000000..2da9353 --- /dev/null +++ b/examples/gils/records/esdd0050.grs @@ -0,0 +1,190 @@ + + + +CORE AND CUTTINGS IN NBMG 'LIBRARY' + + + +NEVADA BUREAU OF MINES AND GEOLOGY + + + +CORE; GEOLOGY; MINE; NEVADA + + + +This data set describes the NBMG holdings of core and cuttings for Nevada. It +includes driller identification, hole name, location, depth of hole, and log +types. + +FILE FOLDERS; LOGS; CORE/CUTTINGS (SAMPLES) + + + + + + +COUNTIES + + + +LATITUDE/LONGITUDE; PUBLIC LANE SURVEY (SECTION, TOWNSHIP, AND RANGE) + + + +NEVADA + + + + + +-120 + + + +-114 + + + +42 + + + +35 + + + + + + + +1960-PRESENT + + + + + + + + +NEVADA BUREAU OF MINES AND GEOLOGY + + + +NEVADA BUREAU OF MINES AND GEOLOGY, UNIVERSITY OF NEVADA + + + +RENO + + + +NV + + + +89557 + + + +USA + + + +(702) 784-6691 + + + + +CORE AND CUTTINGS IN NBMG 'LIBRARY' + + + + + +AUTOMATED + + + +WORDPERFECT + + + +BATCH + + + +IBM COMPATIBLE + + + +RENO, NV + + + + + + + +Listed in NBMG Report 30, The Nevada Bureau of Mines and Geology Sample Library + +- An Index to Drill Core and Cuttings in the Collection and also in Special +Publication L3, which updates the list. + + + + + + +OPERATIONAL + + + + + + +BECKY WEIMER PURKEY + + + +NEVADA BUREAU OF MINES AND GEOLOGY + + + +NEVADA BUREAU OF MINES AND GEOLOGY, UNIVERSITY OF NEVADA + + + +RENO + + + +NV + + + +89557 + + + +USA + + + +(702) 784-6691 + + + + +ESDD0050 + + + +NEVADA BUREAU OF MINES AND GEOLOGY + + + +199101 + + + diff --git a/examples/gils/records/esdd0051.grs b/examples/gils/records/esdd0051.grs new file mode 100644 index 0000000..9776a8b --- /dev/null +++ b/examples/gils/records/esdd0051.grs @@ -0,0 +1,212 @@ + + + +OIL/GAS DRILLING +<Acronym> +NVOILWEL +</Acronym> + + + +NEVADA BUREAU OF MINES AND GEOLOGY + + + +CORE; CRUDE OIL; GAS; GAS WELL; NEVADA; OIL; OIL WELL; PETROLEUM; PETROLEUM +WELL + + + +This database contains information on oil and gas drilling such as well name, +operator, driller, location, depth, copies of logs run, permits, samples +(cuttings, core), completion records. + +REPORT SETS; DIGITAL DATA SETS; FILE FOLDERS; MICROGRAPHICS; LOGS; COMPUTER +DATA BASE RECORDS + + + +TERRESTRIAL + + + +DOCUMENTATION continued: Special Publication l4; Bulletin 104, Oil and Gas +Developments in Nevada, 1907-1986; Special Publication l8. COMMENTS: Not all +data in this data set is available on-line. + + + + + + +US STATE; COUNTIES + + + +UTM NORTHINGS AND EASTINGS; PUBLIC LAND SURVEY (SECTION, TOWNSHIP, AND RANGE) + + + +NEVADA + + + + + +-120 + + + +-114 + + + +42 + + + +35 + + + + + + + +1907-PRESENT + + + + + + + + +NEVADA BUREAU OF MINES AND GEOLOGY + + + +NEVADA BUREAU OF MINES AND GEOLOGY, UNIVERSITY OF NEVADA, M.S. 178 + + + +RENO + + + +NV + + + +89557-0088 + + + +USA + + + +(702) 784-6691 + + + + +OIL/GAS DRILLING + + + + + +AUTOMATED + + + +PC-FILE, VERSION 5.0 + + + +INTERACTIVE + + + +700 + + + +400 + + + +IBM PC/XT/AT/386 + + + +RENO, NV + + + + + + + +Listed and described in NBMG Bulletin 52, Nevada Oil and Gas Drilling Data, +1906-1953; Report 18, Oil and Gas Developments in Nevada, 1953-1967; Report +29;(continued in COMMENTS section) + + + + + + +OPERATIONAL + + + + + + +RONALD HESS + + + +NEVADA BUREAU OF MINES AND GEOLOGY + + + +NEVADA BUREAU OF MINES AND GEOLOGY, UNIVERSITY OF NEVADA, M.S. 178 + + + +RENO + + + +NV + + + +89557-0088 + + + +USA + + + +(702) 784-6691 + + + + +ESDD0051 + + + +NEVADA BUREAU OF MINES AND GEOLOGY + + + +199101 + + + diff --git a/examples/gils/records/esdd0052.grs b/examples/gils/records/esdd0052.grs new file mode 100644 index 0000000..27e6fe2 --- /dev/null +++ b/examples/gils/records/esdd0052.grs @@ -0,0 +1,176 @@ + + + +THESES ON NEVADA GEOLOGY + + + +NEVADA BUREAU OF MINES AND GEOLOGY + + + +GEOLOGY; NEVADA + + + +This database contains catalogs and indexes of geology theses in Nevada. Some +of the information included are author, title, location, degree, and +university. + +CATALOGS/INDEXES + + + + + + +US STATE + + + +LATITUDE/LONGITUDE + + + +NEVADA + + + + + +-120 + + + +-114 + + + +42 + + + +35 + + + + + + + +1976-PRESENT + + + + + + + + +NEVADA BUREAU OF MINES AND GEOLOGY + + + +NEVADA BUREAU OF MINES AND GEOLOGY, UNIVERSITY OF NEVADA + + + +RENO + + + +NV + + + +89557 + + + +USA + + + +(702) 784-6691 + + + + +THESES ON NEVADA GEOLOGY + + + + + +NONAUTOMATED + + + +MANUAL + + + + + + + +Bibliography of Graduate Theses on Nevada Geology to 1976: Nevada Bureau of +Mines and Geology, Report 31. + + + + + + +OPERATIONAL + + + + + + +BECKY WEIMER PURKEY + + + +NEVADA BUREAU OF MINES AND GEOLOGY + + + +NEVADA BUREAU OF MINES AND GEOLOGY, UNIVERSITY OF NEVADA + + + +RENO + + + +NV + + + +89557 + + + +USA + + + +(702) 784-6691 + + + + +ESDD0052 + + + +NEVADA BUREAU OF MINES AND GEOLOGY + + + +199101 + + + diff --git a/examples/gils/records/esdd0053.grs b/examples/gils/records/esdd0053.grs new file mode 100644 index 0000000..dccc7eb --- /dev/null +++ b/examples/gils/records/esdd0053.grs @@ -0,0 +1,187 @@ + + + +SAMPLES ANALYZED FOR PROSPECTORS IN THE NBMG (NMAL) CHEMICAL LABORATORY + + + +NEVADA BUREAU OF MINES AND GEOLOGY + + + +GEOLOGY; MINE; NEVADA + + + +This database contains reports on samples analyzed in the NBMG (NMAL) Chemical +Laboratory. The reports include such information as prospector's name, +address, location, sample description, and analytical results. + +REPORT SETS + + + + + + +MINING DISTRICT + + + +PUBLIC LAND SURVEY (SECTION, TOWNSHIP, AND RANGE) + + + +NEVADA + + + + + +-120 + + + +-114 + + + +42 + + + +35 + + + + + + + +1925-PRESENT + + + + + + + + +NEVADA BUREAU OF MINES AND GEOLOGY + + + +NEVADA BUREAU OF MINES AND GEOLOGY, UNIVERSITY OF NEVADA + + + +RENO + + + +NV + + + +89557 + + + +USA + + + +(702) 784-6691 + + + + +SAMPLES ANALYZED FOR PROSPECTORS IN THE NBMG (NMAL) CHEMICAL LABORATORY + + + + + +AUTOMATED + + + +INTERACTIVE + + + +20,000 + + + +PCJR (IBM) + + + +RENO, NV + + + + + + + +NONE + + + + + + +OPERATIONAL + + + + + + +PAUL LECHLER + + + +NEVADA BUREAU OF MINES AND GEOLOGY + + + +NEVADA BUREAU OF MINES AND GEOLOGY, UNIVERSITY OF NEVADA + + + +RENO + + + +NV + + + +89557 + + + +USA + + + +(702) 784-6691 + + + + +ESDD0053 + + + +NEVADA BUREAU OF MINES AND GEOLOGY + + + +199101 + + + diff --git a/examples/gils/records/esdd0054.grs b/examples/gils/records/esdd0054.grs new file mode 100644 index 0000000..7094cea --- /dev/null +++ b/examples/gils/records/esdd0054.grs @@ -0,0 +1,183 @@ + + + +GROUNDWATER RESOURCE MAPS - COUNTY SERIES +<Acronym> +GRWM +</Acronym> + + + +MAINE GEOLOGICAL SURVEY + + + +AQUIFER; BEDROCK; BEDROCK AQUIFER; BEDROCK WELL; COAST; COASTAL MAINE; +COASTLINE; GROUNDWATER; HYDROLOGY; MAINE; MAP; WATER + + + +A series of 1:250,000 scale maps showing well yield, well depth, and depth to +bedrock for a large number of bedrock wells inventoried by the Maine Geological +Survey in the mid-to late 1970's comprises this data set. Some series also +show bedrock topography and potentiometric surface. Geographic coverage is +restricted to Southern Maine. + +MAP SETS + + + +This is a compilation of bedrock well inventory information. Bedrock inventory +data are available on sequential computer tape. No additional maps in this +series are planned. + + + + + + +COUNTIES + + + +MAINE + + + + + +-71 + + + +-67 + + + +48 + + + +43 + + + + + + + +1972-1978 + + + + + + + + +MAINE GEOLOGICAL SURVEY + + + +MAINE GEOLOGICAL SURVEY, STATE HOUSE STATION 22 + + + +AUGUSTA + + + +ME + + + +04333 + + + +USA + + + +(207) 289-2801 + + + + +GROUNDWATER RESOURCE MAPS - COUNTY SERIES + + + + + +NONAUTOMATED + + + +MANUAL + + + + + + + +NONE + + + + + + +OPERATIONAL + + + + + + +JOHN WILLIAMS + + + +MAINE GEOLOGICAL SURVEY + + + +MAINE GEOLOGICAL SURVEY, STATE HOUSE STATION 22 + + + +AUGUSTA + + + +ME + + + +04333 + + + +USA + + + +(207) 289-2801 + + + + +ESDD0054 + + + +MAINE GEOLOGICAL SURVEY + + + +198709 + + + diff --git a/examples/gils/records/esdd0055.grs b/examples/gils/records/esdd0055.grs new file mode 100644 index 0000000..cb541be --- /dev/null +++ b/examples/gils/records/esdd0055.grs @@ -0,0 +1,174 @@ + + + +RECONNAISSANCE SURFICIAL GEOLOGIC MAP SERIES + + + +MAINE GEOLOGICAL SURVEY + + + +GEOLOGY; GLACIAL DEPOSITS; GLACIER; MAINE; MAP; SURFICIAL GEOLOGY + + + +This data set contains a series of 1:24,000 and 1:62,500 scale reconnaissance +surficial geologic maps prepared with a uniform explanation and format. + +MAP SETS + + + +Sixty percent of the state is at either 1:24,000 or 1:62,500 scale. + + + + + + +7 1/2' OR 15' QUADS + + + +MAINE + + + + + +-71 + + + +-67 + + + +48 + + + +43 + + + + + + + +1978-PRESENT + + + + + + + + +MAINE GEOLOGICAL SURVEY + + + +MAINE GEOLOGICAL SURVEY, STATE HOUSE STATION 22 + + + +AUGUSTA + + + +ME + + + +04333 + + + +USA + + + +(207) 289-2801 + + + + +RECONNAISSANCE SURFICIAL GEOLOGIC MAP SERIES + + + + + +NONAUTOMATED + + + +MANUAL + + + + + + + +NONE + + + + + + +OPERATIONAL + + + + + + +WOODROW THOMPSON + + + +MAINE GEOLOGICAL SURVEY + + + +MAINE GEOLOGICAL SURVEY, STATE HOUSE STATION 22 + + + +AUGUSTA + + + +ME + + + +04333 + + + +USA + + + +(207) 289-2801 + + + + +ESDD0055 + + + +MAINE GEOLOGICAL SURVEY + + + +198709 + + + diff --git a/examples/gils/records/esdd0056.grs b/examples/gils/records/esdd0056.grs new file mode 100644 index 0000000..2111050 --- /dev/null +++ b/examples/gils/records/esdd0056.grs @@ -0,0 +1,173 @@ + + + +COASTAL MARINE GEOLOGIC ENVIRONMENTS MAP SERIES + + + +MAINE GEOLOGICAL SURVEY + + + +COAST; COASTAL MAINE; COASTLINE; GEOLOGY; HYDROLOGY; MAINE; MAP; MARINE; MARINE +GEOLOGY; TIDAL WATER; WATER + + + +This data set contains a series of 1:24,000 scale maps of coastal marine +geologic environments, including the supratidal, intertidal, and subtidal +regimes. The information is derived primarily from air photo interpretation +with representative field checking. + +MAP SETS + + + + + + +7 1/2' OR 15' QUADS + + + +MAINE; COASTAL MAINE + + + + + +-71 + + + +-67 + + + +48 + + + +43 + + + + + + + +1977-1978 + + + + + + + + +MAINE GEOLOGICAL SURVEY + + + +MAINE GEOLOGICAL SURVEY, STATE HOUSE STATION 22 + + + +AUGUSTA + + + +ME + + + +04333 + + + +USA + + + +(207) 289-2801 + + + + +COASTAL MARINE GEOLOGIC ENVIRONMENTS MAP SERIES + + + + + +NONAUTOMATED + + + +MANUAL + + + + + + + +NONE + + + + + + +OPERATIONAL + + + + + + +ROBERT TUCKER + + + +MAINE GEOLOGICAL SURVEY + + + +MAINE GEOLOGICAL SURVEY, STATE HOUSE STATION 22 + + + +AUGUSTA + + + +ME + + + +04333 + + + +USA + + + +(207) 289-2801 + + + + +ESDD0056 + + + +MAINE GEOLOGICAL SURVEY + + + +198709 + + + diff --git a/examples/gils/records/esdd0057.grs b/examples/gils/records/esdd0057.grs new file mode 100644 index 0000000..661758f --- /dev/null +++ b/examples/gils/records/esdd0057.grs @@ -0,0 +1,170 @@ + + + +FRESH WATER WETLANDS MAPS + + + +MAINE GEOLOGICAL SURVEY + + + +FRESH WATER WETLAND; MAINE; MAP; WETLAND + + + +Contained are a series of 1:50,000 scale maps showing regulated and unregulated +fresh water wetlands in the organized territories. Included is a table +describing each mapped wetland. + +MAP SETS; TABLES + + + +1:50,000 scale base maps are derived from USGS quadrangle maps; restricted to +organized territories. Data from 1980-1981 1:40,000 aerial photography are +plotted on 1:50,000 base maps. + + + + + + +US STATE + + + +MAINE + + + + + +-71 + + + +-67 + + + +48 + + + +43 + + + + + + + + + +MAINE GEOLOGICAL SURVEY + + + +MAINE GEOLOGICAL SURVEY, STATE HOUSE STATION 22 + + + +AUGUSTA + + + +ME + + + +04333 + + + +USA + + + +(207) 289-2801 + + + + +FRESH WATER WETLANDS MAPS + + + + + +NONAUTOMATED + + + +MANUAL + + + + + + + +NONE + + + + + + +OPERATIONAL + + + + + + +JOHN WILLIAMS + + + +MAINE GEOLOGICAL SURVEY + + + +MAINE GEOLOGICAL SURVEY, STATE HOUSE STATION 22 + + + +AUGUSTA + + + +ME + + + +04333 + + + +USA + + + +(207) 289-2801 + + + + +ESDD0057 + + + +MAINE GEOLOGICAL SURVEY + + + +198709 + + + diff --git a/examples/gils/records/esdd0058.grs b/examples/gils/records/esdd0058.grs new file mode 100644 index 0000000..ad622da --- /dev/null +++ b/examples/gils/records/esdd0058.grs @@ -0,0 +1,183 @@ + + + +SAND AND GRAVEL AQUIFER MAPS + + + +MAINE GEOLOGICAL SURVEY + + + +AQUIFER; GROUNDWATER; HYDROLOGY; MAINE; MAP; SURFICIAL AQUIFER; SURFICIAL +DEPOSIT; WATER + + + +A series of 1:50,000 scale maps showing the outlines of known deposits of +coarse surficial material with well yields greater than 10 gallons per minute +(gpm) and 50 gpm comprises this data set. Other information pertaining to +wells, test pits, borings, etc., are also shown. Tables describe other +geologic information pertaining to the deposits. + +MAP SETS; LOGS; TABLES + + + +This program is superseded by the Significant Aquifers Program. More detailed +maps of significant surficial aquifers are published for some areas and planned + +for others. See Significant Aquifer Map Series. 1:50,000 scale base maps +derived from USGS quadrangles; no coverage in Northwest and parts of Eastern +Maine. + + + + + + +US STATE + + + +MAINE + + + + + +-71 + + + +-67 + + + +48 + + + +43 + + + + + + + +1978-1981 + + + + + + + + +MAINE GEOLOGICAL SURVEY + + + +MAINE GEOLOGICAL SURVEY, STATE HOUSE STATION 22 + + + +AUGUSTA + + + +ME + + + +04333 + + + +USA + + + +(207) 289-2801 + + + + +SAND AND GRAVEL AQUIFER MAPS + + + + + +NONAUTOMATED + + + +MANUAL + + + + + + + +NONE + + + + + + +OPERATIONAL + + + + + + +JOHN WILLIAMS + + + +MAINE GEOLOGICAL SURVEY + + + +MAINE GEOLOGICAL SURVEY, STATE HOUSE STATION 22 + + + +AUGUSTA + + + +ME + + + +04333 + + + +USA + + + +(207) 289-2801 + + + + +ESDD0058 + + + +MAINE GEOLOGICAL SURVEY + + + +198709 + + + diff --git a/examples/gils/records/esdd0059.grs b/examples/gils/records/esdd0059.grs new file mode 100644 index 0000000..b8d230e --- /dev/null +++ b/examples/gils/records/esdd0059.grs @@ -0,0 +1,179 @@ + + + +SIGNIFICANT AQUIFERS MAP SERIES + + + +MAINE GEOLOGICAL SURVEY + + + +AQUIFER; GEOCHEMISTRY; GROUNDWATER; HYDROLOGY; MAINE; MAP; SURFICIAL AQUIFER; +SURFICIAL DEPOSIT; WATER; WATER WELL + + + +The Significant Aquifers Program is a more detailed study of selected major +surficial aquifers. Data reported includes outline of aquifers, seismic +cross-sections, well yields, logs of borings, and regional groundwater +geochemistry. Many are in extreme SW Maine at this time. Areas in North and +Central Maine are not yet covered. + +MAP SETS; REPORT SETS + + + +Detailed study of selected major surficial aquifers; replaced Sand and Gravel +Aquifer Mapping Program. + + + + + + +US STATE + + + +MAINE; SOUTHWEST MAINE; SOUTHWESTERN MAINE + + + + + +-71 + + + +-67 + + + +48 + + + +43 + + + + + + + +1982-PRESENT + + + + + + + + +MAINE GEOLOGICAL SURVEY + + + +MAINE GEOLOGICAL SURVEY, STATE HOUSE STATION 22 + + + +AUGUSTA + + + +ME + + + +04333 + + + +USA + + + +(207) 289-2801 + + + + +SIGNIFICANT AQUIFERS MAP SERIES + + + + + +NONAUTOMATED + + + +MANUAL + + + + + + + +NONE + + + + + + +OPERATIONAL + + + + + + +JOHN WILLIAMS + + + +MAINE GEOLOGICAL SURVEY + + + +MAINE GEOLOGICAL SURVEY, STATE HOUSE STATION 22 + + + +AUGUSTA + + + +ME + + + +04333 + + + +USA + + + +(207) 289-2801 + + + + +ESDD0059 + + + +MAINE GEOLOGICAL SURVEY + + + +198709 + + + diff --git a/examples/gils/records/esdd0062.grs b/examples/gils/records/esdd0062.grs new file mode 100644 index 0000000..fbf1717 --- /dev/null +++ b/examples/gils/records/esdd0062.grs @@ -0,0 +1,192 @@ + + + +BIBLIOGRAPHY OF MAINE GEOLOGY + + + +MAINE GEOLOGICAL SURVEY + + + +GEOLOGY; MAINE + + + +This data base is a computer based bibliography of marine geology. It allows +searching by topic and geographic location, similar to GEOREF. It is currently +under development to replace the printed Bibliography of Marine Geology. + +BIBLIOGRAPHIES + + + +Software developed by the Maine Geological Survey; documentation developed by +the Maine Geological Survey staff and written in ANSI COBOL. + + + + + + +7 1/2' OR 15' QUADS; CITIES; US STATE; COUNTIES + + + +MAINE + + + + + +-71 + + + +-67 + + + +48 + + + +43 + + + + + + + +1692-PRESENT + + + + + + + + +MAINE GEOLOGICAL SURVEY + + + +MAINE GEOLOGICAL SURVEY, STATE HOUSE STATION 22 + + + +AUGUSTA + + + +ME + + + +04333 + + + +USA + + + +(207) 289-2801 + + + + +BIBLIOGRAPHY OF MAINE GEOLOGY + + + + + +AUTOMATED + + + +INTERACTIVE + + + +3,500 + + + +768 + + + +BURROUGHS B20 + + + +AUGUSTA, ME. + + + + + + + +NONE + + + + + + +UNDER DEVELOPMENT + + + + + + +ROBERT MARVINNEY + + + +MAINE GEOLOGICAL SURVEY + + + +MAINE GEOLOGICAL SURVEY, STATE HOUSE STATION 22 + + + +AUGUSTA + + + +ME + + + +04333 + + + +USA + + + +(207) 289-2801 + + + + +ESDD0062 + + + +MAINE GEOLOGICAL SURVEY + + + +198709 + + + diff --git a/examples/gils/records/esdd0063.grs b/examples/gils/records/esdd0063.grs new file mode 100644 index 0000000..0bd55e8 --- /dev/null +++ b/examples/gils/records/esdd0063.grs @@ -0,0 +1,186 @@ + + + +MAINE GEOLOGICAL SURVEY BEDROCK WATER WELL INVENTORY + + + +MAINE GEOLOGICAL SURVEY + + + +BEDROCK; BEDROCK WELL; GROUNDWATER; HYDROLOGY; MAINE; WATER; WATER WELL + + + +This data set contains a series of well inventory maps stored on tape. The +series has no indexing. + +INVENTORY + + + +Resumed within the next fiscal year (1985-86). + + + + + + +CITIES + + + +MAINE + + + + + +-71 + + + +-67 + + + +48 + + + +43 + + + + + + + +1972-PRESENT + + + + + + + + +MAINE GEOLOGICAL SURVEY + + + +MAINE GEOLOGICAL SURVEY, STATE HOUSE STATION 22 + + + +AUGUSTA + + + +ME + + + +04333 + + + +USA + + + +(207) 289-2801 + + + + +MAINE GEOLOGICAL SURVEY BEDROCK WATER WELL INVENTORY + + + + + +AUTOMATED + + + +15,000 + + + +400 + + + +BURROUGHS B20 + + + +AUGUSTA, ME. + + + + + + + +Format and card image available from the Maine Geological Survey. + + + + + + +OPERATIONAL + + + + + + +JOHN WILLIAMS + + + +MAINE GEOLOGICAL SURVEY + + + +MAINE GEOLOGICAL SURVEY, STATE HOUSE STATION 22 + + + +AUGUSTA + + + +ME + + + +04333 + + + +USA + + + +(207) 289-2801 + + + + +ESDD0063 + + + +MAINE GEOLOGICAL SURVEY + + + +198709 + + + diff --git a/examples/gils/records/esdd0064.grs b/examples/gils/records/esdd0064.grs new file mode 100644 index 0000000..14814c4 --- /dev/null +++ b/examples/gils/records/esdd0064.grs @@ -0,0 +1,187 @@ + + + +OPERATING MINES + + + +STATE MINE INSPECTOR'S OFFICE + + + +INDUSTRY; MINE; NEVADA + + + +This database contains information on operating mines in Nevada such as mine +name, operator, number of employees, address, manager's name, substance mined +or processed. + +CATALOGS/INDEXES; DIGITAL DATA SETS + + + + + + +US STATE; COUNTIES + + + +PUBLIC LAND SURVEY (SECTION, TOWNSHIP, AND RANGE) + + + +NEVADA + + + + + +-120 + + + +-114 + + + +42 + + + +35 + + + + + + + +-PRESENT + + + + + + + + +STATE MINE INSPECTOR'S OFFICE + + + +STATE MINE INSPECTOR, NEVADA DEPT. OF INDUSTRIAL RELATIONS, 1380 S. CURRY + + + +CARSON CITY + + + +NV + + + +89710 + + + +USA + + + +(702) 687-5243 + + + + +OPERATING MINES + + + + + +AUTOMATED + + + +INTERACTIVE + + + +500 + + + +GOLDSTAR + + + +CARSON CITY, NV + + + + + + + +NONE + + + + + + +OPERATIONAL + + + + + + +KATHY HALL + + + +STATE MINE INSPECTOR'S OFFICE + + + +STATE MINE INSPECTOR, NEVADA DEPT. OF INDUSTRIAL RELATIONS, 1380 S. CURRY + + + +CARSON CITY + + + +NV + + + +89710 + + + +USA + + + +(702) 687-5243 + + + + +ESDD0064 + + + +STATE MINE INSPECTOR'S OFFICE + + + +199101 + + + diff --git a/examples/gils/records/esdd0065.grs b/examples/gils/records/esdd0065.grs new file mode 100644 index 0000000..5ec2ac9 --- /dev/null +++ b/examples/gils/records/esdd0065.grs @@ -0,0 +1,160 @@ + + + +BULLETINS, REPORTS, MAPS, SPECIAL PUBLICATIONS, AND URBAN MAPS + + + +NEVADA BUREAU OF MINES AND GEOLOGY + + + +CARTOGRAPHY; GEOLOGY; GEOTHERMAL; GEOTHERMAL WELL; MAP; MINERAL; NEVADA + + + +A collection of varied information sources dealing with geology, mines, and +geothermal waters in Nevada comprises this data set. + +REPORT SETS; CATALOGS/INDEXES; INDIVIDUAL MAPS; BIBLIOGRAPHIES; FILE FOLDERS + + + + + + +7 1/2' OR 15' QUADS; CITIES; US STATE; COUNTIES + + + +PUBLIC LAND SURVEY (SECTION, TOWNSHIP, AND RANGE) + + + +NEVADA + + + + + +-120 + + + +-114 + + + +42 + + + +35 + + + + + + + + + +NEVADA BUREAU OF MINES AND GEOLOGY + + + +NEVADA BUREAU OF MINES AND GEOLOGY, UNIVERSITY OF NEVADA + + + +RENO + + + +NV + + + +89557 + + + +USA + + + +(702) 784-6691 + + + + +BULLETINS, REPORTS, MAPS, SPECIAL PUBLICATIONS, AND URBAN MAPS + + + + + +NONAUTOMATED + + + +MANUAL + + + + + + + +NONE + + + + + + +ARLENE KRAMER + + + +NEVADA BUREAU OF MINES AND GEOLOGY + + + +NEVADA BUREAU OF MINES AND GEOLOGY, UNIVERSITY OF NEVADA + + + +RENO + + + +NV + + + +89557 + + + +USA + + + +(702) 784-6691 + + + + +ESDD0065 + + + +NEVADA BUREAU OF MINES AND GEOLOGY + + + +199101 + + + diff --git a/examples/gils/records/esdd0066.grs b/examples/gils/records/esdd0066.grs new file mode 100644 index 0000000..6c92436 --- /dev/null +++ b/examples/gils/records/esdd0066.grs @@ -0,0 +1,169 @@ + + + +ORE DEPOSITS (UNPUBLISHED REPORTS AND MAPS) + + + +NEVADA BUREAU OF MINES AND GEOLOGY + + + +MINE; NEVADA; ORE; ORE DEPOSIT + + + +Occurrence, prospect, or mine name, mining district, description of man-made +things (workings, buildings, etc.), and a description of geologic setting are +descriptive elements of reports and maps on ore deposits in Nevada. + +MAP SETS; REPORT SETS; PHOTOGRAPHS; INDIVIDUAL MAPS; FILE FOLDERS; LOGS; +NEWSPAPER CLIPPINGS + + + + + + +US STATE; COUNTIES; MINING DISTRICT + + + +NEVADA + + + + + +-120 + + + +-114 + + + +42 + + + +35 + + + + + + + +1960-PRESENT + + + + + + + + +NEVADA BUREAU OF MINES AND GEOLOGY + + + +NEVADA BUREAU OF MINES AND GEOLOGY, UNIVERSITY OF NEVADA + + + +RENO + + + +NV + + + +89557 + + + +USA + + + +(702) 784-6691 + + + + +ORE DEPOSITS (UNPUBLISHED REPORTS AND MAPS) + + + + + +NONAUTOMATED + + + +MANUAL + + + +25,000 + + + + + + + +NONE + + + + + + +BECKY WEIMER PURKEY + + + +NEVADA BUREAU OF MINES AND GEOLOGY + + + +NEVADA BUREAU OF MINES AND GEOLOGY, UNIVERSITY OF NEVADA + + + +RENO + + + +NV + + + +89557 + + + +USA + + + +(702) 784-6691 + + + + +ESDD0066 + + + +NEVADA BUREAU OF MINES AND GEOLOGY + + + +199101 + + + diff --git a/examples/gils/records/esdd0067.grs b/examples/gils/records/esdd0067.grs new file mode 100644 index 0000000..b973d3b --- /dev/null +++ b/examples/gils/records/esdd0067.grs @@ -0,0 +1,179 @@ + + + +WATER WELL DATA + + + +NV DEPT. OF CONS. AND NATURAL RESOURCES + + + +HYDROLOGY; LITHOLOGY; NEVADA; WATER; WATER WELL + + + +This database contains the following information on water wells in Nevada: +driller's name, owner's name, location, formations encountered, lithologic +descriptions, water level, and water quality. + +REPORT SETS; CATALOGS/INDEXES; FILE FOLDERS; LOGS + + + + + + +CITIES; COUNTIES + + + +UTM NORTHINGS AND EASTINGS; PUBLIC LAND SURVEY (SECTION, TOWNSHIP, AND RANGE) + + + +NEVADA + + + + + +-120 + + + +-114 + + + +42 + + + +35 + + + + + + + +1930-PRESENT + + + + + + + + +NV DEPT. OF CONS. AND NATURAL RESOURCES + + + +DCNR, DIVISION OF WATER RESOURCES, 123 W. NYE LANE + + + +CARSON CITY + + + +NV + + + +89710 + + + +USA + + + +(702) 687-4380 + + + + +WATER WELL DATA + + + + + +NONAUTOMATED + + + +MANUAL + + + +20,000 + + + + + + + +NONE + + + + + + +OPERATIONAL + + + + + + +MIKE TURNIPSEED + + + +NV DEPT. OF CONS. AND NATURAL RESOURCES + + + +DCNR, DIVISION OF WATER RESOURCES, 123 W. NYE LANE + + + +CARSON CITY + + + +NV + + + +89710 + + + +USA + + + +(702) 687-4380 + + + + +ESDD0067 + + + +NV DEPT. OF CONS. AND NATURAL RESOURCES + + + +199101 + + + diff --git a/examples/gils/records/esdd0070.grs b/examples/gils/records/esdd0070.grs new file mode 100644 index 0000000..17efa30 --- /dev/null +++ b/examples/gils/records/esdd0070.grs @@ -0,0 +1,198 @@ + + + +CENSUS DATA + + + +DEPARTMENT OF ENVIRONMENTAL DEVELOPMENT + + + +AGRICULTURE; CENSUS; CONNECTICUT; DEMOGRAPHICS; ECONOMY; POPULATION + + + +This data set contains: 1990 Census of Population and Housing; 1987 Economic +Census; 1987 Agricultural Census; current population survey; population +projections; current and historical data for the State of Connecticut and its +subdivisions pursuant to the State Data Center program with the U.S. Bureau of +the Census. + +MAP SETS; REPORT SETS; CATALOGS/INDEXES; DIGITAL DATA SETS; INDIVIDUAL MAPS; +MICROGRAPHICS + + + +In addition to census data, assistance is provided for identification of +available State generated demographic data. Alternate contact: James Palma. + + + + + + +CITIES; US STATE; COUNTIES; METROPOLITAN AREAS + + + +CONNECTICUT; METROPOLITAN AREAS SUCH AS CENSUS; TRACTS, BLOCK GROUPS, AND +STREET BLOCKS + + + + + +-74 + + + +-71 + + + +42 + + + +41 + + + + + + + +1940-PRESENT + + + + + + + + +DEPARTMENT OF ENVIRONMENTAL DEVELOPMENT + + + +OFC. OF POLICY & MGMT., STATE DATA CTR., POLICY DEVELOPMENT & PLANNING +DIVISION, 80 WASHINGTON STREET + + + +HARTFORD + + + +CT + + + +06106-4459 + + + +USA + + + +(203) 566-8285 + + + + +CENSUS DATA + + + + + +AUTOMATED + + + +SAS, CENSPAC + + + +INTERACTIVE + + + +80-1,956 + + + +IBM 370/168 + + + +HARTFORD, CT + + + + + + + +Utilize Bureau of the Census technical documentation for each tape file. + + + + + + +OPERATIONAL + + + + + + +THERON SCHNURE + + + +DEPARTMENT OF ENVIRONMENTAL DEVELOPMENT + + + +OFC. OF POLICY & MGMT., STATE DATA CTR., POLICY DEVELOPMENT & PLANNING +DIVISION, 80 WASHINGTON STREET + + + +HARTFORD + + + +CT + + + +06106-4459 + + + +USA + + + +(203) 566-8285 + + + + +ESDD0070 + + + +DEPARTMENT OF ENVIRONMENTAL DEVELOPMENT + + + +199104 + + + diff --git a/examples/gils/records/esdd0071.grs b/examples/gils/records/esdd0071.grs new file mode 100644 index 0000000..47a5564 --- /dev/null +++ b/examples/gils/records/esdd0071.grs @@ -0,0 +1,183 @@ + + + +STATEWIDE PLANNING + + + +DEPARTMENT OF ENVIRONMENTAL PROTECTION + + + +AGRICULTURE; CONNECTICUT; FLOOD; FLOOD ZONE; HYDROLOGY; INSURANCE; LAND USE; +RECREATION; WASTE; WASTE TREATMENT; WASTEWATER; WATER; WATER SUPPLY + + + +This data set contains: 1970 digitized land use maps, 1970 digitized zoning +maps, active agricultural areas maps (1979-1980), maps displaying current +National Flood Insurance Program data, locational guide map of the State +Policies Plan for Conservation and Development of Connecticut (1987-1992), 1970 +land use statistical data and 1970 municipal zoning data, proposed sewer +service areas maps (1978) - DEP has update of this information, water +conservation handbooks, and various reports and maps of the areawide Waste +Treatment Management Planning Program (208). + +MAP SETS; REPORT SETS; INDIVIDUAL MAPS; FILE FOLDERS + + + +Alternate contact: John Radacsi. + + + + + + +7 1/2' OR 15' QUADS; US STATE; 1:125,000 SCALE MAPS + + + +CONNECTICUT + + + + + +-74 + + + +-71 + + + +42 + + + +41 + + + + + + + +1960-PRESENT + + + + + + + + +DEPARTMENT OF ENVIRONMENTAL PROTECTION + + + +OFFICE OF POLICY AND MANAGEMENT, POLICY DEVELOPMENT AND PLANNING DIVISION, 80 +WASHINGTON STREET + + + +HARTFORD + + + +CT + + + +06106-4459 + + + +USA + + + +(203) 566-8341 + + + + +STATEWIDE PLANNING + + + + + +NONAUTOMATED + + + +MANUAL + + + + + + + +NONE + + + + + + +OPERATIONAL + + + + + + +THERON SCHNURE + + + +DEPARTMENT OF ENVIRONMENTAL PROTECTION + + + +OFFICE OF POLICY AND MANAGEMENT, POLICY DEVELOPMENT AND PLANNING DIVISION, 80 +WASHINGTON STREET + + + +HARTFORD + + + +CT + + + +06106-4459 + + + +USA + + + +(203) 566-8341 + + + + +ESDD0071 + + + +DEPARTMENT OF ENVIRONMENTAL PROTECTION + + + +199104 + + + diff --git a/examples/gils/records/esdd0072.grs b/examples/gils/records/esdd0072.grs new file mode 100644 index 0000000..f6903a3 --- /dev/null +++ b/examples/gils/records/esdd0072.grs @@ -0,0 +1,183 @@ + + + +PETROLEUM PRODUCT VENDOR REGISTRATION +<Acronym> +PPVR +</Acronym> + + + +DEPARTMENT OF ENVIRONMENTAL PROTECTION + + + +CONNECTICUT; CRUDE OIL; ELECTRICITY; MAP; NATURAL GAS; OIL; PETROLEUM; VENDOR + + + +This data set is comprised of the following: petroleum product storage and +sales by vendor and municipality, petroleum product vendor ownership and +affiliation and maps of petroleum product storage tanks, electric transmission +lines, and natural gas pipelines - mylar overlays. + +MAP SETS; REPORT SETS; FILE FOLDERS + + + + + + +CITIES; US STATE + + + +CONNECTICUT + + + + + +-74 + + + +-71 + + + +42 + + + +41 + + + + + + + +1975-PRESENT + + + + + + + + +DEPARTMENT OF ENVIRONMENTAL PROTECTION + + + +OFFICE OF POLICY AND MANAGEMENT, ENERGY DIVISION, 80 WASHINGTON STREET + + + +HARTFORD + + + +CT + + + +06106 + + + +USA + + + +(203) 566-2800 + + + + +PETROLEUM PRODUCT VENDOR REGISTRATION + + + + + +AUTOMATED + + + +FOCUS + + + +INTERACTIVE + + + +3,329 + + + + + + + +NONE + + + + + + +OPERATIONAL + + + + + + +RUSSELL KAPLAN + + + +DEPARTMENT OF ENVIRONMENTAL PROTECTION + + + +OFFICE OF POLICY AND MANAGEMENT, ENERGY DIVISION, 80 WASHINGTON STREET + + + +HARTFORD + + + +CT + + + +06106 + + + +USA + + + +(203) 566-2800 + + + + +ESDD0072 + + + +DEPARTMENT OF ENVIRONMENTAL PROTECTION + + + +198502 + + + diff --git a/examples/gils/records/esdd0073.grs b/examples/gils/records/esdd0073.grs new file mode 100644 index 0000000..f5792ab --- /dev/null +++ b/examples/gils/records/esdd0073.grs @@ -0,0 +1,202 @@ + + + +POPULATION PROJECTIONS + + + +DEPARTMENT OF ENVIRONMENTAL PROTECTION + + + +CENSUS; CONNECTICUT; DEMOGRAPHICS; POPULATION; POPULATION PROJECTIONS + + + +This data set contains population projections by age and sex. Records contain +identifiers, geographic coding, and population projections for 18 unique 5-year +age cohorts for males and females from 0-4 cohort to 85 and over cohort. + +REPORT SETS; DIGITAL DATA SETS; LOTUS, ASCII + + + +This population projections data set is contained on a seven diskettes which +contains the June 1989 Projection Series published by this office in the report + +cited above. Also included are birth rates, survival rates, migration rates, +geographic codes and zip codes to municipal conversions. Geographical +Coverage: State of Connecticut 8 Counties 16 Planning Regions 5 Health Service +Areas 9 Labor Department Service Areas 6 Children and Youth Service Areas 16 +Metropolitan/Non Metro Areas 169 Municipalities Alternate contact: James +Palma. + + + + + + +SEE COMMENTS SECTION. + + + +CONNECTICUT + + + + + +-74 + + + +-71 + + + +42 + + + +41 + + + + + + + +1980-2010 + + + + + + + + +DEPARTMENT OF ENVIRONMENTAL PROTECTION + + + +OFFICE OF POLICY AND MANAGEMENT, POLICY DEVELOPMENT AND PLANNING DIVISION, 80 +WASHINGTON STREET + + + +HARTFORD + + + +CT + + + +06106-4459 + + + +USA + + + +(203) 566-8285 + + + + +POPULATION PROJECTIONS + + + + + +AUTOMATED + + + +INTERACTIVE + + + +2,415 + + + +148 + + + +IBM COMPATIBLE PC'S + + + +HARTFORD, CT + + + + + + + +State of Connecticut, Office of Policy and Management, Comprehensive Planning +Division, 1989: 'Connecticut Population Projections,' Series 89.1. + + + + + + +OPERATIONAL + + + + + + +THERON SCHNURE + + + +DEPARTMENT OF ENVIRONMENTAL PROTECTION + + + +OFFICE OF POLICY AND MANAGEMENT, POLICY DEVELOPMENT AND PLANNING DIVISION, 80 +WASHINGTON STREET + + + +HARTFORD + + + +CT + + + +06106-4459 + + + +USA + + + +(203) 566-8285 + + + + +ESDD0073 + + + +DEPARTMENT OF ENVIRONMENTAL PROTECTION + + + +199104 + + + diff --git a/examples/gils/records/esdd0074.grs b/examples/gils/records/esdd0074.grs new file mode 100644 index 0000000..be1a36d --- /dev/null +++ b/examples/gils/records/esdd0074.grs @@ -0,0 +1,177 @@ + + + +INLAND WETLANDS OF CONNECTICUT + + + +DEPARTMENT OF ENVIRONMENTAL PROTECTION + + + +CONNECTICUT; HYDROLOGY; INLAND WETLAND; MAP; SOIL; WATER; WETLAND + + + +This data set contains inland wetlands, as defined by State statute, which are +delineated at a scale of 1:12,000, based predominantly on location of wet +soils. + +MAP SETS; PHOTOGRAPHS; INDIVIDUAL MAPS; FILE FOLDERS + + + +Inland wetlands in Connecticut are defined primarily by soil characteristics. +Soils which are very poorly drained, alluvial, or flood plain according to the +National Cooperative Soil Survey are inland wetland soils. + + + + + + +CITIES + + + +CONNECTICUT + + + + + +-74 + + + +-71 + + + +42 + + + +41 + + + + + + + +1972-PRESENT + + + + + + + + +DEPARTMENT OF ENVIRONMENTAL PROTECTION + + + +WATER RESOURCES UNIT, 165 CAPITOL AVENUE, ROOM 207 + + + +HARTFORD + + + +CT + + + +06106 + + + +USA + + + +(203) 566-7280 + + + + +INLAND WETLANDS OF CONNECTICUT + + + + + +NONAUTOMATED + + + +MANUAL + + + + + + + +NONE + + + + + + +OPERATIONAL + + + + + + +DOUGLAS COOPER + + + +DEPARTMENT OF ENVIRONMENTAL PROTECTION + + + +WATER RESOURCES UNIT, 165 CAPITOL AVENUE, ROOM 207 + + + +HARTFORD + + + +CT + + + +06106 + + + +USA + + + +(203) 566-7280 + + + + +ESDD0074 + + + +DEPARTMENT OF ENVIRONMENTAL PROTECTION + + + +198502 + + + diff --git a/examples/gils/records/esdd0075.grs b/examples/gils/records/esdd0075.grs new file mode 100644 index 0000000..6919ceb --- /dev/null +++ b/examples/gils/records/esdd0075.grs @@ -0,0 +1,163 @@ + + + +STREAM CHANNEL ENCROACHMENT LINE STUDIES + + + +DEPARTMENT OF ENVIRONMENTAL PROTECTION + + + +CHANNEL; CONNECTICUT; FLOOD; FLOOD ZONE; HYDROLOGY; MAP; STREAM; WATER + + + +Detailed engineering studies and large-scale mapping delineating high flow +zones for regulation by the State are contained in this data set. + +MAP SETS; REPORT SETS; INDIVIDUAL MAPS; FILE FOLDERS + + + + + + +SPECIFIC STREAMS + + + +CONNECTICUT + + + + + +-74 + + + +-71 + + + +42 + + + +41 + + + + + + + + + +DEPARTMENT OF ENVIRONMENTAL PROTECTION + + + +WATER RESOURCES UNIT, 165 CAPITOL AVENUE, ROOM 207 + + + +HARTFORD + + + +CT + + + +06106 + + + +USA + + + +(203) 566-7280 + + + + +STREAM CHANNEL ENCROACHMENT LINE STUDIES + + + + + +NONAUTOMATED + + + +MANUAL + + + + + + + +NONE + + + + + + +OPERATIONAL + + + + + + +STEVEN DERBY + + + +DEPARTMENT OF ENVIRONMENTAL PROTECTION + + + +WATER RESOURCES UNIT, 165 CAPITOL AVENUE, ROOM 207 + + + +HARTFORD + + + +CT + + + +06106 + + + +USA + + + +(203) 566-7280 + + + + +ESDD0075 + + + +DEPARTMENT OF ENVIRONMENTAL PROTECTION + + + +198502 + + + diff --git a/examples/gils/records/esdd0076.grs b/examples/gils/records/esdd0076.grs new file mode 100644 index 0000000..6ca3abf --- /dev/null +++ b/examples/gils/records/esdd0076.grs @@ -0,0 +1,186 @@ + + + +AUTOMATED FLOOD WARNING NETWORK +<Acronym> +ASERT +</Acronym> + + + +DEPARTMENT OF ENVIRONMENTAL PROTECTION + + + +CLIMATE; CONNECTICUT; FLOOD; FLOOD ZONE; HYDROLOGY; METEOROLOGY; PRECIPITATION; +RAINFALL; SOIL; STREAM; STREAMFLOW; WIND + + + +The new system will collect rainfall, temperature, soil moisture, wind speed +and direction, humidity, and streamflow (above certain values). + +WEATHER AND STREAM DATA + + + +Cooperative program with SCS, DEP, COE, and FEMA. Plans call for 19 +telemetering precipitation stations and 2 stream gauges. Data will be +continuously relayed to a central facility that will predict flood situations. + +Towns will be encouraged to participate. + + + + + + +US STATE + + + +CONNECTICUT + + + + + +-74 + + + +-71 + + + +42 + + + +41 + + + + + + + +1982-PRESENT + + + + + + + + +DEPARTMENT OF ENVIRONMENTAL PROTECTION + + + +NATURAL RESOURCES CENTER, 165 CAPITOL AVENUE, ROOM 553 + + + +HARTFORD + + + +CT + + + +06106 + + + +USA + + + +(203) 566-3540 + + + + +AUTOMATED FLOOD WARNING NETWORK + + + + + +AUTOMATED + + + +IBM PC + + + +HARTFORD, CT + + + + + + + +NONE + + + + + + +OPERATIONAL + + + + + + +ALLAN WILLIAMS + + + +DEPARTMENT OF ENVIRONMENTAL PROTECTION + + + +NATURAL RESOURCES CENTER, 165 CAPITOL AVENUE, ROOM 553 + + + +HARTFORD + + + +CT + + + +06106 + + + +USA + + + +(203) 566-3540 + + + + +ESDD0076 + + + +DEPARTMENT OF ENVIRONMENTAL PROTECTION + + + +198502 + + + diff --git a/examples/gils/records/esdd0077.grs b/examples/gils/records/esdd0077.grs new file mode 100644 index 0000000..6a326ba --- /dev/null +++ b/examples/gils/records/esdd0077.grs @@ -0,0 +1,185 @@ + + + +DAM INVENTORY + + + +DEPARTMENT OF ENVIRONMENTAL PROTECTION + + + +BASIN; CONNECTICUT; DAM; DRAINAGE BASIN; FLOOD; FLOOD ZONE; HYDROLOGY; RIVER; +WATER + + + +The inventory delineates the following: dam name, drainage basin, water +course, inspection record, safety status, ownership, and other information. + +MAP SETS; REPORT SETS; FILE FOLDERS; LOGS + + + +Connecticut's Dam Inventory consists of both mapped dam locations and an +automated file of data that describes each dam. Information is updated on an +ongoing basis. + + + + + + +US STATE + + + +LATITUDE/LONGITUDE + + + +CONNECTICUT + + + + + +-74 + + + +-71 + + + +42 + + + +41 + + + + + + + +-PRESENT + + + + + + + + +DEPARTMENT OF ENVIRONMENTAL PROTECTION + + + +WATER RESOURCES UNIT, 165 CAPITOL AVENUE, ROOM 207 + + + +HARTFORD + + + +CT + + + +06106 + + + +USA + + + +(203) 566-7245 + + + + +DAM INVENTORY + + + + + +AUTOMATED + + + +INTERACTIVE + + + +4,000 + + + + + + + +NONE + + + + + + +OPERATIONAL + + + + + + +PHILIP MORESCHI + + + +DEPARTMENT OF ENVIRONMENTAL PROTECTION + + + +WATER RESOURCES UNIT, 165 CAPITOL AVENUE, ROOM 207 + + + +HARTFORD + + + +CT + + + +06106 + + + +USA + + + +(203) 566-7245 + + + + +ESDD0077 + + + +DEPARTMENT OF ENVIRONMENTAL PROTECTION + + + +198502 + + + diff --git a/examples/gils/records/esdd0078.grs b/examples/gils/records/esdd0078.grs new file mode 100644 index 0000000..475b453 --- /dev/null +++ b/examples/gils/records/esdd0078.grs @@ -0,0 +1,176 @@ + + + +TIDAL (COASTAL) WETLAND OF CONNECTICUT + + + +DEPARTMENT OF ENVIRONMENTAL PROTECTION + + + +COAST; COASTAL CONNECTICUT; COASTLINE; CONNECTICUT; HYDROLOGY; SOIL; TIDAL +WETLAND; WATER; WETLAND + + + +Tidal wetlands, as defined by State statute, which are delineated by +engineering survey at a scale of 1:24,000 comprise this data set. + +MAP SETS; REPORT SETS; PHOTOGRAPHS; INDIVIDUAL MAPS; FILE FOLDERS + + + +Tidal wetlands are defined by hydrologic characteristics and the presence of +particular flora. + + + + + + +COASTAL COMMUNITIES + + + +CONNECTICUT; COASTAL CONNECTICUT + + + + + +-74 + + + +-71 + + + +42 + + + +41 + + + + + + + +1972-PRESENT + + + + + + + + +DEPARTMENT OF ENVIRONMENTAL PROTECTION + + + +WATER RESOURCES UNIT, 165 CAPITOL AVENUE, ROOM 207 + + + +HARTFORD + + + +CT + + + +06106 + + + +USA + + + +(203) 566-7160 + + + + +TIDAL (COASTAL) WETLAND OF CONNECTICUT + + + + + +NONAUTOMATED + + + +MANUAL + + + + + + + +NONE + + + + + + +OPERATIONAL + + + + + + +DOUGLAS COOPER + + + +DEPARTMENT OF ENVIRONMENTAL PROTECTION + + + +WATER RESOURCES UNIT, 165 CAPITOL AVENUE, ROOM 207 + + + +HARTFORD + + + +CT + + + +06106 + + + +USA + + + +(203) 566-7160 + + + + +ESDD0078 + + + +DEPARTMENT OF ENVIRONMENTAL PROTECTION + + + +198502 + + + diff --git a/examples/gils/records/esdd0079.grs b/examples/gils/records/esdd0079.grs new file mode 100644 index 0000000..30d148e --- /dev/null +++ b/examples/gils/records/esdd0079.grs @@ -0,0 +1,174 @@ + + + +COASTAL BOUNDARY + + + +DEPARTMENT OF ENVIRONMENTAL PROTECTION + + + +COAST; COASTAL CONNECTICUT; COASTLINE; CONNECTICUT; FLOOD; FLOOD ZONE; +HYDROLOGY; MAP; WATER + + + +This data set contains maps delineating the coastal boundary of Connecticut as +defined in the Coastal Area Management Act. + +MAP SETS + + + +This set of maps serves to define that area of Connecticut's coast subject to +special regulatory programs. The boundaries are administrative rather than +resource based. + + + + + + +7 1/2' OR 15' QUADS + + + +LATITUDE/LONGITUDE + + + +CONNECTICUT; COASTAL CONNECTICUT + + + + + +-74 + + + +-71 + + + +42 + + + +41 + + + + + + + + + +DEPARTMENT OF ENVIRONMENTAL PROTECTION + + + +COASTAL MANAGEMENT UNIT, 71 CAPITOL AVENUE + + + +HARTFORD + + + +CT + + + +06106 + + + +USA + + + +(203) 566-7404 + + + + +COASTAL BOUNDARY + + + + + +NONAUTOMATED + + + +MANUAL + + + + + + + +NONE + + + + + + +OPERATIONAL + + + + + + +RON ROSZA + + + +DEPARTMENT OF ENVIRONMENTAL PROTECTION + + + +COASTAL MANAGEMENT UNIT, 71 CAPITOL AVENUE + + + +HARTFORD + + + +CT + + + +06106 + + + +USA + + + +(203) 566-7404 + + + + +ESDD0079 + + + +DEPARTMENT OF ENVIRONMENTAL PROTECTION + + + +198502 + + + diff --git a/test/gils/Makefile.am b/test/gils/Makefile.am index ad18193..f086103 100644 --- a/test/gils/Makefile.am +++ b/test/gils/Makefile.am @@ -8,7 +8,7 @@ TESTS = stop01.sh stop02.sh stop03.sh stop04.sh \ test1.sh test2.sh \ timing1.sh timing2.sh -EXTRA_DIST = $(TESTS) zebra.cfg zebra1.cfg zebra2.cfg +EXTRA_DIST = $(TESTS) zebra1.cfg zebra2.cfg # FIXME: # test02.sh fails diff --git a/test/gils/zebra.cfg b/test/gils/zebra.cfg deleted file mode 100644 index ee227fa..0000000 --- a/test/gils/zebra.cfg +++ /dev/null @@ -1,18 +0,0 @@ -# Simple Zebra configuration file -# $Id: zebra.cfg,v 1.21 2002-10-28 21:39:11 adam Exp $ -# -# Where the schema files, attribute files, etc are located. -profilePath: .:../../tab - -# Files that describe the attribute sets supported. -attset: bib1.att -attset: gils.att -attset: explain.att - -recordtype: grs.sgml - -storekeys: 1 -storedata: 1 -recordId: (bib1,identifier-standard) -isam: b -register: reg:20M -- 1.7.10.4