Opened 8 years ago

Closed 6 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: grass-dev@…
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 sbl, 8 years ago

Milestone: 7.0.37.0.4

comment:2 by martinl, 8 years ago

Milestone: 7.0.47.0.5

comment:3 by neteler, 8 years ago

Milestone: 7.0.57.0.6

comment:4 by neteler, 6 years ago

Milestone: 7.0.67.0.7

comment:5 by sbl, 6 years ago

Resolution: wontfix
Status: newclosed

Closing as wontfix. Too much of a corner case...

Note: See TracTickets for help on using tickets.