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 <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 weight greater than zero.
The name of the removed terminal will be printed on the screen.
`,
Run: run,
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.