You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of bug
When using r.import with -e flag the estimated resolution should be obtained, without importing the raster (or rather only temporary).
When applying this for a raster, where no reprojection is required, no estimated resolution is calculated/printed and the temporary import map is kept.
To Reproduce
Steps to reproduce the behavior:
Start a GRASS session within NC SPM sample location (e.g. grass ~/grassdata/nc_spm_08/bug_rimport_eflag -c)
Ensure empty mapset: g.list raster
Estimate resolution only, for data in same projection: r.import input=https://github.com/OSGeo/grass/raw/main/raster/r.in.gdal/testsuite/data/elevation.tif -e
Check, if new raster map in mapset: g.list raster
Bug: See raster maprimport_tmp within mapset + missing message for estimated resolution
Expected behavior
No raster map imported or rather cleaned up in the end + a clear message of estimated/read resolution or a message, that no estimated resolution is/could be calculated.
System description:
Operating System: Linux Mint 21.2 Cinnamon (Cinnamon-Version: 5.8.4)
GRASS GIS version: GRASS 8.4.0dev (2023)
The text was updated successfully, but these errors were encountered:
Description of bug
When using
r.import
with-e
flag the estimated resolution should be obtained, without importing the raster (or rather only temporary).When applying this for a raster, where no reprojection is required, no estimated resolution is calculated/printed and the temporary import map is kept.
To Reproduce
Steps to reproduce the behavior:
grass ~/grassdata/nc_spm_08/bug_rimport_eflag -c
)g.list raster
r.import input=https://github.com/OSGeo/grass/raw/main/raster/r.in.gdal/testsuite/data/elevation.tif -e
g.list raster
rimport_tmp
within mapset + missing message for estimated resolutionExpected behavior
No raster map imported or rather cleaned up in the end + a clear message of estimated/read resolution or a message, that no estimated resolution is/could be calculated.
System description:
The text was updated successfully, but these errors were encountered: