GRASS logo

NAME

i.latlong - Creates a latitude/longitude map.

KEYWORDS

imagery, latitude, longitude, projection

SYNOPSIS

i.latlong
i.latlong help
i.latlong [-l] input=name output=name [--overwrite] [--verbose] [--quiet]

Flags:

-l
Longitude output
--overwrite
Allow output files to overwrite existing files
--verbose
Verbose module output
--quiet
Quiet module output

Parameters:

input=name [required]
Name of the input map
output=name [required]
Name of the output latitude or longitude layer

DESCRIPTION

i.latlong creates a latitude (degree decimal) map, or longitude if the -l flag is used, from any map in any projection using PROJ.4 library. This is an input to r.sun and i.evapo.potrad.

NOTES

The PROJ.4 website.

TODO

Datum transform is not implemented, the same datum is taken as output.

SEE ALSO

i.evapo.potrad, r.sun

AUTHORS

Yann Chemin, International Rice Research Institute, The Philippines

Last changed: $Date: 2011-11-08 13:24:20 -0800 (Tue, 08 Nov 2011) $


Main index - Imagery index - Full index

© 2003-2012 GRASS Development Team