Opened 6 years ago
Last modified 5 years ago
#3829 new defect
pygrass.gis.Region.from_rast + mapset parameter
Reported by: | pmav99 | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.8.3 |
Component: | PyGRASS | Version: | svn-trunk |
Keywords: | Cc: | ||
CPU: | Unspecified | Platform: | Unspecified |
Description
pygrass.gis.Region.from_rast
's docstring mentions mapset
as a function parameter but it is missing from the function's signature. It should either be added or removed from the docs.
If it is added, it should also be added to Region.from_vect()
.
Note:
See TracTickets
for help on using tickets.
I see "mapset=" present in pygrass/raster/abstract.py
set_region_from_rast()
.