Re: [GRASS-user] grass 6.3.0 solaris 10 install errors

2008-07-16 Thread Glynn Clements
Brian Clark wrote: > > I suspect that lib/gis/Makefile needs $(SOCKLIB) added to EXTRA_LIBS: > > > > -EXTRA_LIBS = $(XDRLIB) $(DATETIMELIB) $(INTLLIB) $(MATHLIB) > > +EXTRA_LIBS = $(XDRLIB) $(SOCKLIB) $(DATETIMELIB) $(INTLLIB) $(MATHLIB) > > > > > Thanks Glynn - > I changed the Makefile for li

Re: [GRASS-user] dyld: Library not loaded

2008-07-16 Thread William Kyngesburye
Sorry, I missed your first message. I realize that I include gpsbabel 1.3.4 in my GRASS, though 1.3.5 is in my todo list. I don't think v.in.gpsbabel has a problem, it's gpsbabel itself. When you say you updated to gpsbabel 1.3.5, where did you get it or did you compile from source? It

Re: [GRASS-user] dyld: Library not loaded

2008-07-16 Thread Dwight Needels
on 7/11/08 12:03 PM, Dwight Needels at [EMAIL PROTECTED] wrote: > Hi all, > > I get an error when I try to run v.in.gpsbabel... > > v.in.gpsbabel -t input=/Users/dwight/t_Westfield.gpx output=Westfield > format=gpx > > Loading Tracks from ... > dyld: Library not loaded: /usr/lib/libexpat.1.dyl

Re: [GRASS-user] grass 6.3.0 solaris 10 install errors

2008-07-16 Thread Brian Clark
Glynn Clements wrote: Brian Clark wrote: Ok, got that to work at least once.and moved on to the next set of errors... and after make, then cd to first directory in error list -> make: gcc -L/wattemp/GRASS/grass-6.3.0/dist.sparc-sun-solaris2.10/lib -Wl,-R,/wattemp/GRASS/grass-6.3.0/di

Re: [GRASS-user] Re: make a raster index in GRASS

2008-07-16 Thread Jamie Adams
Thanks for the tip. I ended up using FWTools on linux w/ Grass support and gdaltindex worked fine. -Jamie On Wed, Jul 16, 2008 at 6:07 AM, G. Allegri <[EMAIL PROTECTED]> wrote: > In case you have compiled gdal with grass support you could access > grass rasters directly from gdaltindex, pointin

Re: [GRASS-user] building grass6.3.x testing version

2008-07-16 Thread Salvator*eL*arosa
Martin Landa-2 wrote: > > Hi, > > BTW, building GRASS from the source I would recommend you to use > grass64 rather than grass63... > > http://trac.osgeo.org/grass/wiki/DownloadSource#GRASS6.4 > > Martin > > > OK, I have followed your advice, building the versione 6.4, and all works fine

[GRASS-user] intersection of line-data and grid

2008-07-16 Thread SGW00412
Hi all. I am a beginner of grass-GIS. I want to divide line data with a grid. I want to find the length of line data divided by every grid afterwards. Finally, I want to do a raster display of the length of line data every grid. For example, river line with a grid. For example, road line with a g

[GRASS-user] Workflow of a classification project with orthophotos

2008-07-16 Thread Nikos Alexandris
Dear GRASSers, I would like to have a confirmation that my feet are on the ground when I try to realise the following work-flow with G-FOSS. I want to classify forest gaps out of orthophotos (...actually it's not my job but I want to help somebody who intented to do all by hand or accept what "oth

Re: [GRASS-user] r.plane azimuth confusion

2008-07-16 Thread Maris Nartiss
Hello, that's strange. I used 6.3.0 (Gentoo portage) and I got different results with spearfish60 dataset: azimuth=90 - dips to east; azimuth=180 - dips to south. It's not counter-clockwise as help page suggests and not same results You got. Can You make same checks with spearfish dataset? Maris

Re: [GRASS-user] Re: make a raster index in GRASS

2008-07-16 Thread G. Allegri
In case you have compiled gdal with grass support you could access grass rasters directly from gdaltindex, pointing to the cellhd files. 2008/7/16 Ivan Shmakov <[EMAIL PROTECTED]>: >> Jamie Adams <[EMAIL PROTECTED]> writes: > > > Hello all, I'd like to generate a raster index polygon file, ju

Re: [GRASS-user] random raster map

2008-07-16 Thread Maris Nartiss
If You are interested in random surface (all cells with random values) You can use r.mapcalc rand(min, max) or r.random.cells or r.random.surface etc. To get raster with random POINTS use r.random and provide random SURFACE map as input for resulting point values. Like this: r.mapcalc rsurf=rand(m