"gdal mdim" command
Added in version 3.11.
Entry point for multidimensional commands
Synopsis
Usage: gdal mdim <SUBCOMMAND> [OPTIONS]
where <SUBCOMMAND> is one of:
- convert: Convert a multidimensional dataset.
- info: Return information on a multidimensional dataset.
Common Options:
-h, --help Display help message and exit
--version Display GDAL version and exit
--json-usage Display usage as JSON document and exit
--drivers Display driver list as JSON document and exit
--config <KEY>=<VALUE> Configuration option [may be repeated]
Available sub-commands
Examples
Example 1: Getting information on the file temperatures.nc
(with JSON output)
$ gdal mdim info temperatures.nc
Example 2: Converting file temperatures.nc
to Zarr
$ gdal mdim convert temperatures.nc temperatures.zarr