USGS InfoBank banner.  USGS, Coastal and Marine Geology, InfoBank banner.
 USGS Coastal and Marine Geology banner.    Search InfoBank.
USGS InfoBank program -- events4points Skip navigational links
    ________   ________   ______________   ________   _________   _______________   ________  
  tab edge  Home  tab edge  Data  tab edge  Activities  tab edge  FACS  tab edge  Atlas  tab edge  Definitions  tab edge  More  tab edge  
   
InfoBank Programs: by Name   by Data Type   General Tools   GIS   Plotting   Web   USGS Disclaimer   InfoBank Programs   Boothill  
Expanded description of application
Topic Description
Name
events4points
Synopsis
/infobank/programs/dbase/events4points/events4points.for
Description
   Program to construct _events files 
   from a list of .onoff. files 
   that contain point information.
    
Author
   Clint Steele      9/20/2001


    
Opens
     open (unit = 91,
*          access = 'sequential',
*          form = 'formatted',
*          status = 'old',
*          name = InFile(1:InFileLength))

     open (unit = 92,
*          access = 'sequential',
*          form = 'formatted',
*          status = 'unknown',
*          name = InFile(1:InFileLength)//'_events')

    
Reads
     read (90, '(q,a)', end = 99)
*        InFileLength, InFile(1:InFileLength)

         read (91, '(q,a)', end = 98)
*            ThisLineLength, ThisLine(1:ThisLineLength)

    
Writes
         write (92, '(a,2x,a,2x,a,2x,a)')
*                   '1',
*                   ThisLine(1:14),
*                   ThisLine(1:14),
*                   ThisLine(80:88)

    
Calls
 call openem (1,0)
    

Skip footer navigational links

InfoBank   Menlo Park Center   Santa Cruz Center   St. Petersburg Center   Woods Hole Center   Coastal and Marine Geology Program  
U. S. Department of the Interior   U. S. Geological Survey   Geologic Information   Ask-A-Geologist   USGS privacy statement   Disclaimer  

URL:
Maintainer: Clint Steele
Comments: e-mail
Last modified: Wed Jan 29 13:10:37 PST 2003  (wcs)