taxa

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Feb 7, 2024 License: BSD-2-Clause Imports: 10 Imported by: 0

Documentation

Overview

Package terms implements a command to print the list of taxa in a PhyGeo project with defined distribution ranges.

Index

Constants

This section is empty.

Variables

View Source
var Command = &command.Command{
	Usage: "taxa [--count] [--ranges] [--val] <project-file>",
	Short: "print a list of taxa with distribution ranges",
	Long: `
Command taxa reads the geographic ranges from a PhyGeo project and print the
name of the taxa in the standard output.

The argument of the command is the name of the project file.

By default the taxa of the points (presence-absence pixels) dataset will be
printed. If the flag --ranges is set, it will print the taxa of the continuous
distribution range file.

If the flag --count is defined, the number of valid and total amount of pixels
in the range will be printed in front of each taxon name that is defined in at
least one tree. To be valid a pixel must be defined over a landscape value
with a prior probability greater than zero.

If the flag --val is defined, and all the taxa has valid records, the command
will finish silently. Otherwise, any invalid taxon (a taxon without valid
records) will be reported. To be valid, a taxon must have, at least, one
valid pixel.
	`,
	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