We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With
input: paths: ... multi_file: false output: path: ... append: true append_dim: "sounding_dim"
nc2zarr fails for existing dimension "sounding_dim" but missing (coordinate) variable "sounding_dim" with
"sounding_dim"
Error: Missing (coordinate) variable "sounding_dim" for dimension "sounding_dim".
However, appending datasets to existing Zarrs does not require a (coordinate) variable with same name.
The reason for this error is that input/concat_dim, if not given, is set to output/append_dim regardless of the value of input/multi_file.
input/concat_dim
output/append_dim
input/multi_file
The text was updated successfully, but these errors were encountered:
Try fixing #27
c320200
forman
Successfully merging a pull request may close this issue.
With
nc2zarr fails for existing dimension
"sounding_dim"
but missing (coordinate) variable"sounding_dim"
withHowever, appending datasets to existing Zarrs does not require a (coordinate) variable with same name.
The reason for this error is that
input/concat_dim
, if not given, is set tooutput/append_dim
regardless of the value ofinput/multi_file
.The text was updated successfully, but these errors were encountered: