1r.latlong(1) GRASS GIS User's Manual r.latlong(1)
2
3
4
6 r.latlong - Creates a latitude/longitude raster map.
7
9 raster, latitude, longitude, projection
10
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
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 library.
46 This is an input to r.sun and i.evapo.potrad.
47
49 The PROJ website.
50
52 Datum transform is not implemented, the same datum is taken as output.
53
55 g.region raster=elevation -p
56 r.latlong input=elevation output=latitude
57
59 r.sun, r.sunhours
60
62 Yann Chemin, International Rice Research Institute, The Philippines
63
65 Available at: r.latlong source code (history)
66
67 Accessed: Saturday Oct 28 18:17:37 2023
68
69 Main index | Raster index | Topics index | Keywords index | Graphical
70 index | Full index
71
72 © 2003-2023 GRASS Development Team, GRASS GIS 8.3.1 Reference Manual
73
74
75
76GRASS 8.3.1 r.latlong(1)