Bug report #13725
Proj/zone missing in GRASS rasters imported in browser
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | Radim Blazek | ||
Category: | GRASS | ||
Affected QGIS version: | 2.12.0 | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 21752 |
Description
Rasters imported in browser using drag and drop do not have set proj/zone. GRASS modules run on such rasters end with error "Raster map <> is in different projection..."
Workaround is to use r.in.gdal to import rasters.
Associated revisions
[GRASS] set proj/zone on imported rasters, fixes #13725
[GRASS] set proj/zone on imported rasters, fixes #13725
(cherry picked from commit 24960da08a566b6c2e15b60c80cad637f800a3e3)
History
#1 Updated by Radim Blazek about 9 years ago
- Status changed from Open to Closed
Fixed in changeset 24960da08a566b6c2e15b60c80cad637f800a3e3.
#2 Updated by Markus Neteler about 9 years ago
Note:
there is also r.import (https://grass.osgeo.org/grass70/manuals/r.import.html), shipped with GRASS GIS 7.0.2+ (for users of earlier 7 versions, it is available as addon).