Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve region settings for processing #493

Open
linakrisztian opened this issue Nov 16, 2023 · 0 comments
Open

Improve region settings for processing #493

linakrisztian opened this issue Nov 16, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@linakrisztian
Copy link
Member

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:

@linakrisztian linakrisztian added the enhancement New feature or request label Nov 16, 2023
@mmacata mmacata changed the title Improve region setting (for importer and persistent processing) Improve region settings for processing Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant