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
Name of the input map
output=name
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 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: 2008/10/12 12:25:55 $


Main index - imagery index - Full index

© 2003-2011 GRASS Development Team