Skip to content

Commit

Permalink
update README.md with new arg in CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfromearth committed Sep 6, 2024
1 parent 3448d1e commit cf9b31d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ options:
Whether to use the xarray concat method or the combine-by-coords method.
--concat_dim CONCAT_DIM
Dimension to concatenate along, if possible. This is required if using the 'xarray-concat' method
--sorting_variable SORTING_VARIABLE
Name of a variable to use for sorting datasets before concatenation by xarray. E.g., 'time'.
--xarray_arg_compat XARRAY_ARG_COMPAT
'compat' argument passed to xarray.concat() or xarray.combine_by_coords().
--xarray_arg_combine_attrs XARRAY_ARG_COMBINE_ATTRS
Expand Down

0 comments on commit cf9b31d

Please sign in to comment.