| |
|
|
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)
|
|
URL:
|
|
|
Maintainer:
|
Clint Steele
|
|
Comments:
|
e-mail
|
|
Last modified:
|
Wed Jan 29 13:10:37 PST 2003
(wcs)
|
|