Opened 6 years ago

Last modified 5 years ago

#3437 new enhancement

Implement r.coin csv output to file

Reported by: marisn Owned by: grass-dev@…
Priority: normal Milestone: 7.6.2
Component: Raster Version: unspecified
Keywords: r.coin Cc:
CPU: Unspecified Platform: Unspecified

Description

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?

Change History (5)

comment:1 by neteler, 6 years ago

Milestone: 7.4.07.4.1

Ticket retargeted after milestone closed

comment:2 by neteler, 6 years ago

Milestone: 7.4.17.4.2

comment:3 by martinl, 6 years ago

Milestone: 7.4.27.6.0

All enhancement tickets should be assigned to 7.6 milestone.

comment:4 by martinl, 5 years ago

Milestone: 7.6.07.6.1

Ticket retargeted after milestone closed

comment:5 by martinl, 5 years ago

Milestone: 7.6.17.6.2

Ticket retargeted after milestone closed

Note: See TracTickets for help on using tickets.