Version: 1.2.1
Configuring
Configuration for the weather processor is specified in a JSON file.
Option | Description | Required |
---|---|---|
inputPath | The path to the directory with the weather reading files | Yes |
processedPath | The path to the directory where processed files are moved | Yes |
ewbDataPath | The path to the directory with the weather reading files | Yes |
defaultTimeZone | The default timezone of the weather readings | Yes |
weatherStations | The path to the master weather stations file | No |
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"
}