Skip to content

Commit

Permalink
t.rast.list: Add CSV, JSON, YAML outputs (#2258)
Browse files Browse the repository at this point in the history
* This adds CSV, JSON, and YAML output and generalizes the other outputs.
* Method is now meant only for different data gathering methods, not for the output formatting. method=cols and method=comma are now obsolete.
* All formatting is available with all methods.
* Most code is shared between the two main branches of code (simple list versus delta/gran methods code).
* Columns can be now specified for any option (previously only for cols/list and partially for comma/line output).
* The change is backwards compatible both on module interface level and on Python API level.
* Activate and fix old bash test (-i by t.register is not accepted without start_time).
  • Loading branch information
wenzeslaus committed Mar 31, 2022
1 parent b3d121e commit d2317a2
Show file tree
Hide file tree
Showing 6 changed files with 904 additions and 196 deletions.

0 comments on commit d2317a2

Please sign in to comment.