Skip to content

Commit

Permalink
t.rast.list: Add CSV, JSON, YAML outputs
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 avaiable 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 partically for comma/line output).
* The change is backwards compatible both on module interface level and on Python API level.
  • Loading branch information
wenzeslaus committed Mar 10, 2022
1 parent 87fdb47 commit 0bf4f38
Show file tree
Hide file tree
Showing 5 changed files with 805 additions and 186 deletions.
Loading

0 comments on commit 0bf4f38

Please sign in to comment.