Skip to content

Concept for SF extract operation #2580

@MichaelHuth

Description

@MichaelHuth

There is currently an extract operation implemented for SF that extracts the one dataset from datasets.

For further extension the complete operation can have a API like:

extract(dataset, datasetIndex, arrayRowIndex, arrayColIndex, arrayLayerIndex, arrayChunkIndex)

The latter arguments allow to extract from an array.

extension with ranges:

extract(dataset, [datasetIndexStart, datasetIndexEnd], [arrayRowIndexStart, arrayRowIndexEnd], [arrayColIndexStart, arrayColIndexEnd], [arrayLayerIndexStart, arrayLayerIndexEnd], [arrayChunkIndexStart, arrayChunkIndexEnd])

This extension allows to specifify ranges that are then extracted.

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