Changes between Version 1 and Version 2 of Ticket #2426, comment 12
- Timestamp:
- 07/19/17 05:22:20 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2426, comment 12
v1 v2 4 4 > It is not so easy as nn-c depends on Triange which is not a free software. Thus it would be necessary to rewrite parts of nn-c to use different triangulation code i.e. from v.voronoi module. Feel free to provide code to remove Triange dependency from nn-c and then it can be integrated into GRASS GIS as nn-c license is compatible with GPL. 5 5 6 There was also attempt to use CGDAL (see Adam Laza bachelor thesis from 2015, sorry in Czech only (1)). There were some performance problems with CGAL as far as I remember. 6 There was also attempt to use CGDAL (see Adam Laza bachelor thesis from 2015, sorry in Czech only (1)). There were some performance problems with CGAL as far as I remember. The source code of CGDAL-based experimental module `v.surf.nn` is available online (2). 7 7 8 8 (1) http://geo.fsv.cvut.cz/proj/bp/2015/adam-laza-bp-2015.pdf#page=55 9 (2) http://geo.fsv.cvut.cz/proj/bp/2015/adam-laza-bp-2015.tar.gz