-
-
Notifications
You must be signed in to change notification settings - Fork 344
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
[Bug] columns filter for t.rast.list fails with method=gran #2205
Comments
I confirm this. However, it does work as you would expect if you remove |
I agree that was the intention and it seems it's also documented in the manual:
On the other hand, it is not expected behavior and I don't see a big reason for this behavior. Seems columns should be customizable in any case, potentially with different defaults. |
(see also issue #2688) |
Coming back here... seems to work as expected in 8.2... Was there any change fixing this? My tests:
I tried with unregistering a map in case the problem could be related to missing timestamps... but, it seems to work ok, am I right? |
I can confirm that columns can be selected in 8.4. So, I would suggest to close this issue... |
It's always a bit worrisome to have a bug that is magically fixed. That means that we don't know where it was from. But seeing the age of the issue, and the amount of work done on so much parts of the code, it might be the right thing to close as it isn't an issue anymore. Wasn't found in December 2022. (Grass 8.2), and isn't an issue in May 2024 (almost grass 8.4). If needed, we can reopen this issue, or have a new one. |
The report says 8.0. I made a big rewrite for 8.2 in #2258. The description says:
And also:
I would say, I fixed this. 😄 |
Describe the bug
When using
t.rast.list
with themethod=gran
option, thecolumns
filter does not work. Instead of filtering the table to just the columns selected, it returns the whole table, unfiltered.To Reproduce
Steps to reproduce the behavior:
t.create output=NagsHead_99_08 type=strds temporaltype=relative title="Nags Head elevation series" description="from 1999 to 2008 with gaps"
t.rast.list input=NagsHead_99_08 columns=name
to see expected behavior ofcolumns
filtermethod=gran
to see unexpected behavior (t.rast.list input=NagsHead_99_08 method=gran columns=name
):Expected behavior
Expected t.rast.list to return only
name
column.System description (please complete the following information):
The text was updated successfully, but these errors were encountered: