1g.download.location(1) GRASS GIS User's Manual g.download.location(1)
2
3
4
6 g.download.location - Download GRASS Location from the web
7 Get GRASS Location from an URL or file path
8
10 general, data, download, import
11
13 g.download.location
14 g.download.location --help
15 g.download.location url=string [name=name] [path=path] [--help]
16 [--verbose] [--quiet] [--ui]
17
18 Flags:
19 --help
20 Print usage summary
21
22 --verbose
23 Verbose module output
24
25 --quiet
26 Quiet module output
27
28 --ui
29 Force launching GUI dialog
30
31 Parameters:
32 url=string [required]
33 URL of the archive with a location to be downloaded
34 URL of ZIP, TAR.GZ, or other similar archive
35
36 name=name
37 Location name
38 Location name (not location path)
39
40 path=path
41 GRASS GIS database directory
42 Default: path to the current GRASS GIS database
43
45 g.download.location downloads an archived (e.g., .zip or .tar.gz) loca‐
46 tion from a given URL and unpacks it to a specified or current GRASS
47 GIS Spatial Database. URL can be also a local file on the disk. If
48 the archive contains a directory which contains a location, the module
49 will recognize that and use the location automatically. First direc‐
50 tory which is a location is used. Other locations or any other files
51 are ignored.
52
54 g.mapset, g.mapsets, r.proj, v.proj, g.proj.all
55
57 Vaclav Petras, NCSU GeoForAll Lab
58
60 Available at: g.download.location source code (history)
61
62 Accessed: Saturday Oct 28 18:19:19 2023
63
64 Main index | General index | Topics index | Keywords index | Graphical
65 index | Full index
66
67 © 2003-2023 GRASS Development Team, GRASS GIS 8.3.1 Reference Manual
68
69
70
71GRASS 8.3.1 g.download.location(1)