#ECMWF-loader
Scala/Java wrapper for downloading meteorological data from the ECMWF public datsets (e.g. ERA-Interim climate reanalysis).
The command line Class is implemented in Scala.
The Java source code from org.ecmwf, org.json and org.json.zip have been included in the wrapper code.
For other instructions of the ECMWF api see ECMWF api.
##Usage This works on Linux platforms.
###Registration You should register at the ECMWF registration. You should then retrieve your key at ECMWF key file and copy the content in a file named .ecmwfapirc, and put this in your home directory.
###Downloading data Call the jar from the command line:
java -jar ecmwf-loader-assembly-X.XX.jar [options]
(replace X.XX with the version number you have).
See the available options with
java -jar ecmwf-loader-assembly-X.XX.jar --help
##Libraries
##Developers Boris Pezzatti