Skip to content

Wrapper of the ECMWF apis to download data of the ECMFW Public Datasets

Notifications You must be signed in to change notification settings

Insubric/ecmwf-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#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

scallop

##Developers Boris Pezzatti

About

Wrapper of the ECMWF apis to download data of the ECMFW Public Datasets

Resources

Stars

Watchers

Forks

Packages

No packages published