AddOns/GRASS 7/general

From GRASS-Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
git clone https://github.com/OSGeo/grass-addons.git

g.cloud

Connects GRASS session with another one in a cluster system.

Source code: https://github.com/OSGeo/grass-addons/tree/master/grass7/general/g.cloud/

g.compare.md5

g.md5sum is a module that checks if two GRASS maps are identical. It uses the MD5 cryptographic hash function. For vector map layers it does not check if the attribute table(s) are identical, too.

Source code: https://github.com/OSGeo/grass-addons/tree/master/grass7/general/g.compare.md5/

g.copyall

g.copyall copies maps/files of a specified from a selected mapset to the current working mapset. All maps/files can be copied or a subset of maps/files specified by a wildcard pattern or regular expression. Optionally, a prefix can be added to all files copied and vector topology can be rebuilt to match currently running version of GRASS.

Source code: https://github.com/OSGeo/grass-addons/tree/master/grass7/general/g.copyall/

g.isis3mt

g.isis3mt Generates an ISIS3 map template file according to the current GRASS projection parameters

Source code: https://github.com/OSGeo/grass-addons/tree/master/grass7/general/g.isis3mt/

g.proj.all

g.proj.all reprojects all raster and vector maps from given location and mapset to the current mapset. If flag r is set, current computational region is used for raster maps reprojection. Otherwise, each raster map is reprojected to its bounds, ignoring computational region in the current mapset. Modules r.proj and v.proj are used for reprojecting.

Source code: https://github.com/OSGeo/grass-addons/tree/master/grass7/general/g.proj.all/

g.rename.many

g.rename.many renames multiple maps at once using g.rename module. Old and new names are read from a text file. The file format is a simple CSV (comma separated values) format with no text delimiter (e.g. no quotes around cell content). Comma is a default cell delimiter but it can be changed to anything.

Source code: https://github.com/OSGeo/grass-addons/tree/master/grass7/general/g.rename.many/