This page provides an overview of how datasets are defined, structured, and handled in the processing chain.
The goal is to ensure consistent, analysis-ready data products that can be accessed efficiently and extended over time.
/builds/tco/bco/docs/.venv/lib/python3.12/site-packages/intake_xarray/base.py:21: FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
'dims': dict(self._ds.dims),
<xarray.Dataset> Size: 8GB
Dimensions: (time: 43702710, bnd: 2)
Coordinates:
alt float64 8B ...
lat float64 8B ...
lon float64 8B ...
* time (time) datetime64[ns] 350MB 2010-12-16T16:24:00 ... 2026-04-...
Dimensions without coordinates: bnd
Data variables: (12/22)
DIR (time) float64 350MB dask.array<chunksize=(262144,), meta=np.ndarray>
DL (time) float64 350MB dask.array<chunksize=(262144,), meta=np.ndarray>
DR (time) float64 350MB dask.array<chunksize=(262144,), meta=np.ndarray>
H (time) float64 350MB dask.array<chunksize=(262144,), meta=np.ndarray>
HDS (time) float64 350MB dask.array<chunksize=(262144,), meta=np.ndarray>
HI (time) float64 350MB dask.array<chunksize=(262144,), meta=np.ndarray>
... ...
TI (time) float64 350MB dask.array<chunksize=(262144,), meta=np.ndarray>
VEL (time) float64 350MB dask.array<chunksize=(262144,), meta=np.ndarray>
VH (time) float64 350MB dask.array<chunksize=(262144,), meta=np.ndarray>
VR (time) float64 350MB dask.array<chunksize=(262144,), meta=np.ndarray>
VS (time) float64 350MB dask.array<chunksize=(262144,), meta=np.ndarray>
time_bounds (time, bnd) datetime64[ns] 699MB dask.array<chunksize=(262144, 2), meta=np.ndarray>
Attributes:
Conventions: CF-1.12
_logical_cutoff_date: 2026-04-02T00:00:00Z
bcoproc_version: 0.0.0.post1246.dev0+39062d5
featureType: timeSeries
institution: Max Planck Institute for Meteorology, Hamburg
license: CC0-1.0
location: The Barbados Cloud Observatory (BCO), Deebles Poin...
platform: BCO
source: Vaisala WXT-520
summary: This dataset contains basic meteorological measure...
title: WXT-2 ground station data from BCO (Level 1)
tool_versions: {"Python": "3.11.2 (main, Apr 28 2025, 14:11:48) [...
The Barbados Cloud Observatory (BCO), Deebles Point, Barbados, West Indies
platform :
BCO
source :
Vaisala WXT-520
summary :
This dataset contains basic meteorological measurements from a multi-sensor weather instrument is permanently installed on top of the office container at the BCO.
Datasets are stored as Zarr archives and are extended continuously as new data becomes available.
Rather than rewriting datasets, new data is appended as additional chunks.
This enables efficient cloud-based storage and scalable analysis.
The processing chaing orchestrated by an Airflow server.