Re: Alternative to r.median for GRASS 7.x?

Nikos Alexandris <[email protected]>
Newsgroups gmane.comp.gis.grass.user
Message-ID <[email protected]>
Thanks!

A somewhat longer example to get percentiles 1, 99 and the median:

for MAP in `t.rast.list -u aggregates_median column=name` ;do for P in 1 50 99 ;do r.stats.quantile cover=$MAP base=landcover percentile=${P} output=landcover_${MAP}_percentile_${P}_categories -r ;done ;done
for MAP in `t.rast.list -u aggregates_median column=name` ;do for P in 1 50 99 ;do r.stats.quantile cover=$MAP base=landcover percentile=${P} output=landcover_${MAP}_percentile_${P} ;done ;done

Nikos

* Anna Petrášová <[email protected]> [2018-01-26 17:53:36 -0500]:

>r.stats.quantile should work:
>
>https://grass.osgeo.org/grass72/manuals/r.stats.quantile.html

_______________________________________________
grass-user mailing list
[email protected]
https://lists.osgeo.org/mailman/listinfo/grass-user
signature.asc (application/pgp-signature, 228 B)
-----BEGIN PGP SIGNATURE-----

iHUEAREKAB0WIQRvnUUG88ooOAl00xqQU1NLaTxPswUCWm5WAAAKCRCQU1NLaTxP
s68AAP9l7Avrpez/90CLKQerv+8ggHeU+yFiv1p4ZKaPboqkMAEAhW4mZVvN3B7+
vnP/x3f2NIZq5u7TzGDeV5p/BVdu3+o=
=USV+
-----END PGP SIGNATURE-----
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.