-
-
Notifications
You must be signed in to change notification settings - Fork 370
t.rast.extract: Handle fully qualified map names and semantic labels #6300
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
Conversation
temporal/t.rast.extract/testsuite/test_t_rast_extract_pytest.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't check this 100%, but generally it looks good.
temporal/t.rast.extract/testsuite/test_t_rast_extract_pytest.py
Outdated
Show resolved
Hide resolved
temporal/t.rast.extract/testsuite/test_t_rast_extract_pytest.py
Outdated
Show resolved
Hide resolved
temporal/t.rast.extract/testsuite/test_t_rast_extract_pytest.py
Outdated
Show resolved
Hide resolved
temporal/t.rast.extract/testsuite/test_t_rast_extract_pytest.py
Outdated
Show resolved
Hide resolved
temporal/t.rast.extract/testsuite/test_t_rast_extract_pytest.py
Outdated
Show resolved
Hide resolved
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
I had to address semantic_labels better as well. They were introduced after the extract module was created... The new tests cover semantic labels... |
|
Hm,,, The added pytest fails because it runs rather as part of the gunit-test than as part of the pytest-tests. See: https://github.com/OSGeo/grass/actions/runs/18696852922/job/53316444491?pr=6300#step:17:29 |
|
The testsuite folders are for gunittest. |
|
Tests are passing now... |
This PR appends semantic labels to the basename when expression is given for extraction of raster maps and handles fully qualified STRDS names more reliably. It also adds a pytest based testcase.
Fixes #6254