earthkit.data.readers.covjson.reader¶
Classes¶
Base class for all sources. |
|
Base class for all sources. |
|
Base class for all objects that can be loaded using a loader. |
|
Base class for all sources. |
|
Module Contents¶
- class earthkit.data.readers.covjson.reader.CovjsonInMemory(data)¶
Bases:
earthkit.data.sources.Source,XarrayMixIn,earthkit.data.core.EncodableBase class for all sources.
- data¶
- 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.
- to_target(target, *args, **kwargs)¶
- to_xarray(**kwargs)¶
- class earthkit.data.readers.covjson.reader.CovjsonMemoryReader(buf)¶
Bases:
earthkit.data.sources.SourceBase class for all sources.
- buf¶
- 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.
- class earthkit.data.readers.covjson.reader.CovjsonReader(source, path)¶
Bases:
XarrayMixIn,GeojsonMixIn,earthkit.data.readers.covjson.core.CovJsonReaderBaseBase 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
- is_streamable_file()¶
- property merger¶
- mutate()¶
- mutate_source()¶
- property parts¶
- path¶
- property source¶
- source_filename¶
- property stream¶
- to_data_object()¶
- to_geojson(**kwargs)¶
- to_target(target, *args, **kwargs)¶
- to_xarray(**kwargs)¶
- class earthkit.data.readers.covjson.reader.CovjsonStreamReader(stream)¶
Bases:
earthkit.data.sources.Source,earthkit.data.readers.covjson.core.CovJsonReaderBaseBase class for all sources.
- property appendable¶
- property binary¶
- property filter¶
- graph(depth=0)¶
- ignore()¶
Indicates to ignore this source in concatenation/merging.
- Return type:
bool
- is_stream()¶
- property merger¶
- mutate()¶
- mutate_source()¶
- name = None¶
- property parent¶
The parent source, if any.
- property parts¶
- path¶
- property source¶
- source_filename = None¶
- property stream¶
- to_data_object()¶
Convert this source into a data object, if possible.
- to_target(target, *args, **kwargs)¶