earthkit.data.sources.zenodo

Attributes

Classes

Zenodo

Source for downloading files from Zenodo records.

Module Contents

class earthkit.data.sources.zenodo.Zenodo(identifier, only=None, **kwargs)

Bases: earthkit.data.sources.Source

Source for downloading files from Zenodo records.

Parameters:
  • identifier (int | str) – Record ID, Zenodo URL or DOI. A DOI may also be given as a doi.org URL.

  • only (str | Sequence[str] | None, optional) – File selection with a glob string or an explicit list of file names. By default, all files are selected.

  • **kwargs – Additional keyword arguments forwarded to the URL source.

graph(depth=0)
ignore()

Indicates to ignore this source in concatenation/merging.

Return type:

bool

mutate()
mutate_source()
name = None
property parent

The parent source, if any.

source_filename = None
to_data_object()

Convert this source into a data object, if possible.

earthkit.data.sources.zenodo.source