Re: [GRASS-user] Speaking of starspan...

2008-07-31 Thread Jachym Cepicky
Hi, nearly everybody would be interested, but nearly nobody has own time for help. In case, nobody should write you directly, just have a look at GRASS modules examples, they are IMHO very illustrative: http://trac.osgeo.org/grass/browser/grass/trunk/doc/vector http://trac.osgeo.org/grass/browser

Re: [GRASS-user] crossing XY points over a raster map

2008-07-31 Thread Jachym Cepicky
import the ascii table with v.in.ascii [1] store the values from raster to the new vector file database with v.what.rast [2] [1] http://grass.osgeo.org/grass64/manuals/html64_user/v.in.ascii.html [2] http://grass.osgeo.org/grass64/manuals/html64_user/v.what.vect.html j 2008/8/1 Milton Cezar Ri

Re: [GRASS-user] using v.digit with translucent background

2008-07-31 Thread Hamish
Juan Manuel Barreneche: > i want to use v.digit with two overlayed raster maps, both of which > cover the entire area i'm working, so i need the raster "on top" be > translucent to some extent (say, %50 opacity) > > is there a way to do that with the bgcmd argument of v.digit? try using d.shademap

[GRASS-user] crossing XY points over a raster map

2008-07-31 Thread Milton Cezar Ribeiro
Dear all, I have a raster map on GRASS and a table (in ascii format) with XY coordinates. I would like to know how can I import these XY points in my grass database, and hown can I proceed to overlap my points over my raster map and aquire the raster value as an attribut of my XY points. Any help

[GRASS-user] Speaking of starspan...

2008-07-31 Thread Jonathan Greenberg
We've updated/fixed/improved starspan over the past few months, and even began to create a grass interface for it: http://starspan.casil.ucdavis.edu/doku/doku.php?id=grass Unfortunately, our amazing programmer Carlos Rueda has left for greener pastures (congrats to Carlos on his new job!), so

Re: [GRASS-user] Using GIMPs Fuzzy Select tool on orthophotos (geotiff)

2008-07-31 Thread Jonathan Greenberg
Nikos: Have you checked out any of the new minirasterstrip features in starspan yet? It takes vector data (any format that OGR supports), extracts a window (user defined size) around the vector out of a set of rasters (anything that GDAL supports), compiles it into a single image, and ref

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

2008-07-31 Thread Brian Clark
Glynn Clements wrote: Brian Clark wrote: Thanks Glynn, I'm finally getting back to this - more errors I'm afraid... make INSTALL=`pwd`/install-sh Also, the Makefile was setting incorrect permissions on install-sh (744 instead of 755), so it was only executable for t

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

2008-07-31 Thread Glynn Clements
Brian Clark wrote: > Thanks Glynn, > I'm finally getting back to this - more errors I'm afraid... > > make INSTALL=`pwd`/install-sh > > > > Also, the Makefile was setting incorrect permissions on install-sh > > (744 instead of 755), so it was only executable for the owner. > > After chmod 7

[GRASS-user] Using GIMPs Fuzzy Select tool on orthophotos (geotiff)

2008-07-31 Thread Nikos Alexandris
Apologies for cross-posting. Can someone tell me why I should NOT use GIMPs "Fuzzy Select" tool to select various "features" from an image (e.g. orthophoto), save selection in a new file, add geo-metadata from the original image [1] and continue my work in GRASS? It works so nice! Could a tool l

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

