earthkit.data.readers.numpy¶
Attributes¶
Classes¶
Base class for all objects that can be loaded using a loader. |
|
Base class for all objects that can be loaded using a loader. |
Functions¶
|
Module Contents¶
- class earthkit.data.readers.numpy.NumpyReader(source, path)¶
Bases:
earthkit.data.readers.ReaderBase class for all objects that can be loaded using a loader.
- property appendable¶
- property binary¶
- property filter¶
- ignore()¶
Indicates to ignore this source in concatenation/merging.
- Return type:
bool
- property merger¶
- mutate()¶
- mutate_source()¶
- property parts¶
- path¶
- property source¶
- source_filename¶
- property stream¶
- to_data_object()¶
- to_numpy(numpy_load_kwargs={})¶
- to_target(target, *args, **kwargs)¶
- class earthkit.data.readers.numpy.NumpyZipReader(source, path)¶
Bases:
earthkit.data.readers.ReaderBase class for all objects that can be loaded using a loader.
- property appendable¶
- property binary¶
- property filter¶
- ignore()¶
Indicates to ignore this source in concatenation/merging.
- Return type:
bool
- property merger¶
- mutate()¶
- mutate_source()¶
- property parts¶
- path¶
- property source¶
- source_filename¶
- property stream¶
- to_data_object()¶
- to_numpy(numpy_load_kwargs={})¶
- to_target(target, *args, **kwargs)¶
- earthkit.data.readers.numpy.READER¶
- earthkit.data.readers.numpy.reader(source, path, *, magic=None, deeper_check=False, **kwargs)¶