view config.fetch_weather.example @ 348:9f64f54c2fb3

Update example configuration.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 29 Oct 2015 15:51:17 +0200
parents 9cf0c86e72b2
children bc7746ca622e
line wrap: on
line source

###
### Example configuration for weather.tcl data fetcher
### script fetch_weather.pl.
###

##
## Enable/disable data scraping from Tiehallinto's WWW-pages
##
opt_tiehallinto = 1

## Tiehallinto static meta data file + path
tiehallinto_static_meta = "/some/path/weather.tiehallinto.meta"

##
## Enable/disable open data access from FMI
## You will need to obtain an API key, refer to
## https://ilmatieteenlaitos.fi/avoin-data
##
opt_fmi = 0
fmi_api_key = ""

##
## Debug mode, outputs some stuff sometimes maybe
##
debug = 1

##
## Path to the output file, should be same as set in weather.tcl
## If NOT set, the script will output to stdout.
##
outfile = "/some/path/weather.data"

##
## HTTP user agent. If not set here, default will be used.
##
#http_user_agent = "Mozilla/5.0 (foobar)"