transport_data.ato.Config

class transport_data.ato.Config(from_zenodo: bool = True, dry_run: bool = False)[source]

Bases: object

Common configuration for fetch(), convert() and others.

__init__(from_zenodo: bool = True, dry_run: bool = False) None

Methods

__init__([from_zenodo, dry_run])

Attributes

dry_run

If True, do not fetch anything; only confirm that the files to be fetched are available.

from_zenodo

If True, fetch from the Zenodo mirror at POOCH_ZENODO.

dry_run: bool = False

If True, do not fetch anything; only confirm that the files to be fetched are available.

from_zenodo: bool = True

If True, fetch from the Zenodo mirror at POOCH_ZENODO. Otherwise, fetch from POOCH.