table of contents
other versions
MINTPY-REMOVE_HDF5_DATASET(1) | User Commands | MINTPY-REMOVE_HDF5_DATASET(1) |
NAME¶
mintpy-remove_hdf5_dataset - Remove an existing dataset from HDF5 file
DESCRIPTION¶
usage: remove_hdf5_dataset.py [-h] file dset [dset ...]
Remove an existing dataset from HDF5 file
positional arguments:¶
options:¶
- -h, --help
- show this help message and exit
Example:¶
- remove_hdf5_dataset.py
- ifgramStack.h5 unwrapPhase_phaseClosure
- remove_hdf5_dataset.py
- ifgramStack.h5 unwrapPhase_phaseClosure unwrapPhase_bridging
- remove_hdf5_dataset.py
- velocity.h5 velocityStd
May 2022 | mintpy-remove_hdf5_dataset v1.3.3 |