earthkit.data.readers.covjson.reader

Classes

CovjsonInMemory

Base class for all sources.

CovjsonMemoryReader

Base class for all sources.

CovjsonReader

Base class for all objects that can be loaded using a loader.

CovjsonStreamReader

Base class for all sources.

GeojsonMixIn

XarrayMixIn

Module Contents

class earthkit.data.readers.covjson.reader.CovjsonInMemory(data)

Bases: earthkit.data.sources.Source, XarrayMixIn, earthkit.data.core.Encodable

Base 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.Source

Base 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.CovJsonReaderBase

Base 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.CovJsonReaderBase

Base 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)
class earthkit.data.readers.covjson.reader.GeojsonMixIn
to_geojson(**kwargs)
class earthkit.data.readers.covjson.reader.XarrayMixIn
to_xarray(**kwargs)