COMPILATION
Run the command:
python Event2Kml.py <options>
* <options> include:
--datafile, --eventfile, --polygon, --noanimation, --outputfile,
--url, --help
--------
** At least one input in the form of datafile or eventfile or polygon
is required.
** use --datafile=<filename> to supply datafiles.
** use --eventfile=<filename> to supply eventfiles.
** use --polygon=<filename> to supply polygons.
** use --noanimation to display events without animation.
** use --legendoff to display events without color description box.
** use --outputfile=<filename> to set name of output file.
** use --url=<url> to give url of time series curves.
** use --marksize=<marker_size> to set marker size for datafiles.
** use --help for further information.