Skip to content

Commit

Permalink
v.neighbors: add aggegate statistics on attribute colum [NEW FUNCTION…
Browse files Browse the repository at this point in the history
…ALITY] (#534)

* v.neighbors: add aggegate statistics on attibute colum

* Update vector/v.neighbors/v.neighbors.html

Co-Authored-By: Markus Neteler <neteler@gmail.com>

* v.neighbors: fix bug when no overlap between region and input vector

* Bail out earlier when points fall outside of region + man page improvements

* Integrate check of data type to determine output raster type

* Deleting empty lines

Co-authored-by: Markus Neteler <neteler@gmail.com>
  • Loading branch information
mlennert and neteler committed May 20, 2020
1 parent 2b793fc commit 00d12a7
Show file tree
Hide file tree
Showing 3 changed files with 335 additions and 71 deletions.
5 changes: 3 additions & 2 deletions vector/v.neighbors/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ MODULE_TOPDIR = ../..

PGM = v.neighbors

LIBES = $(VECTORLIB) $(RASTERLIB) $(GISLIB)
DEPENDENCIES = $(VECTORDEP) $(RASTERDEP) $(GISDEP)
LIBES = $(VECTORLIB) $(RASTERLIB) $(STATSLIB) $(DBMILIB) $(GISLIB)
DEPENDENCIES = $(VECTORDEP) $(RASTERDEP) $(STATSDEP) $(DBMIDEP) $(GISDEP)

EXTRA_INC = $(VECT_INC)
EXTRA_CFLAGS = $(VECT_CFLAGS)

Expand Down

0 comments on commit 00d12a7

Please sign in to comment.