Skip to content

Reformat band data results in scenarios #8

@sodamodo

Description

@sodamodo

As it stands the band data is returned in a nested list grid. If there is more than 1 band then the second band is displayed as another number in the list. I propose that each band print it's own matrix so that the data can be understood more clearly

example:

band 1:
[[4.3046], [4.3046], [2.5366]]
[[4.3046], [2.5366], [4.3046]
[[2.5366], [4.3046], [4.3046,]]

band 2:
[[4.3046], [4.3046], [2.5366]]
[[4.3046], [2.5366], [4.3046]
[[2.5366], [4.3046], [4.3046,]]

band 3:
[[4.3046], [4.3046], [2.5366]]
[[4.3046], [2.5366], [4.3046]
[[2.5366], [4.3046], [4.3046,]]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions