saaps.dbt
Class BuildDst

java.lang.Object
  |
  +--saaps.dbt.BuildDst

public class BuildDst
extends java.lang.Object

This class builds the Dst database from NGDC. The index is the final Dst.

Version:
1.0
Author:
Peter Wintoft

Inner Class Summary
(package private)  class BuildDst.DstData
           
 
Constructor Summary
BuildDst()
          Creates new BuildDst
 
Method Summary
static void main(java.lang.String[] args)
           
 void run()
          Connects to the ftp server, goes through the list of available data, downloads the data, and stores it into the SAAPS database.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

BuildDst

public BuildDst()
Creates new BuildDst
Method Detail

run

public void run()
Connects to the ftp server, goes through the list of available data, downloads the data, and stores it into the SAAPS database.

Currently (2001-03-01) final Dst data exist for 1957 to 1998.


main

public static void main(java.lang.String[] args)
Parameters:
args - the command line arguments