Skip to content

Commit

Permalink
removed band dim form aux_data dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
initze committed Oct 11, 2024
1 parent c121655 commit 67cb082
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def load_auxiliary(
# delete temporarary file
os.remove(outfile)

return data_array.assign_attrs(ds_annotation).drop_vars("band").to_dataset(name=xr_dataset_name)
return data_array.assign_attrs(ds_annotation).drop_vars("band").to_dataset(name=xr_dataset_name).drop_dims("band")


def load_data_masks(planet_scene_path):
Expand Down

0 comments on commit 67cb082

Please sign in to comment.