Skip to content

Commit

Permalink
update doc, revoke support for ADIF
Browse files Browse the repository at this point in the history
  • Loading branch information
ftl committed Nov 20, 2022
1 parent 392fcf0 commit 40d0ecc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

This little Go library helps to evaluate the log files from amateur radio contests in several ways:

- calculate the score of a log file based on a given rule set (work in progress)
- calculate the score of a log file based on a given rule set
- show the performance over time during the contest (not yet implemented)
- calculate statistics (not yet implemented)
- compare the performance of two log files (not yet implemented)

Log files can be provided in [ADIF](https://www.adif.org/) or [Cabrillo](https://wwrof.org/cabrillo/) format. The results are either provided as plain text, CSV, or JSON.
Log files can be provided in [Cabrillo](https://wwrof.org/cabrillo/) format. The results are either provided as plain text, YAML, or JSON, and, where applicable, as CSV.

## Use as a Go Library

Expand Down
1 change: 0 additions & 1 deletion cmd/score.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ func runScore(cmd *cobra.Command, args []string) {
}

for _, filename := range args {
// TODO: detect the input file format
logfile, err := score.ReadCabrilloLogFromFile(filename, prefixes)
if err != nil {
log.Fatal(err)
Expand Down

0 comments on commit 40d0ecc

Please sign in to comment.