table of contents
g.download.location(1grass) | GRASS GIS User's Manual | g.download.location(1grass) |
NAME¶
g.download.location - Download GRASS Location from
the web
Get GRASS Location from an URL or file path
KEYWORDS¶
general, data, download, import
SYNOPSIS¶
g.download.location
g.download.location --help
g.download.location url=string [name=name]
[path=path] [--help] [--verbose]
[--quiet] [--ui]
Flags:¶
Parameters:¶
- url=string [required]
-
URL of the archive with a location to be downloaded
URL of ZIP, TAR.GZ, or other similar archive - name=name
-
Project (location) name
Project name (not path to project) - path=path
-
GRASS GIS database directory
Default: path to the current GRASS GIS database
DESCRIPTION¶
g.download.location downloads an archived (e.g., .zip or .tar.gz) project (previously called location) from a given URL and unpacks it to a specified or current GRASS GIS Spatial Database. URL can be also a local file on the disk. If the archive contains a directory which contains a project, the module will recognize that and use the project automatically. The first directory which is a project is used. Other projects or any other files are ignored.
SEE ALSO¶
g.mapset, g.mapsets, r.proj, v.proj, g.proj.all
AUTHOR¶
Vaclav Petras, NCSU GeoForAll Lab
SOURCE CODE¶
Available at: g.download.location source code (history)
Accessed: Thursday Aug 01 05:17:16 2024
Main index | General index | Topics index | Keywords index | Graphical index | Full index
© 2003-2024 GRASS Development Team, GRASS GIS 8.4.0 Reference Manual
GRASS 8.4.0 |