MergeError in to_xarray_dataset
for Scenes containing data from seviri_l1b_nc reader
#2179
Labels
to_xarray_dataset
for Scenes containing data from seviri_l1b_nc reader
#2179
Describe the bug
When trying to convert Scene containing data read with the
seviri_l1b_nc
reader merging fails. The reason is theacq_time
coordinate. The optioncompat="override"
(which picks the variable from the first dataset) solves the problem.Another possible solution would be to drop the variable.
To Reproduce
Expected behavior
A
xarray.Dataset
should be returned.Actual results
MergeError: conflicting values for variable 'acq_time' on objects to be combined. You can skip this check by specifying compat='override'.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment Info:
The text was updated successfully, but these errors were encountered: