add

package
v0.0.0-...-26dca7e Latest Latest
Warning

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

Go to latest
Published: Mar 29, 2024 License: BSD-2-Clause Imports: 9 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL