Version: 1.2.1

Configuring

Configuration for the weather processor is specified in a JSON file.

OptionDescriptionRequired
inputPathThe path to the directory with the weather reading filesYes
processedPathThe path to the directory where processed files are movedYes
ewbDataPathThe path to the directory with the weather reading filesYes
defaultTimeZoneThe default timezone of the weather readingsYes
weatherStationsThe path to the master weather stations fileNo
caution

If any paths in the configuration are given as relative paths, they will be relative to the working directory of the JVM.

Sample Configuration File
{
  "inputPath": "/Users/zepben/weather",
  "processedPath": "/Users/zepben/processed",
  "ewbDataPath": "/Users/zepben/ewb",
  "defaultTimeZone": "Australia/Canberra"
}