12345678910111213141516171819202122232425262728293031 |
- .. _GRASSdatabase-label:
- GRASS database management
- ===============================
- These classes are used to manage the infrastructure
- of GRASS database: Gisdbase, Location and Mapset
- .. autoclass:: pygrass.gis.Gisdbase
- :members:
- .. autoclass:: pygrass.gis.Location
- :members:
- .. autoclass:: pygrass.gis.Mapset
- :members:
- .. autoclass:: pygrass.gis.VisibleMapset
- :members:
- .. _Region-label:
- Region management
- ======================
- The Region class it is useful to obtain information
- about the computational region and to change it.
- .. autoclass:: pygrass.gis.region.Region
- :members:
|