Re: [GRASS-user] Re: extracting features from DEM: how big DEM?

2009-07-23 Thread Jarek Jasiewicz
no prblem with 2 x 2 but takes lots of time Milton Cezar Ribeiro pisze: By the way, I forgot to comment that my computer is a dell, running vista 64 bits, with 6GB of run. I am also able to run grass (compiled for 64bits) under Ubuntu on same machine. Cheers milton 2009/7/22

Re: [GRASS-user] extracting features from DEM: how big DEM?

2009-07-23 Thread Markus Metz
The upper computational limit of r.watershed and r.terraflow (not 100% sure here, may be higher) is 2,147,483,647 cells. It will take a long time, r.watershed -m much longer than r.terraflow, but both modules will do it. It will be many hours if not some days for a region with 2,147,483,647

Re: [GRASS-user] Building topologically correct stream network

2009-07-23 Thread Markus Metz
Hamish wrote: MMetz: What exactly is wrong with topology? The existence of these dangles? note the v.strahler help page makes special mention that if you used r.watershed you should check the topology. Maybe it makes a bitter deal out of that than is really the case? S: Maybe

[GRASS-user] Displaying thematic vector legend in map display window?

2009-07-23 Thread Sharon M
I've loaded a vector map (MIF/MID format), then created a thematic vector map layer (area) via d.vect.thematic GUI window (Output legend for GIS manager is ticked; save thematic commands is ticked). I've used psmap to create .ps file containing the thematic vector map with it's corresponding

[GRASS-user] v.proj help

2009-07-23 Thread Gustavo Espinoza
Hi, I am trying to make a map of points from a CSV file. I have imported the file using v.in.ascii and the map displays correctly. My problem is that it uses a different coordinate system than another map that I am trying to incorporate it with. I tried to reproject the point map to my other map

Re: [GRASS-user] v.proj help

2009-07-23 Thread Nikos Alexandris
On Thu, 2009-07-23 at 05:45 -0700, Gustavo Espinoza wrote: Hi, I am trying to make a map of points from a CSV file. I have imported the file using v.in.ascii and the map displays correctly. My problem is that it uses a different coordinate system than another map that I am trying to

Re: [GRASS-user] Building topologically correct stream network

2009-07-23 Thread Margherita Di Leo
Hi all Hi Markus, thanks for your answer. I found that the problem is in the topology of the river network. I think that v.strahler produces many '0' because it finds many little 'circles' in the stream vector. I tried to produce the stream network both with r.watershed - r.to.vect and with

Re: [GRASS-user] Re: Building topologically correct stream network

2009-07-23 Thread Margherita Di Leo
Dylan Beaudette wrote: On Tuesday 21 July 2009, Jarek Jasiewicz wrote: BTW I'm about to finish regular grass modue for calculating Strahler Stream order and Shreeve Stream Magnitude. I hope I publish it for testing in next few days. Any help appreciated. I would be happy to help test!

Re: [GRASS-user] Building topologically correct stream network

2009-07-23 Thread ivan marchesini
Hi.. If I well remember, the problems of 0 values in the category data were related to braiding or similar artifacts deriving from rasterization process r.strahler used with threshold not too small should clean network and solve the task... here [1] (in italian.. sorry...) you can find some

Re: [GRASS-user] v.proj help

2009-07-23 Thread Gustavo Espinoza
That worked. Thank you so much I have been working on that for a few days now (I am still very new to GRASS). I appreciate the help. Gustavo -- View this message in context: http://n2.nabble.com/v.proj-help-tp3309360p3309705.html Sent from the Grass - Users mailing list archive at

Re: [GRASS-user] Re: extracting features from DEM: how big DEM?

2009-07-23 Thread Milton Cezar Ribeiro
Hi Jarek, Thanks for the reply! What you means by lots of time? Many hours, many days or weeks? Any comments about Windows vs Linux? cheers milton 2009/7/23 Jarek Jasiewicz jar...@amu.edu.pl no prblem with 2 x 2 but takes lots of time Milton Cezar Ribeiro pisze: By the way, I

