Opened 9 years ago
Closed 7 years ago
#2837 closed defect (wontfix)
r.external writes to other mapsets if used for registering VRT of GRASS rasters
Reported by: | sbl | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.0.7 |
Component: | Default | Version: | unspecified |
Keywords: | r.external | Cc: | |
CPU: | Unspecified | Platform: | Linux |
Description
I tried to use gdalbuildvrt for efficient patching of raster maps.
In "MAPSET_A" i ran:
gdalbuildvrt rsuntest.vrt /LOCATION/MAPSET_B/cellhd/GlobalRadiation_tile_*_day_150 r.external input=rsuntest.vrt output=rsunvrt -o
(MAPSET_B is in the same location).
However, the resulting map got apparently written into "MAPSET_B" (as it was listed there when I tried to display it with d.rast). The map was not displayed correctly (in fact it was not displayed at all). Querying the white display gave me values which were outside the range for the map reported by r.info.
I then tried g.remove in MAPSET_A with neither success nor error message, while I could remove the map from within MAPSET_B.
I used GDAL 1.11 with GDAL-GRASS-plugin and GRASS 7.0.2svn (all self-compiled).
Change History (5)
comment:1 by , 9 years ago
Milestone: | 7.0.3 → 7.0.4 |
---|
comment:2 by , 9 years ago
Milestone: | 7.0.4 → 7.0.5 |
---|
comment:3 by , 8 years ago
Milestone: | 7.0.5 → 7.0.6 |
---|
comment:4 by , 7 years ago
Milestone: | 7.0.6 → 7.0.7 |
---|
comment:5 by , 7 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Closing as wontfix. Too much of a corner case...