.. _GRASSdatabase-label: GRASS database management ========================= PyGRASS implements the classes described below: * :class:`~pygrass.gis.Gisdbase` * :class:`~pygrass.gis.Location` * :class:`~pygrass.gis.Mapset` * :class:`~pygrass.gis.VisibleMapset` 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-label: Region management ================= The :class:`~pygrass.gis.region.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 :mod:`~pygrass.gis` module.