|
@@ -1086,7 +1086,7 @@ def list_strings(type, pattern=None, mapset=None, exclude=None, flag=''):
|
|
|
Returns the output from running g.list, as a list of qualified
|
|
|
names.
|
|
|
|
|
|
- :param str type: element type (rast, vect, rast3d, region, ...)
|
|
|
+ :param str type: element type (rast, vect, 3draster, region, ...)
|
|
|
:param str pattern: pattern string
|
|
|
:param str mapset: mapset name (if not given use search path)
|
|
|
:param str exclude: pattern string to exclude maps from the research
|
|
@@ -1117,7 +1117,7 @@ def list_pairs(type, pattern=None, mapset=None, exclude=None, flag=''):
|
|
|
Returns the output from running g.list, as a list of
|
|
|
(name, mapset) pairs
|
|
|
|
|
|
- :param str type: element type (rast, vect, rast3d, region, ...)
|
|
|
+ :param str type: element type (rast, vect, 3draster, region, ...)
|
|
|
:param str pattern: pattern string
|
|
|
:param str mapset: mapset name (if not given use search path)
|
|
|
:param str exclude: pattern string to exclude maps from the research
|
|
@@ -1142,7 +1142,7 @@ def list_grouped(type, pattern=None, check_search_path=True, exclude=None,
|
|
|
>>> list_grouped('vect', pattern='*roads*')['PERMANENT']
|
|
|
['railroads', 'roadsmajor']
|
|
|
|
|
|
- :param str type: element type (rast, vect, rast3d, region, ...) or list of elements
|
|
|
+ :param str type: element type (rast, vect, 3draster, region, ...) or list of elements
|
|
|
:param str pattern: pattern string
|
|
|
:param str check_search_path: True to add mapsets for the search path
|
|
|
with no found elements
|