earthkit.data.sources.wekeo¶
Attributes¶
Classes¶
Base class for all sources. |
Module Contents¶
- class earthkit.data.sources.wekeo.ApiClient¶
Bases:
hda.Client- name = 'wekeo'¶
- retrieve(name, request, target=None)¶
- earthkit.data.sources.wekeo.EXTENSIONS¶
- class earthkit.data.sources.wekeo.HDAAPIKeyPrompt¶
Bases:
earthkit.data.sources.prompt.APIKeyPrompt- ask_user()¶
- ask_user_and_save()¶
- check(load=False)¶
- config_env = ('HDA_USER', 'HDA_PASSWORD')¶
- existing_rcfile_path()¶
- has_api_config()¶
- has_config_env()¶
- load(file)¶
- prompts¶
- rcfile = '~/.hdarc'¶
- rcfile_env = 'HDA_RC'¶
- rcfile_name()¶
- register_or_sign_in_url = 'https://www.wekeo.eu'¶
- retrieve_api_key_url = 'https://www.wekeo.eu'¶
- save(input, file)¶
- validate(input)¶
- class earthkit.data.sources.wekeo.WekeoRetriever(dataset, *args, request=None, prompt=True, **kwargs)¶
Bases:
earthkit.data.sources.file.FileSourceBase class for all sources.
- static client(use_prompt)¶
- content_type = None¶
- filter = None¶
- graph(depth=0)¶
- ignore()¶
Indicates to ignore this source in concatenation/merging.
- Return type:
bool
- classmethod merge(sources)¶
- merger = None¶
- mutate()¶
- mutate_source()¶
- name = None¶
- property parent¶
The parent source, if any.
- property parts¶
- path¶
- prompt¶
- request¶
- source_filename = None¶
- sphinxdoc = Multiline-String¶
Show Value
""" WekeoRetriever """
- stream = False¶
- to_data_object()¶
Convert this source into a data object, if possible.
- to_target(*args, **kwargs)¶
- earthkit.data.sources.wekeo.source¶