sort

package
v0.0.0-...-b9741f9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 6, 2023 License: BSD-2-Clause Imports: 11 Imported by: 0

Documentation

Overview

Package sort implements a command to sort rows of a GBIF occurrence table.

Index

Constants

This section is empty.

Variables

View Source
var Command = &command.Command{
	Usage: `sort [--species]
	[-i|--input <file>] [-o|--output <file>]`,
	Short: "sort rows by its speciesKey",
	Long: `
Command sort reads a GBIF occurrence table from the standard input and sorts
the rows by the GBIF species identifier and then by the GBIF occurrence ID.

If flag --species is defined, it will sort using the valid species name. This
option requires an internet connection.

By default, it will read the data from the standard input; use the flag
--input, or -i, to select a particular file.
	
By default, the results will be printed in the standard output; use the flag
--output, or -o, to define an output file.
	`,
	SetFlags: setFlags,
	Run:      run,
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL