#2443 closed defect (fixed)
r.in.srtm.region add-on updates for 7.1svn
Reported by: | awickert | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.2.0 |
Component: | Addons | Version: | unspecified |
Keywords: | Cc: | ||
CPU: | Unspecified | Platform: | Unspecified |
Description
The simplification in GRASS 7.1 that changes g.list/g.mlist and g.mremove into g.list and g.remove for everything broke some of the functionality of r.in.srtm.region. I've attached a revised file and a list of diffs. My changes check for GRASS version, and while I haven't tested it with 7.0, should allow it to work on both 7.0 and 7.1.
I should note that these changes likely broke other add-ons, but that I am in support of the g.list/g.remove change.
Thanks in advance for updating,
Andy Wickert
Attachments (2)
Change History (5)
by , 10 years ago
Attachment: | r.in.srtm.region.py added |
---|
comment:1 by , 10 years ago
Replying to awickert:
The simplification in GRASS 7.1 that changes g.list/g.mlist and g.mremove into g.list and g.remove for everything broke some of the functionality of r.in.srtm.region. I've attached a revised file and a list of diffs. My changes check for GRASS version, and while I haven't tested it with 7.0, should allow it to work on both 7.0 and 7.1.
Thanks for the patch. I have updated r.in.srtm.region
in r62451. Note that the default is now to import SRTM v3.
comment:2 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks, Markus! Looks good to me, so I am marking this as "resolved".
Updated r.in.srtm.region