gwgen param dayΒΆ

The default configuration for DailyGHCNData instances. See also the DailyGHCNData.default_config attribute

usage: gwgen param day [-h] [-ido str] [-d { 'single' | 'all' | None }]
                       [-f { 'scratch' | 'file' | 'db' | None }] [-to-csv]
                       [-to-db] [-rm] [-sf]
Optional Arguments
-ido, --other_id
 Use the configuration from another experiment
Setup arguments
-d, --download

What to do if a stations file is missing. The default is ``None`` which raises an Error. Otherwise, if ``’single’``, download the missing file from ftp://ftp.ncdc.noaa.gov/pub/data/ghcn/daily/all/{}. If ``’all’`` the entire tarball is downloaded from ftp://ftp.ncdc.noaa.gov/pub/data/ghcn/daily/ghcnd_all.tar.gz

Possible choices: single, all

-f, --from

The method how to setup the instance either from ``’scratch’`` To set up the task from the raw data ``’file’`` Set up the task from an existing file ``’db’`` Set up the task from a database ``None`` If the file name of this this task exists, use this one, otherwise a database is provided, use this one, otherwise go from scratch

Possible choices: scratch, file, db

-to-csv=False If True, the data at setup will be written to a csv file
-to-db=False If True, the data at setup will be written to into a database
-rm=False, --remove=False
 If True and the old data file already exists, remove before writing to it
-sf=False, --skip-filtering=False
 If True, skip the filtering for the correct stations in the datafile