#3860: GRASS GIS producing different slope than GDAL
------------------------+-------------------------
Reporter: mazingaro | Owner: grass-dev@…
Type: defect | Status: reopened
Priority: normal | Milestone: 7.6.2
Component: Raster | Version: unspecified
Resolution: | Keywords: slope
CPU: x86-64 | Platform: Linux
------------------------+-------------------------
Comment (by mankoff):
Running `r.univar` at the region resolution (as above) or at the raster
resolution:
{{{
for r in $(g.list mapset=. type=raster); do
g.region raster=${r} -a
(echo -n "${r} "; r.univar ${r} | grep range)
done | sort | tac
}}}
Does not change anything.
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3860#comment:15>
GRASS GIS <https://grass.osgeo.org>
_______________________________________________
grass-dev mailing list
[email protected]
https://lists.osgeo.org/mailman/listinfo/grass-dev