MIES icon indicating copy to clipboard operation
MIES copied to clipboard

Concept for SF extract operation

Open MichaelHuth opened this issue 1 month ago • 0 comments

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.

MichaelHuth avatar Nov 24 '25 12:11 MichaelHuth