You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why filter? -> More filter options need to be implemented step by step without breaking the API all the time, so they should be collected in a single object or array.
Currently there is the parameter sentinel_band available in the importer. Although it would make sense to also use semantic_label for it, we don't touch it for now.
The goal of this ticket is not a full implementation to make this PC work but only a preparation to accept the PC, acknowledge the type stac and prepare for semantic_label, extent and filter. When using type stac in a process chain, actinia shouldn't start processing but return a message like "STAC import is coming soon" or similar.
Hint: the importer part of a process chain can also be used directly with a module, e.g.
Piece of process chain should look similar like this:
Currently there is the parameter
sentinel_band
available in the importer. Although it would make sense to also usesemantic_label
for it, we don't touch it for now.The goal of this ticket is not a full implementation to make this PC work but only a preparation to accept the PC, acknowledge the type
stac
and prepare for semantic_label, extent and filter. When using typestac
in a process chain, actinia shouldn't start processing but return a message like "STAC import is coming soon" or similar.Hint: the importer part of a process chain can also be used directly with a module, e.g.
I suspect that this will work out of the box as well (as same code is executed) but it should be tested as well.
Also update API docs accordingly and prepare tests.
The text was updated successfully, but these errors were encountered: