1r.latlong(1)                  Grass User's Manual                 r.latlong(1)
2
3
4

NAME

6       r.latlong  - Creates a latitude/longitude raster map.
7

KEYWORDS

9       raster, latitude, longitude, projection
10

SYNOPSIS

12       r.latlong
13       r.latlong --help
14       r.latlong [-l] input=name output=name  [--overwrite]  [--help]  [--ver‐
15       bose]  [--quiet]  [--ui]
16
17   Flags:
18       -l
19           Longitude output
20
21       --overwrite
22           Allow output files to overwrite existing files
23
24       --help
25           Print usage summary
26
27       --verbose
28           Verbose module output
29
30       --quiet
31           Quiet module output
32
33       --ui
34           Force launching GUI dialog
35
36   Parameters:
37       input=name [required]
38           Name of input raster map
39
40       output=name [required]
41           Name for output latitude or longitude raster map
42

DESCRIPTION

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

NOTES

49       The PROJ.4 website.
50

TODO

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

EXAMPLE

55       g.region raster=elevation -p
56       r.latlong input=elevation output=latitude
57

SEE ALSO

59        r.sun, r.sunhours
60

AUTHORS

62       Yann Chemin, International Rice Research Institute, The Philippines
63

SOURCE CODE

65       Available at: r.latlong source code (history)
66
67       Main index | Raster index | Topics index | Keywords index  |  Graphical
68       index | Full index
69
70       © 2003-2019 GRASS Development Team, GRASS GIS 7.8.2 Reference Manual
71
72
73
74GRASS 7.8.2                                                       r.latlong(1)
Impressum