[GRASS-user] vector point density
Dylan Beaudette
dylan.beaudette at gmail.com
Wed Oct 24 13:34:26 EDT 2007
On Wednesday 24 October 2007, Dr. Manuel Seeger wrote:
> Hello!
> I'm working with terrestrial laser scanning data and have built up a DEM
> of a Gully system with IDW. Now, I would like to know the density of
> points in each cell!
>
> How can I get this?
>
> Thanks for hints!
> Manuel
Couple ways to do this.
1. v.kernel ... but this counts up points within a gaussian (?) kernel
2. r.in.xyz method=n on the original data
3. v.mkgrid + v.select ?
4. use the grid from above example, import into PostGIS along with points.
perform intersection and aggregate based on grid cell, counting the number of
points which are associated with.
cheers,
Dylan
--
Dylan Beaudette
Soil Resource Laboratory
http://casoilresource.lawr.ucdavis.edu/
University of California at Davis
530.754.7341
More information about the grass-user
mailing list