[GRASS-user] Compiling GIPE add-on

2010-06-14 Thread Rebecca Bennett
Hello all, I have been trying to install the GIPE add-on to my version of 6.4 (running on Ubuntu Hardy) for a while now without much success. Having pored over the instructions and various user list messages I have checked out the add ons via svn and edited the file install_yanns_grass.sh to re

[GRASS-user] Raster Import/ crop solution

2010-06-14 Thread Kyaw Moe Aung
Dear Micha and Hamish Thanks for your solution and explanation regarding to raster import. Still i am confusing with rgb file. There are three rgb files that created first then when using i.rectify, another three rgb come with given extension. That make in total 6 files. Then r.composite as another

[GRASS-user] Compiling GRASS on MS-Windows- msysCORE

2010-06-14 Thread Luisa Peña
Greetings I'm installing GRASS following http://trac.osgeo.org/grass/wiki/CompileOnWindows wiki instructions but I having some dififculties in finding *msysCORE-1.0.11-bin *and *Temp bugfix *because the links are dead. can anyone point me where I can find them? Thanks

Re: [GRASS-user] Compiling GRASS on MS-Windows- msysCORE

2010-06-14 Thread Martin Landa
Hi, 2010/6/14 Luisa Peña : > Greetings > I'm installing GRASS following >  http://trac.osgeo.org/grass/wiki/CompileOnWindows wiki instructions but I > having some dififculties in finding msysCORE-1.0.11-bin and Temp > bugfix because the links are dead. can anyone point me where I can find the lin

[GRASS-user] Compiling GRAS on Windows- Log and error

2010-06-14 Thread Luisa Peña
Greetings First of all, Thanks Martin Landa for helping me finding a package that I was not finding :) I have runned and performed all steps from http://trac.osgeo.org/grass/wiki/CompileOnWindows. now I am at 3. To compile, type in MSYS console: cd /osgeo4w/usr/src/grass-6.4xxx (change to dir of

[GRASS-user] Re: Compiling GRAS on Windows- Log and error

2010-06-14 Thread António Rocha
ne of the steps in that compiling for MS-WIndows. __ Information from ESET NOD32 Antivirus, version of virus signature database 5195 (20100614) __ The message was checked by ESET NOD32 Antivirus. http://www.eset.com ___ grass-us

Re: [GRASS-user] Compiling GRAS on Windows- Log and error

2010-06-14 Thread Glynn Clements
Luisa Peña wrote: > Errors in: > > /c/osgeo4w/download/GRASS_snapshot/grass-6.4.svn_src_snapshot_2010_06_12/display/d.grid > /c/osgeo4w/download/GRASS_snapshot/grass-6.4.svn_src_snapshot_2010_06_12/display/d.where This suggests a problem with PROJ. > In case of errors please change into the di

Re: [GRASS-user] Compiling GRAS on Windows- Log and error

2010-06-14 Thread Luisa Peña
Hi >> In case of errors please change into the directory with error and run 'make'. >Please do this. I have done that and I got: make -C r.example MODULE_TOPDIR=/c/osgeo4w/apps/grass/grass-6.4.0svn make: Entering directory `/c/osgeo4w/download/GRASS_snapshot/grass-6.4.svn_src_snapshot_2010_06_12/r

[GRASS-user] Re: Compiling GRAS on Windows- Log and error

2010-06-14 Thread António Rocha
that) By the way, shoudl Luisa change Platform.make from include/make/Platform.make in source code or in the GRASS-desktop that she installed with OSGEO4W? __ Information from ESET NOD32 Antivirus, version of virus signature database 5196 (20100614) __ The message was check

[GRASS-user] Compiling winGRASS with OSGEO4w- #2

2010-06-14 Thread Luisa Peña
About our prevous conversation here goes the compilation of Wingrass with OSGEO4w following a tip from Martin (not installing GRASS desktop from OSGEO4W) 1- I identified the extra modles that GRASS-desktop installation requires and installed only thse (except GRASS_locale and GRASS_gdal). 2- Ru

[GRASS-user] Re: Compiling winGRASS with OSGEO4w- #2

2010-06-14 Thread Luisa Peña
After a few messages exchanged wirh Martin Landa (thanks Martin) I realized that the problem is only with libgrass_display.dll that cannot be found. Is the only problem. Has anyone ever had the same problem? 2010/6/14 Luisa Peña > About our prevous conversation here goes the compilation of Wingr

Re: [GRASS-user] Raster Import/ crop solution

2010-06-14 Thread Micha Silver
On 06/14/2010 02:42 PM, Kyaw Moe Aung wrote: Dear Micha and Hamish Thanks for your solution and explanation regarding to raster import. Still i am confusing with rgb file. There are three rgb files that created first then when using i.rectify, another three rgb come with given extension. That

Re: [GRASS-user] Re: Compiling GRAS on Windows- Log and error

2010-06-14 Thread Hamish
António Rocha wrote: > but, I believe you will have to change grass/include/make > (Platform.make ) in order to be adequate with your > installation. ... > By the way, shoudl Luisa change Platform.make from > include/make/Platform.make in source code or in the > GRASS-desktop that she installed wit

[GRASS-user] random subset in R

2010-06-14 Thread Leonardo Hardtke
Hi list, I'm tryng to do a simple random subset of spatial points in R and don't know how I tried: library(spgrass6) hs=readVECT6("hs...@hot_spot") (3500 point) #SpatialPointDataFrame hs_smpl=spsample(hs, 200, "random") #->SpatialPoints the question is... how do I attach the right data? T

Re: [GRASS-user] Compiling GRAS on Windows- Log and error

2010-06-14 Thread Hamish
Glynn wrote: > > And regarding the r.example I got this: > > > `/c/osgeo4w/download/GRASS_snapshot/grass-6.4.svn_src_snapshot_2010_06_12/raster/r.external' > > r.example > > makefile:10: ../../../include/Make/Module.make: No > such file or directory > > You need to adjust MODULE_TOPDIR in r.exampl

[GRASS-user] NVIZ help: fly keeps resetting/jumping back to center.

2010-06-14 Thread Kwas
Helo, I've used NVIZ in the past and not had this problem but after rebuilding Grass/Nviz for a new system (Slackware 13 64bit) I now find when I try to "fly" to move the landscape it keeps resetting back to its originall position after a few frames.ie: it will start to move in the direction

Re: [GRASS-user] Compiling winGRASS with OSGEO4w- #2

2010-06-14 Thread Glynn Clements
Luisa Peña wrote: > About our prevous conversation here goes the compilation of Wingrass with > OSGEO4w following a tip from Martin (not installing GRASS desktop from > OSGEO4W) > > > 1- I identified the extra modles that GRASS-desktop installation requires > and installed only thse (except GR

Re: [GRASS-user] Compiling GRAS on Windows- Log and error

2010-06-14 Thread Glynn Clements
Luisa Peña wrote: > >> In case of errors please change into the directory with error and > run 'make'. > >Please do this. > I have done that and I got: > make -C r.example MODULE_TOPDIR=/c/osgeo4w/apps/grass/grass-6.4.0svn Wrong directory. I was referring to the others, e.g.: > /c/osgeo4w/downl

[GRASS-user] profile and tangential curvature negative XY coordinates

2010-06-14 Thread Edgar Pimiento
Hello all, I am a new GRASS 6.4 user (1 month). I want to calculate topograhic parameters (profile and tangential curvatures) from a 1-m DEM that has negative XY coordinates (EPSG2446) north -210,000 south -213,000 west -60,500 east -55,500. Resulting rasters have extremely large values. Is it