eoforeststac.writers.CCI_biomass.CCIBiomassWriter#

class eoforeststac.writers.CCI_biomass.CCIBiomassWriter(endpoint_url: str, bucket: str, key: str | None = None, secret: str | None = None, profile: str | None = None, region: str = 'eu-central-1', anon: bool = False)[source]#

Writer for the ESA CCI Biomass product (v6+).

Assumes the native input is already delivered as a Zarr store.

__init__(endpoint_url: str, bucket: str, key: str | None = None, secret: str | None = None, profile: str | None = None, region: str = 'eu-central-1', anon: bool = False)[source]#

Methods

__init__(endpoint_url, bucket[, key, ...])

apply_fillvalue(ds[, fill_value])

load_dataset(input_zarr)

Load ESA CCI Biomass from an existing Zarr store.

make_store(zarr_path)

Create an s3fs-backed Zarr store.

process_dataset(ds[, fill_value, crs, ...])

set_crs(ds[, crs])

set_global_metadata(ds, metadata)

write(input_zarr, output_zarr[, version, ...])

Complete end-to-end writing of ESA CCI biomass to Ceph in Zarr format.

write_to_zarr(ds, zarr_path[, encoding, ...])