Skip to content

'cubo:distance_from_center' coord  #16

@Sonicious

Description

@Sonicious

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions