You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.
This is somewhat similar to #4, but here, the idea is for the command to work in the same way as a command in GRASS shell would work. A similar situation is with grass --exec where parsing in this case would work as for r.univar in a GRASS shell:
Text messages from ace go to stdout which is where output from the GRASS modules goes as well. This prevents easy parsing of the output.
While locally, I can do:
With ace, r.univar output is mixed with ace output:
This can be examined, e.g., by redirecting the output to a file:
This is somewhat similar to #4, but here, the idea is for the command to work in the same way as a command in GRASS shell would work. A similar situation is with
grass --exec
where parsing in this case would work as for r.univar in a GRASS shell:The text was updated successfully, but these errors were encountered: