An official website of the United States government.

This is not the current EPA website. To navigate to the current EPA website, please go to www.epa.gov. This website is historical material reflecting the EPA website as it existed on January 19, 2021. This website is no longer updated and links to external websites and some internal pages may not work. More information »

Geostatistical Software Package (GEOPACK)

GEOPACK is a comprehensive geostatistical software package that allows both novice and advanced users to undertake geostatistical analyses of spatially correlated data. The program:

  • Generates graphics (for example, linear or logarithmic line plots, and contour and block diagrams)
  • Computes basic statistics (for example, mean, median, variance, standard deviation, skew, and kurtosis)
  • Runs programs for linear regression, polynomial regression, and Kolomogorov-Smirnov tests
  • Calculates linear estimations and nonlinear estimations
  • Determines sample semivariograms and cross semivariograms

GEOPACK allows users to incorporate additional programs at a later date without having to alter previous programs or recompile the entire system.

Specifications
Version 1.0.e
Release Date January 1990
Development Status General Release
Operating System DOS

Minimum System Requirements

GEOPACK has been written using a combination of MS FORTRAN and C programming languages and runs on IBM-compatible microcomputers (such as the PC-AT, Compaq 286 and 386, Zenith, etc.), using an MS-DOS operating system (ideally version 3.30 or greater) and 640 KB memory. GEOPACK does not require a math coprocessor, but will use one if it is available. A virtual disk can be used to increase operating efficiency if it is defined to be the temporary storage directory. GEOPACK also requires that the ANSI.SYS driver be installed for the screen output to perform properly. GEOPACK requires hard disk storage of about 4 MB and a CGA, EGA, VGA or Hercules graphics adapter and the appropriate monochrome or color monitor.

Downloads

Program and Installation Files 1 (ZIP)(1 MB)

Program and Installation Files 2 (ZIP)(1 MB)

US EPA. (1990) Geostatistics for Waste Management, User's Manual for the GEOPACK (Version 1.0) Geostatistical Software System (PDF)(77 pp, 509 K, About PDF) Publication No. EPA/600/8-90/004

Installation Instructions

  1. Refer to the online user’s manual for further instructions.
  2. Download the two program and installation files.
  3. Unzip GEOPACK1.ZIP to a blank, unformatted 3.5 high-density diskette labeled “GEOPACK Disk 1.”
  4. Unzip GEOPACK2.ZIP to a blank formatted 3.5 diskette labeled “GEOPACK Disk 2.”
  5. Insert the disk labeled “GEOPACK Disk 1” into the 3.5-inch drive and from the DOS prompt, change the drives to your 3.5-inch drive.
  6. An installation program is supplied with GEOPACK to facilitate the installation of the program onto a hard disk. To completely install GEOPACK, at least 4 MB of free space must be available on the hard disk. The installation program can be started by typing either “A:INSTALL C:” (with C: being the destination drive and path), or “A:INSTALL.” If the optional source drive and destination drive and path are not specified, the program will provide prompts for this information. The source drive can be any legal floppy drive and the default value is A:. The destination drive and path indicate the hard drive and subdirectory for the “root” of the geostatistical programs. The default destination is C:\GEOPACK. It is advisable to specify a destination drive and subdirectory because a number of programs are copied to this subdirectory and could be accidentally deleted if only a drive (i.e., C:) is specified. (Typically, root directories are used to store a variety of programs.) If any of these programs are deleted, GEOPACK may produce unpredictable results.
  7. Follow the on-screen directions and refer to the user's manual.

Before GEOPACK will operate correctly, the computer must have a specific configuration. To install GEOPACK, several modifications to the computer must be made. The modifications are as follows:

  1. A temporary storage directory must be created. This is done automatically.
  2. An environment variable must be set. The AUTOEXEC.BAT file must be altered. GEOPACK will operate properly only if the environment variable %GEODIR% (the percent signs are used to indicate an environment variable) is set to the root of the geostatistical programs. To set this variable, the following line should be added to the AUTOEXEC.BAT file where C:\GEOPACK is the primary subdirectory for the geostatistical programs: SET GEODIR=C:\GEOPACK.
    • In the user-defined menus (described in section 2.5.d of the user’s manual), whenever GEOPACK sees “%GEODIR%” it will substitute ‘C:\GEOPACK” so that a command (%GEODIR%\SHOWDIR) would be the same as C:\GEOPACK\SHOWDIR. Note: The above command can also be typed at the MS-DOS prompt prior to starting GEOPACK. If the DOS reply “Out of Environment Space” appears after typing the SET command given above, the user should consult the DOS manual about SHELL commands.
    • The installation program creates a file that contains the system default settings. This file may require modification before all of the options on the USER and other menus become active. Before making any modifications, see section 2.5.c of the user’s manual.
  3. A system parameter file must be created. This is done automatically. You will need to modify this file (see section 2.5.c of the user’s manual) to add the names of the editor, line and contour graphics, data base management system, etc.
  4. If you have a Hercules graphics card, you must run MSHERC.COM prior to starting a GEOPACK session. This program should be put in the AUTOEXEC.BAT file.
  5. The ANSI.SYS driver (refer to your MS-DOS manual) must be installed in the CONFIG.SYS file. This is done by adding a statement such as “DEVICE C:\DOS\ANSI.SYS” to the CONFIG.SYS file. Be sure that the correct path for ANSI.SYS is used.