GRASS logo

NAME

r.import.gong_lc - Downloads and imports Gong et al. global land cover raster map.

KEYWORDS

raster, import, land cover, classification

SYNOPSIS

r.import.gong_lc
r.import.gong_lc --help
r.import.gong_lc [-r] output=name [directory=name] [memory=memory in MB] [--overwrite] [--help] [--verbose] [--quiet] [--ui]

Flags:

-r
Use region resolution instead of input resolution
--overwrite
Allow output files to overwrite existing files
--help
Print usage summary
--verbose
Verbose module output
--quiet
Quiet module output
--ui
Force launching GUI dialog

Parameters:

output=name [required]
Output raster map name for classification map
Name for output raster map
directory=name
Directory path where to download and temporarily store the data. If not set the data will be downloaded to a temporary directory. The downloaded data will be removed after the import
Name of input directory
memory=memory in MB
Maximum memory to be used (in MB)
Cache size for raster rows
Default: 300

Table of contents

DESCRIPTION

r.import.gong_lc downloads and imports the global 10m land cover map generated by Gong et al. 2019 (see below) for the current region. Downloaded data will be deleted after importing to GRASS.

REQUIREMENTS

wget from Python3

pip3 install wget

EXAMPLES

Import 10m classification for current region

r.import.gong_lc output=gong_classification

REFERENCES

SEE ALSO

r.import

AUTHOR

Guido Riembauer, mundialis, Germany

SOURCE CODE

Available at: r.import.gong_lc source code (history)

Accessed: Wednesday Jul 17 09:10:15 2024


Main index | Raster index | Topics index | Keywords index | Graphical index | Full index

© 2003-2024 GRASS Development Team, GRASS GIS 8.5.0dev Reference Manual