Re: [GRASS-user] v.split: Strange behaviour

2008-02-21 Thread Craig Leat
Jachym Cepicky wrote: hi, what about v.edit ? # new file with vertexes v.to.points in=roads out=tmp -v # copy original file g.copy vect=roads,myroads # run v.edit for line in `v.out.ascii tmp`; do eval `echo $line|sed -e s/^/x=/ -e s/|/; y=/ -e s/|.*//`; echo $line;

Re: [GRASS-user] automating map production in Grass

2008-02-21 Thread Moritz Lennert
On 21/02/08 00:08, Alysson Whitlam wrote: Hi, I am just beginning to work with Grass, although I am fairly experienced with ArcGIS, including scripting for map production and geoprocessing (Python and VBA). Basically, I am looking to automate map production in Grass, using a script (Python

Re: [GRASS-user] d.rast.edit does not save edited cells (?)

2008-02-21 Thread Nikos Alexandris
No errors! Hmmm... ! I though that it works as follows (and did): 1. Open a raster and give a name for the new raster (open a raster with areas, all having the same value 5) 2. edit, save, exit (I erased lots of pixels from various areas by assigning the * -- that is NULL, no?) 3. load the NEW

Re: [GRASS-user] d.rast.edit does not save edited cells (?)

2008-02-21 Thread Nikos Alexandris
O! I got it! It's the * I am using. With the value 66 for example it worked! But why not with *. It's a perfect tool if one needs to manually correct some details. And why not having a magic key with which one can fly over pixels with the mouse pointer and assign new values instead of

Re: [GRASS-user] user

2008-02-21 Thread Moritz Lennert
On 19/02/08 09:49, Philipp Steigenberger wrote: Raonel schrieb: Soy nuevo en el mundo de grass y estoy muy interesado en aprender a usarlo. Toda la informacion que me puedan enviar, se lo voy a agradecer Aqui hay un Wiki: http://grass.gdf-hannover.de/wiki/Main_Page Allá un FAQ (P+F)

Re: [GRASS-user] Questions: Clipping polygon layer to the outer boundary of another layer...

2008-02-21 Thread Moritz Lennert
On 13/02/08 12:48, Hamish wrote: Rick Reeves wrote: I'm using v.in.ogr to clip a polygon set (in this case, county boundaries) to the boundary of a (rectangular) raster image. As far as I know, this is the only way to do this; I tried to create a new location with the same boundaries and

Re: [GRASS-dev] Re: [GRASS-user] V.extrude... confused

2008-02-21 Thread Moritz Lennert
On 13/02/08 22:31, Markus Neteler wrote: On Feb 13, 2008 10:06 PM, Michael Barton [EMAIL PROTECTED] wrote: On Feb 13, 2008, at 1:45 PM, Sampson, David wrote: ... I guess I was expecting to see a 3D object afterwords. I have to turn on faces to see anything and still I only see lines. Do I

[GRASS-user] Wiki Natural Hazards

2008-02-21 Thread Massimiliano Cannata
FYI I've just populated the wiki page related to Natural Hazard in the application section. This page could be an opportunity for users working in environmental modelling, natural hazard, risk assessment, and others to collaborate in creating a review of existing models, procedures, and works.

RE: [GRASS-user] circular neighborhoods?

2008-02-21 Thread Patton, Eric
I was thinking about the circular neighborhoods that r.neighbors use. How exactly are they shaped? I mean, in a 3x3 window, does the circular one looks like a cross? and then it start to look more like a circle as the size increases? As far as I understand it, A 3x3 window would look like this:

Re: [GRASS-user] gpsbabel and garmin_txt, v.in.garmin, v.in.gpsbabel - with garmin etrex

2008-02-21 Thread Philipp Steigenberger
The gpsbabelproblem is solved. I attach the correspondence. Neverthelesss I still hope for answers of the GRASS-related questions. Robert Lipe schrieb: On Thu, Feb 21, 2008 at 10:11 AM, Philipp Steigenberger [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: cause I read in

Re: [GRASS-user] circular neighborhoods?

2008-02-21 Thread Carlos Guâno Grohmann
Yes, Eric, that is what it does for a _square_ neighborhood. I am a little confuse about the actual shape of the _circular_ neighborhood. using your examples: will a 3x3 circular neighborhood look like this:? ---o--- o-X-o ---o--- and a 5x5? ---o-o-o--- o-o-o-o-o o-o-X-o-o o-o-o-o-o

Re: [GRASS-user] circular neighborhoods?

2008-02-21 Thread Tom Russo
On Thu, Feb 21, 2008 at 03:11:43PM -0300, we recorded a bogon-computron collision of the [EMAIL PROTECTED] flavor, containing: Yes, Eric, that is what it does for a _square_ neighborhood. I am a little confuse about the actual shape of the _circular_ neighborhood. using your examples:

Re: ODP: [GRASS-user] tiger and wxgrass prolem

2008-02-21 Thread Adam Dershowitz
I had the same problem. What worked for me, with Grass 6.3RC4 installed in Applications was to do this at the command line: sudo cp /Applications/GRASS-6.3.app/Contents/MacOS/etc/wx/gui_modules/ grass-interface.dtd /Applications/GRASS-6.3.app/Contents/MacOS/etc/ grass-interface.dtd --Adam

RE: [GRASS-user] circular neighborhoods?

2008-02-21 Thread Patton, Eric
So in a 3x3 example, neighborhoodSize=3, neighborhoodDistance=1, and your first diagram has os where the mask is true. The corners of the square wouldn't be in the mask (as in Eric's 3x3), because those points would have the left hand side of the inequality equal to 2, making the mask false. I

Re: [GRASS-user] circular neighborhoods?

2008-02-21 Thread Carlos Guâno Grohmann
Thanks for the quick answer Tom. Carlos On Thu, Feb 21, 2008 at 3:52 PM, Tom Russo [EMAIL PROTECTED] wrote: On Thu, Feb 21, 2008 at 03:11:43PM -0300, we recorded a bogon-computron collision of the [EMAIL PROTECTED] flavor, containing: Yes, Eric, that is what it does for a _square_

Re: [GRASS-user] Interpolation with faultlines?

2008-02-21 Thread Carlos Guâno Grohmann
The attached picture is a sketch I made based on what I remember from a conference, long time ago, about some software that did interpolate with faultlines and how it worked. Carlos On Thu, Feb 21, 2008 at 4:42 PM, Maciej Sieczka [EMAIL PROTECTED] wrote: Moritz Lennert pisze: On 13/02/08

Re: [GRASS-user] automating map production in Grass

2008-02-21 Thread Glynn Clements
Alysson Whitlam wrote: I am just beginning to work with Grass, although I am fairly experienced with ArcGIS, including scripting for map production and geoprocessing (Python and VBA). Basically, I am looking to automate map production in Grass, using a script (Python or Perl preferably?). (I

Re: [GRASS-user] d.rast.edit does not save edited cells (?)

2008-02-21 Thread Glynn Clements
Nikos Alexandris wrote: Hmmm... ! I though that it works as follows (and did): 1. Open a raster and give a name for the new raster (open a raster with areas, all having the same value 5) 2. edit, save, exit (I erased lots of pixels from various areas by assigning the * -- that is NULL,

Re: [GRASS-user] d.rast.edit does not save edited cells (?)

2008-02-21 Thread Nikos Alexandris
On Fri, 2008-02-22 at 02:32 +, Glynn Clements wrote: Nikos Alexandris wrote: Hmmm... ! I though that it works as follows (and did): 1. Open a raster and give a name for the new raster (open a raster with areas, all having the same value 5) 2. edit, save, exit (I erased lots

Re: [GRASS-user] Not able to display Raster Image

2008-02-21 Thread Jachym Cepicky
You have to import raster data in GRASS internal database in order, to handle them. you can do this with r.in.gdal command http://grass.osgeo.org/grass63/manuals/html63_user/r.in.gdal.html http://grass.osgeo.org/grass63/manuals/html63_user/helptext.html

[GRASS-user] Re: Does Grass Support The following ???

2008-02-21 Thread Kunal Malik
Hi! 1)... I want to create different layers..on selection user must be able to display layers by checkbox...once user select the checkbox..he is able to see the different layers like roads,rails,river..when he unselect the checkbox..the layers should be removed.,.. 2..) stichining of Maps means

[GRASS-user] Re: Does Grass Support The following ???

2008-02-21 Thread Jachym Cepicky
maybe you do not need grass at all. try to have a look at mapserver (for the server part) and openlayers (for the client part) http://mapserver.gis.umn.edu http://openlayers.org jachym Kunal Malik píše v Pá 22. 02. 2008 v 12:08 +0530: Hi! 1)... I want to create different layers..on

[GRASS-user] Re: Does Grass Support The following ???

2008-02-21 Thread Kunal Malik
ok,,, Jachym . would u please elaborate on this point. Thnks On 2/22/08, Jachym Cepicky [EMAIL PROTECTED] wrote: maybe you do not need grass at all. try to have a look at mapserver (for the server part) and openlayers (for the client part) http://mapserver.gis.umn.edu