Create Command

Use this command to create a dataset from a recipe file. The syntax of the recipe file is described in Building your own datasets.

Create a dataset.

usage: anemoi-datasets create [-h] [--overwrite] [--recompute-statistics]
                              [--threads THREADS | --processes PROCESSES]
                              [--trace]
                              recipe path

Positional Arguments

recipe

Configuration yaml file defining the recipe to create the dataset.

path

Path to store the created data.

Named Arguments

--overwrite

Overwrite existing files. This will delete the target dataset if it already exists.

Default: False

--recompute-statistics

Force the re-computation of statistics, even if they already exist.

Default: False

--threads

Use n parallel thread workers.

Default: 0

--processes

Use n parallel process workers.

Default: 0

--trace

Default: False