Documentation
¶
Overview ¶
Package remove implements a command to remove tree terminals from a PhyGeo project without defined distribution ranges.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = &command.Command{
Usage: "remove [--ranges] <project-file>",
Short: "remove terminals without data",
Long: `
Command remove reads the trees and geographic ranges from a PhyGeo project and
removes all tree terminals without a valid records.
To be valid, a terminal must have at least a single record defined on a pixel
in which the landscape value has a prior greater than zero.
By default, the terminals will be checked against the distribution points
(presence-absence pixels). If there are no points or the flag --ranges is set,
it will check against the distribution range maps.
The name of the removed terminal will be printed on the screen.
`,
SetFlags: setFlags,
Run: run,
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.