We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13d62ee commit 2257ff9Copy full SHA for 2257ff9
zappend/cli.py
@@ -50,7 +50,7 @@ def zappend(
50
"""Create or update a Zarr datacube TARGET from slice datasets SLICES.
51
52
The zappend command concatenates the dataset SLICES along a given append dimension,
53
- e.g., `"time"` (the default) for geospatial satellite observations.
+ e.g., "time" (the default) for geospatial satellite observations.
54
Each append step is atomic, that is, the append operation is a transaction that can
55
be rolled back, in case the append operation fails. This ensures integrity of the
56
target data cube given by TARGET or in CONFIG.
0 commit comments