Documentation
¶
Overview ¶
Package ids implement a command to retrieve the pixel IDs of all pixels in an equal area pixelation.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = &command.Command{
Usage: "ids [-e|--equator <value>]",
Short: "print pixel IDs",
Long: `
Command ids prints the IDs and locations of all pixels in a pixelation based
on an equal area partitioning of a sphere.
The IDs and locations will be printed in the standard output as tab-delimited
values, with the following columns:
id the ID of the pixel.
latitude the latitude of the pixel.
longitude the longitude of the pixel.
By default, the pixelation will be 360 pixels at the equator. Use the flag
--equator, or -e, to define a different pixelation.
`,
SetFlags: setFlags,
Run: run,
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.