2008-07-31 Thread Brian Clark
Thanks Glynn, I'm finally getting back to this - more errors I'm afraid... Glynn Clements wrote: 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) $(DATET

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

2008-07-31 Thread Nikos Alexandris
On Thu, 2008-07-31 at 11:17 -0700, Jonathan Greenberg wrote: > Nikos: > > Performing relative radiometric normalization is a *requirement* of > applying a single classification to multiple images (also for change > detection). Unfortunately, it is not an algorithm that is available (to > m

Re: [GRASS-user] using v.digit with translucent background

2008-07-31 Thread Glynn Clements
Juan Manuel Barreneche wrote: > i want to use v.digit with two overlayed raster maps, both of which cover > the entire area i'm working, so i need the raster "on top" be translucent to > some extent (say, %50 opacity) > > is there a way to do that with the bgcmd argument of v.digit? No. Howeve

Re: [GRASS-user] using v.digit with translucent background

2008-07-31 Thread Tom Russo
On Thu, Jul 31, 2008 at 08:05:56PM +0200, we recorded a bogon-computron collision of the <[EMAIL PROTECTED]> flavor, containing: > Hi, > > 2008/7/31 Juan Manuel Barreneche <[EMAIL PROTECTED]>: > > i want to use v.digit with two overlayed raster maps, both of which cover > > the entire area i'm wo

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

2008-07-31 Thread Jonathan Greenberg
Nikos: Performing relative radiometric normalization is a *requirement* of applying a single classification to multiple images (also for change detection). Unfortunately, it is not an algorithm that is available (to my knowledge), out-of-the-box, on ANY remote sensing platform (GRASS, ENV

Re: [GRASS-user] Georectify problem

2008-07-31 Thread Paulo Marcondes
2008/7/30 Michael Barton <[EMAIL PROTECTED]>: >> >> Michael, any special reason for using -c ? > > I can't remember, but think it was to avoid a situation where someone is > rectifying part of an image and must wait (sometimes for a long time) while > the entire, very large image is rectified. > >

Re: [GRASS-user] using v.digit with translucent background

2008-07-31 Thread Martin Landa
Hi, 2008/7/31 Juan Manuel Barreneche <[EMAIL PROTECTED]>: > i want to use v.digit with two overlayed raster maps, both of which cover > the entire area i'm working, so i need the raster "on top" be translucent to > some extent (say, %50 opacity) > > is there a way to do that with the bgcmd argumen

Re: [GRASS-user] using v.digit with translucent background

2008-07-31 Thread Nikos Alexandris
On Thu, 2008-07-31 at 14:45 -0300, Juan Manuel Barreneche wrote: > hello users! > > i want to use v.digit with two overlayed raster maps, both of which > cover the entire area i'm working, so i need the raster "on top" be > translucent to some extent (say, %50 opacity) > > is there a way to do th

[GRASS-user] using v.digit with translucent background

2008-07-31 Thread Juan Manuel Barreneche
hello users! i want to use v.digit with two overlayed raster maps, both of which cover the entire area i'm working, so i need the raster "on top" be translucent to some extent (say, %50 opacity) is there a way to do that with the bgcmd argument of v.digit? thank you all, Juan __

Re: [GRASS-user] Using i.smap for segmentation only possible?

2008-07-31 Thread Nikos Alexandris
On Thu, 2008-07-31 at 14:18 +0200, Moritz Lennert wrote: > On 31/07/08 12:47, Markus Neteler wrote: > > On Thu, Jul 31, 2008 at 11:39 AM, Nikos Alexandris > > <[EMAIL PROTECTED]> wrote: > >> How could I use i.smap to perform segmentation on an image (e.g. aerial > >> photo) and get the segment only

Re: [GRASS-user] v.in.ogr imports some areas of shapefile twice or more

2008-07-31 Thread Maciej Sieczka
Tim Michelsen pisze: I have a shapefile containing 150 polygons. After importing this shapefile with v.in.ogr and then adding it to a qgis prject I observe that it has more polygons than the original data source. I tested it by overlaying the original shapefile in QGIS as a normal (non-GRAS

Re: [GRASS-user] v.in.ogr imports some areas of shapefile twice or more

2008-07-31 Thread Moritz Lennert
On 31/07/08 10:03, Tim Michelsen wrote: Hello, I have a shapefile containing 150 polygons. After importing this shapefile with v.in.ogr and then adding it to a qgis prject I observe that it has more polygons than the original data source. I tested it by overlaying the original shapefile in QGIS

Re: [GRASS-user] Using i.smap for segmentation only possible?

2008-07-31 Thread Moritz Lennert
On 31/07/08 12:47, Markus Neteler wrote: On Thu, Jul 31, 2008 at 11:39 AM, Nikos Alexandris <[EMAIL PROTECTED]> wrote: How could I use i.smap to perform segmentation on an image (e.g. aerial photo) and get the segment only? Unfortunately I don't have now the GRASS-book with me in which, I rememb

Re: [GRASS-user] Using i.smap for segmentation only possible?

2008-07-31 Thread Markus Neteler
On Thu, Jul 31, 2008 at 11:39 AM, Nikos Alexandris <[EMAIL PROTECTED]> wrote: > How could I use i.smap to perform segmentation on an image (e.g. aerial > photo) and get the segment only? Unfortunately I don't have now the > GRASS-book with me in which, I remember, there was a reference about > that

[GRASS-user] Using i.smap for segmentation only possible?

2008-07-31 Thread Nikos Alexandris
How could I use i.smap to perform segmentation on an image (e.g. aerial photo) and get the segment only? Unfortunately I don't have now the GRASS-book with me in which, I remember, there was a reference about that. Thank you, Nikos ___ grass-user mailin

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

2008-07-31 Thread Nikos Alexandris
After examining the mosaic I found multiple and big differences. I conclude that the producer did not perform any radiometric nor topographic corrections. It is a collage and not a mosaic :-) Is this the way it should be? Thank you, Nikos ___ grass-u

[GRASS-user] v.in.ogr imports some areas of shapefile twice or more

2008-07-31 Thread Tim Michelsen
Hello, I have a shapefile containing 150 polygons. After importing this shapefile with v.in.ogr and then adding it to a qgis prject I observe that it has more polygons than the original data source. I tested it by overlaying the original shapefile in QGIS as a normal (non-GRASS) vector. This is r