Re: [GRASS-user] Building topologically correct stream network

2009-07-23 Thread Markus Metz
Margherita Di Leo wrote: Hi all Hi Markus, thanks for your answer. I found that the problem is in the topology of the river network. I think that v.strahler produces many '0' because it finds many little 'circles' in the stream vector. I tried to produce the stream network both with

Re: [GRASS-user] Building topologically correct stream network

2009-07-23 Thread stephen sefick
Markus I believe that would be invaluable. I will help in anyway that I can. Stephen Sefick On Thu, Jul 23, 2009 at 9:25 AM, Markus Metzmarkus.metz.gisw...@googlemail.com wrote: Margherita Di Leo wrote: Hi all Hi Markus, thanks for your answer. I found that the problem is in the topology

[GRASS-user] d. commands under windows.

2009-07-23 Thread Milton Cezar Ribeiro
Dear all, I have tryed to use some d. series on my windows grass versions (stand alone, or compiled under msys) and I perceived that I can't do that (I am not talking about -wx, but -text and -gui). It is possible run d. series of commands under windows? bests milton

Re: Geocentric Datum of Australia 1994, was - Re: [GRASS-user] Convert OGR vector layer to GRASS vector map

2009-07-23 Thread Paul Kelly
On Thu, 23 Jul 2009, S M wrote: I recently installed winGRASS 6.4.0RC5 (1st time user) and on first start up of winGRASS to explore an Australian MID/MIF data set, I also could not use GDA 1994. I was reviewing the lists to subscribe to when I found the GDA 1994 message on the grass-user list.

[GRASS-user] sigfile structure

2009-07-23 Thread Stefan Sylla
Dear all, I am working on a supervised classification for my Aster satellite images and created some signature files with i.cluster (image-group contains 9 image-bands) with an output like e.g.: #produced by i.cluster #Class 1 7 0.00726695 0.00908388 0.0651311 0.036496 0.0099363 0.021101

[GRASS-user] v.overlay + script

2009-07-23 Thread Giovanni Pasini
Hello everybody, I have a question about v.overlay, (... sorry about my english) Some vect: from=railway (polygon) to=streets (polygon) sn=3 (snap thresold in meters) with railway that run next to a street from streets layer whith some little overlaps and gaps (see:

Re: [GRASS-user] Building topologically correct stream network

2009-07-23 Thread Jarek Jasiewicz
Markus Metz pisze: Margherita Di Leo wrote: Hi all Hi Markus, thanks for your answer. I found that the problem is in the topology of the river network. I think that v.strahler produces many '0' because it finds many little 'circles' in the stream vector. I tried to produce the stream

Re: Geocentric Datum of Australia 1994, was - Re: [GRASS-user] Convert OGR vector layer to GRASS vector map

2009-07-23 Thread Markus Neteler
On Thu, Jul 23, 2009 at 5:13 PM, Paul Kelly paul-gr...@stjohnspoint.co.uk wrote: On Thu, 23 Jul 2009, S M wrote: I recently installed winGRASS 6.4.0RC5 (1st time user) and on first start up of winGRASS to explore an Australian MID/MIF data set, I also could not use GDA 1994. I was

[GRASS-user] Weighted Voronoi diagram

2009-07-23 Thread Thomas Wootten
Is there any way to create a Weighted Voronoi Diagram in grass? v.voronoi.* will create ordinary ones, but not weighted. ___ grass-user mailing list grass-user@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-user

Re: [GRASS-user] d. commands under windows.

2009-07-23 Thread Hamish
Milton Cezar Ribeiro wrote: I have tryed to use some d. series on my windows grass versions (stand alone, or compiled under msys) and I perceived that I can't do that (I am not talking about -wx, but -text and -gui). It is possible run d. series of commands under windows? Not directly in