INSTALL
=======
To install, unzip and untar the archive file and change the environment variable into the 'run-THREDDS-Mersea-Checker.sh' script.

JAVA_HOME : thze directory where java is installed
THREDDSMerseaChecker_HOME : the directory where you have untared the archive file.



RUN
=======
For example :
./run-THREDDS-Mersea-Checker.sh http://www.nerc-essc.ac.uk/thredds/ClassInatlFore120H.xml

Where the only argument is the URL to the XML catalogue to be validated.
You may want to redirect the output into a temporary file (because the number of errors might be very important !) :

./run-THREDDS-Mersea-Checker.sh http://www.nerc-essc.ac.uk/thredds/ClassInatlFore120H.xml > /tmp/error-out.txt


IMPORTANT NOTE :
===============
The script explores recursively the external catalogues which are referenced with 'catalogRef' tags.
It gives information :
- on the THREDDS-MERSEA compliance of each individual catalog xml (thanks to XSD schema validation).
- on the metadata availability for each dataset (taking into account the inherited metadata) : timeCoverage, geospatialCoverage, variables.


