pygrass_gis.rst 999 B

12345678910111213141516171819202122232425262728293031
  1. .. _GRASSdatabase-label:
  2. GRASS database management
  3. =========================
  4. PyGRASS imlements the classes described bellow:
  5. * :class:`~pygrass.gis.Gisdbase`
  6. * :class:`~pygrass.gis.Location`
  7. * :class:`~pygrass.gis.Mapset`
  8. * :class:`~pygrass.gis.VisibleMapset`
  9. These classes are used to manage the infrastructure of GRASS database:
  10. GIS data directory, Location and Mapset. Details about the GRASS GIS
  11. database management (locations and mapsets) can be found in the `GRASS
  12. GIS 7 User's Manual: GRASS GIS Quickstart
  13. <https://grass.osgeo.org/grass79/manuals/helptext.html>`_.
  14. .. _Region-label:
  15. Region management
  16. =================
  17. The :class:`~pygrass.gis.region.Region` class it is useful to obtain
  18. information about the computational region and to change it. Details
  19. about the GRASS GIS computational region management can be found in
  20. the `GRASS GIS Wiki: Computational region
  21. <https://grasswiki.osgeo.org/wiki/Computational_region>`_.
  22. The classes are part of the :mod:`~pygrass.gis` module.