J Layug wrote: > Please bear with me as I'm new to GRASS. I want to interpolate > 3D vectors points to create a raster DEM using the natural > neighbor method. Can I compile and run nnbathy 1.96 in windows 7 > as an executable file without using the GRASS GIS platform?
nnbathy does not require GRASS to build or run, they are completely separate. as to if nnbathy can be ported to build on Windows7, I don't know, but I'd note that the configuration script is based on UNIX autoconf, which would suggest MacOSX and Linux as the target platforms. I would guess that you could install Cygwin onto your Windows7 computer and build it in there, but for that some UNIX experience is useful. Alternately you could install Ubuntu in a VirtualBox VM and jump into the virtual machine to do your processing then copy the results file back out to your normal MS Windows environment. good luck, Hamish _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
