logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

g.download.project - Download GRASS project from the web

Author

       Vaclav Petras, NCSU GeoForAll Lab

Description

g.download.project  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.

Examples

DownloadthefullGRASSGISsampleprojectwithinarunningsession
       Download and unpack the full North Carolina sample project into the user’s HOME directory:
       g.download.project url=https://grass.osgeo.org/sampledata/north_carolina/nc_spm_full_v2alpha2.tar.gz path=$HOME

   DownloadthefullGRASSGISsampleprojectinatemporarysession
       In a temporary session, download and unpack the full North Carolina sample project into the  user’s  HOME
       directory:
       grass --tmp-project XY --exec g.download.project url=https://grass.osgeo.org/sampledata/north_carolina/nc_spm_full_v2alpha2.tar.gz path=$HOME

Keywords

       general, data, download, import

Name

g.download.project  - Download GRASS project from the web
       Get GRASS project from an URL or file path

See Also

g.mapset,g.mapsets,r.proj,v.proj,g.proj.all

Source Code

       Available at: g.download.project source code (history)

       Accessed: Friday Apr 04 01:21:11 2025

       Main index | General index | Topics index | Keywords index | Graphical index | Full index

       © 2003-2025 GRASS Development Team, GRASS GIS 8.4.1 Reference Manual

GRASS 8.4.1                                                                           g.download.project(1grass)

Synopsis

g.download.projectg.download.project--helpg.download.projecturl=string  [name=name]   [path=path]   [--help]  [--verbose]  [--quiet]  [--ui]

   Flags:--help
           Print usage summary

       --verbose
           Verbose module output

       --quiet
           Quiet module output

       --ui
           Force launching GUI dialog

   Parameters:url=string[required]
           URL of the archive with a project 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

See Also