Documentation
¶
Overview ¶
Package taxa implements a command to print the list of taxa in a taxon range collection.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = &command.Command{
Usage: "taxa [--count] [<rng-file>...]",
Short: "prints the list of taxa with distribution ranges",
Long: `
Command taxa reads one or more geographic range files and prints the list of
taxa with a defined distribution range in each one of them.
One or more range files can be given as arguments. If no file is given, the
ranges will be read from the standard input.
If the flag --count is defined, the type of distribution map, and the number of
pixels for each taxon will be given.
`,
SetFlags: setFlags,
Run: run,
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.