GRASS database management

PyGRASS imlements the classes described bellow:

These classes are used to manage the infrastructure of GRASS database: GIS data directory, Location and Mapset. Details about the GRASS GIS database management (locations and mapsets) can be found in the GRASS GIS 7 User’s Manual: GRASS GIS Quickstart.

Region management

The Region class it is useful to obtain information about the computational region and to change it. Details about the GRASS GIS computational region management can be found in the GRASS GIS Wiki: Computational region.

The classes are part of the gis module.