earthkit.data.readers.shapefile.reader¶
Classes¶
Base class for all sources. |
Module Contents¶
- class earthkit.data.readers.shapefile.reader.ShapeFileReader(source, path)¶
Bases:
earthkit.data.sources.Source,earthkit.data.readers.shapefile.core.ShapefileReaderBaseBase 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
- 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_featurelist(*args, **kwargs)¶
- to_geopandas(**kwargs)¶
- to_numpy(flatten=False, **kwargs)¶
- to_pandas(**kwargs)¶
- to_target(target, *args, **kwargs)¶
- to_xarray(**kwargs)¶