-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
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
Labels
No labels