#2318 closed defect (fixed)
G7: t.* modules unclear -s flag
Reported by: | neteler | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 7.2.0 |
Component: | Temporal | Version: | svn-releasebranch70 |
Keywords: | Cc: | ||
CPU: | Unspecified | Platform: | Unspecified |
Description
What does the -s flag do [several t.* modules]?
#% description: Activate spatial topology
perhaps change to
#% description: Check spatial topology
Change History (11)
comment:1 by , 9 years ago
Milestone: | 7.0.0 → 7.0.5 |
---|
follow-up: 3 comment:2 by , 8 years ago
comment:3 by , 8 years ago
Replying to martinl:
Still an issue?
AFAIU, yes. Check for example: t.select, t.sample, t.topology
In grass70 there's still also -s flag in t.rast.aggregate, while that was already changed to suffix parameter in 72 and trunk.
Then, t.rast.univar uses -s to suppress printing of column names in 70, 72 and trunk.
In 72 and trunk, t.rast.algebra uses -s to activate spatial topology (there's no t.rast.algebra in 70); t.rast.mapcalc in 70, 72 and trunk uses -s to check for spatial overlap.
-s is used differently across t.* modules
comment:5 by , 8 years ago
Priority: | normal → critical |
---|
follow-up: 8 comment:6 by , 8 years ago
Attempt to harmonize the temporal module flags in r69510.
The column header suppress flags is now "u" in all related modules. The "-s" flag is now consistently used for spatio-topological relation computation.
Backport to 7.2 after approval of the changes.
comment:8 by , 8 years ago
Replying to huhabla:
Backport to 7.2 after approval of the changes.
Please backport (we are close to RC2)
follow-up: 11 comment:10 by , 8 years ago
Do I understand correctly that renamed_options is really just for options, not flags, right? Anyway, it would be good to keep the original flag where possible (even manually by putting there another flag).
comment:11 by , 8 years ago
Replying to wenzeslaus:
Do I understand correctly that renamed_options is really just for options, not flags, right? Anyway, it would be good to keep the original flag where possible (even manually by putting there another flag).
Renamed flags have been added to renamed_options file in relbr72 and trunk.
Still an issue?