Skip to content

Latest commit

 

History

History
135 lines (76 loc) · 2.76 KB

api.rst

File metadata and controls

135 lines (76 loc) · 2.76 KB

Python API

Cube I/O

xcube.core.dsio.open_cube

xcube.core.dsio.write_cube

Cube generation

xcube.core.gen.gen.gen_cube

xcube.core.new.new_cube

Cube computation

xcube.core.compute.compute_cube

xcube.core.evaluate.evaluate_dataset

Cube data extraction

xcube.core.extract.get_cube_values_for_points

xcube.core.extract.get_cube_point_indexes

xcube.core.extract.get_cube_values_for_indexes

xcube.core.extract.get_dataset_indexes

xcube.core.timeseries.get_time_series

Cube manipulation

xcube.core.resample.resample_in_time

xcube.core.vars2dim.vars_to_dim

xcube.core.chunk.chunk_dataset

xcube.core.unchunk.unchunk_dataset

xcube.core.optimize.optimize_dataset

Cube subsetting

xcube.core.select.select_variables_subset

xcube.core.geom.clip_dataset_by_geometry

Cube masking

xcube.core.geom.mask_dataset_by_geometry

xcube.core.maskset.MaskSet

Rasterisation of Features

xcube.core.geom.rasterize_features

Cube metadata

xcube.core.edit.edit_metadata

xcube.core.update.update_dataset_attrs

xcube.core.update.update_dataset_spatial_attrs

xcube.core.update.update_dataset_temporal_attrs

Cube verification

xcube.core.verify.assert_cube

xcube.core.verify.verify_cube

Multi-resolution pyramids

xcube.core.level.compute_levels

xcube.core.level.read_levels

xcube.core.level.write_levels

Utilities

xcube.core.geom.convert_geometry

xcube.core.store.CubeStore

xcube.core.schema.CubeSchema

xcube.util.dask.new_cluster

Plugin Development

xcube.util.extension.ExtensionRegistry

xcube.util.extension.Extension

xcube.util.extension.import_component

xcube.constants.EXTENSION_POINT_INPUT_PROCESSORS

xcube.constants.EXTENSION_POINT_DATASET_IOS

xcube.constants.EXTENSION_POINT_CLI_COMMANDS

xcube.util.plugin.get_extension_registry

xcube.util.plugin.get_plugins