Documentation ¶
Overview ¶
Package add implements a command to add locations to a plate pixelation.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = &command.Command{
Usage: "add <pix-file> [<location-file>...]",
Short: "add locations to a plate pixelation file",
Long: `
Add reads a file with pixelated plates and add one or more files with
locations and plates to the pixelation.
The plate pixelation file must be given as the first argument of the command.
One or more location files can be given as arguments. If no files are given,
the input will be read from the standard input.
The locations file is a tab-delimited text file with the following columns:
- plate the plate ID for the added location
- latitude the geographic latitude of the location
- longitude the geographic longitude of the location
- name the name of the tectonic feature; this field is optional
- begin the oldest age of the feature in years
- end the youngest age of the feature in years
`,
Run: run,
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.