GRASS database management

PyGRASS implements the classes described below:

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

Region management

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

The classes are part of the gis module.