-
-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
The saved coord cubo:distance_from_center prevents the data to be reprojected.
data_sentinel2_subset = data_sentinel2.isel(time=0)
data_sentinel2_subset = data_sentinel2_subset.drop_vars(['cubo:distance_from_center']) # needed line
data_sentinel2_subset_reprojected = data_sentinel2_subset.rio.reproject('EPSG:3035')Error:
ValueError: IndexVariable objects must be 1-dimensional
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels