The importer should be able to set a region:
- the region should be set with extent="spatial" (see https://github.com/actinia-org/actinia-core/blob/main/tests/test_async_processing_import_export.py#L367-L374 )
- the importer will then set the region before executing the
r.import (thus can also be used for ephemeral processing --> will be written in PC)
- if no extent given, the current set region will be used
- This will be analogue to
r.import with extent=region. For persistent processing the region can be set in advance, for ephemeral processing it has to be done in a previous step --> see also next section "Related to this"
Related to this:
The importer should be able to set a region:
r.import(thus can also be used for ephemeral processing --> will be written in PC)r.importwithextent=region. For persistent processing the region can be set in advance, for ephemeral processing it has to be done in a previous step --> see also next section "Related to this"Related to this: