hydromt export#

Export the data from a catalog.

Example usage:#

export the data of a single data source, in a particular region, for a particular time range hydromt export -r “{‘bbox’: [4.6891,52.9750,4.9576,53.1994]}” -s era5_hourly -d ../hydromt/data/catalogs/artifact_data.yml -t ‘[“2010-01-01”, “2022-12-31”]’ path/to/output_dir

export a single data source from the deltares data catalog without time/space slicing hydromt export -d deltares_data -s era5_hourly path/to/output_dir

export data as detailed in an export config yaml file hydromt export -i /path/to/export_config.yaml path/to/output_dir

hydromt export [OPTIONS] EXPORT_DEST_PATH

Options

-s, --source <source>#

Name of the data source to export.

-t, --time-tuple <time_tuple>#

Time tuple as a list of two strings, e.g. [‘2010-01-01’, ‘2022-12-31’]

-r, --region <region>#

Set the region for which to build the model, e.g. {‘subbasin’: [-7.24, 62.09]}

-i, --config <config>#

Path to hydroMT configuration file, for the model specific implementation.

-d, --data <data>#

Path to local yaml data catalog file OR name of predefined data catalog.

--dd, --deltares-data#

Flag: Shortcut to add the “deltares_data” catalog

--fo, --force-overwrite#

Flag: If provided overwrite existing model files

--error-on-empty#

Flag: Raise an error when attempting to export empty dataset instead of continuing

-q, --quiet#

Decrease verbosity.

-v, --verbose#

Increase verbosity.

Arguments

EXPORT_DEST_PATH#

Required argument