Expanded Description
| Topic |
Description |
| Name |
kmlsuite |
| Synopsis |
/infobank/programs/html/kml/kmlsuite.for |
| Description |
Program to generate a .html page for KML suite that
has an atlas map.
|
| AUTHOR |
Alex Ma 5/31/2006
|
| Reads |
read (90, '(q,a)', end = 199) RecordLength,
* Record(1:RecordLength)
|
| Writes |
|
| Opens |
open (unit = 90,
* access = 'sequential',
* form = 'formatted',
* status = 'old',
* name = '/infobank/programs/keep/gazette.keep')
|
| Calls |
call changecase ('SMALLS', AtlasID(1:AtlasIDLength))
call system ('/bin/mkdir /infobank/programs'//
* '/html/kml/regions/'//
* AtlasID(1:AtlasIDLength))
call system ('/bin/cp /infobank/programs'//
* '/html/kml/regions/index.html '//
* '/infobank/programs/html'//
* '/kml/regions/'//AtlasID(1:AtlasIDLength))
|