#3437: Implement r.coin csv output to file
-------------------------+-------------------------
Reporter: marisn | Owner: grass-dev@…
Type: enhancement | Status: new
Priority: normal | Milestone: 7.4.0
Component: Raster | Version: unspecified
Keywords: r.coin | CPU: Unspecified
Platform: Unspecified |
-------------------------+-------------------------
At the moment r.coin only prints out a report to stdout. It would be
useful to enhance r.coin with an option to output report or bare CSV
values to file (machine readable output for importing into R).
Thus r.coin would need one input option "output_file" and a flag "print
csv instead of report". If "output_file" option is set, report/csv should
go to file not screen.
Format could be:
{{{
# COINCIDENCE TABULATION
# Columns: <<COLUMNMAP@MAPSET>>
# Rows: <<ROWMAP@MAPSET>>
,C1,C2,...
C1,X,X,...
C2,C,C,...
}}}
Any suggestions on output file structure or content?
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3437>
GRASS GIS <https://grass.osgeo.org>