Re: [GRASS-user] Re: ps.map arrow head

2011-10-31 Thread Vincent Bain
Alexander, thanks for your script. Out of the office for the entire week, I'll give it a try a bit later. My solution was based on a spatialite export of the vector map, then some sql fiddling with vertices coordinates, and finally re-import corrdinates and angles as a point vector. As Hamish

[GRASS-user] How to add new columns of number of nodes and length of line vector ?

2011-10-31 Thread SGW00412
Hi grass users; We traced bird migration by marine radar. By using graphic analyze of radar monitor capture on PC, we had many line vectors of bird flight. I would like to add new columns of the number of node and lenght of line vector, So; v.db.addcol line_db columns=num_node int

re: [GRASS-user] How to add new columns of number of nodes and, length of line vector ?

2011-10-31 Thread Richard Chirgwin
On 1/11/11 5:29 AM, grass-user-requ...@lists.osgeo.org wrote: Message: 3 Date: Mon, 31 Oct 2011 16:18:40 +0900 From:sgw00...@nifty.com Subject: [GRASS-user] How to add new columns of number of nodes and length of line vector ? To:grass-user@lists.osgeo.org

Re: [GRASS-user] Re: r.in.gdal oddity

2011-10-31 Thread Markus Metz
Helmut Kudrnovsky wrote: I am importing worldclim .asc files from the ipcc4 simulations (http://ccafs-climate.org/). These are latlong files with a global extent. I have compiled grass 6.4.2svn from source on ubuntu 11.10 and hope that I did everything correctly, according to the wiki. When

Re: [GRASS-user] r.in.gdal/HF2/HFZ problem

2011-10-31 Thread Markus Metz
On Sun, Oct 30, 2011 at 4:23 PM, Markus Neteler nete...@osgeo.org wrote: On Fri, Oct 28, 2011 at 5:21 PM, Duffy, Garret garret.du...@nuigalway.ie wrote: Hi, I'm running grass 6.2 and I've updated gdal to version 1.8.1 in order to import HF2/HFz files into grass %r.in.gdal -f Supported

Re: [GRASS-user] import tif error: bytes do not match file size

2011-10-31 Thread Markus Metz
rookie wrote: Hi, all - I'm TRYING to classify an aerial image via feature extraction. Problem is, I'm new to grass and can't figure out how to import an image! I'm doing this via the gui (layer manager) - no time to play with code. :( I have a projected tif w/ a tfw. It has three bands.

Re: [GRASS-user] using a vector map as target map for raster map to georectify

2011-10-31 Thread Markus Metz
On Sat, Oct 29, 2011 at 11:25 AM, Moritz Lennert mlenn...@club.worldonline.be wrote: On 27/10/11 21:10, Moritz Lennert wrote: Hello, Trying to use the georeferencing tool in 6.4.1, I have the following question: is it possible to define a vector map as target map when georeferencing a

Re: [GRASS-user] using a vector map as target map for raster map to georectify

2011-10-31 Thread Moritz Lennert
On 31/10/11 10:08, Markus Metz wrote: On Sat, Oct 29, 2011 at 11:25 AM, Moritz Lennert mlenn...@club.worldonline.be wrote: On 27/10/11 21:10, Moritz Lennert wrote: Hello, Trying to use the georeferencing tool in 6.4.1, I have the following question: is it possible to define a vector map as

Re: [GRASS-user] using a vector map as target map for raster map to georectify

2011-10-31 Thread Markus Metz
On Mon, Oct 31, 2011 at 11:22 AM, Moritz Lennert mlenn...@club.worldonline.be wrote: On 31/10/11 10:08, Markus Metz wrote: On Sat, Oct 29, 2011 at 11:25 AM, Moritz Lennert mlenn...@club.worldonline.be  wrote: On 27/10/11 21:10, Moritz Lennert wrote: Hello, Trying to use the

Re: [GRASS-user] Exporting Raster map with a GRASS colortable

2011-10-31 Thread Christian Röttger
Am 30.10.2011 19:47, schrieb Markus Neteler: On Fri, Oct 28, 2011 at 1:10 PM, Helena Herrera helenaherrera1...@gmail.com wrote: Greetings I just want to confirm this: Is it possible to export a GRASS raster map to Geotiff format and maintain its color table (e.g. NDVI)? Geotiff does not

[GRASS-user] Re: How to add new columns of number of nodes and length of line vector ?

2011-10-31 Thread SGW00412
Dear Richard and all Yasuo - For length: v.to.db map=line_db option=length units=k column=length This would put the length of the line into the column, in kilometers. If you want some other unit, check v.to.db --help to choose the right parameter. Thank you for useful adivece! I

[GRASS-user] Using r.proj

2011-10-31 Thread Helena Herrera
Hi Just one question (to more experienced users of this tool): Which is the best method to use for products such as LAI, NDVI of fPAR? Neares neighbor or cubic? Thanks HElena ___ grass-user mailing list grass-user@lists.osgeo.org

Re: [GRASS-user] using a vector map as target map for raster map to georectify

2011-10-31 Thread Moritz Lennert
On 31/10/11 11:34, Markus Metz wrote: On Mon, Oct 31, 2011 at 11:22 AM, Moritz Lennert mlenn...@club.worldonline.be wrote: On 31/10/11 10:08, Markus Metz wrote: On Sat, Oct 29, 2011 at 11:25 AM, Moritz Lennert mlenn...@club.worldonline.bewrote: On 27/10/11 21:10, Moritz Lennert wrote:

Re: [GRASS-user] Exporting Raster map with a GRASS colortable

2011-10-31 Thread Markus Neteler
On Mon, Oct 31, 2011 at 11:33 AM, Christian Röttger chris.roett...@uni-muenster.de wrote: i just asked me the same question. Which is the best way to export a NDVI from GRASS (to GeoServer) ? Which format is best? Maybe this table is useful to decide: GIS Raster Benchmark: comparative

Re: [GRASS-user] Using r.proj

2011-10-31 Thread ahmadou dicko
Hi Helena I'm probably not what we can call an experienced users but the combo : resampling to higher resolution (g.region) + nearest neighbourgh (r.proj) + r.resamp.stats to match the default res works great for me Ahmadou 2011/10/31 Helena Herrera helenaherrera1...@gmail.com Hi Just

Re: [GRASS-user] Re: r.in.gdal oddity

2011-10-31 Thread Brian Oney
Hi Markus M, Thanks, it works. Cooking with gas now. It is still odd though. It is not just an imprecision I am afraid. When I said skinny, I was being modest. If you look a bit closer, it is not a minor error in import. The map (and the rest as well) is w=-180 e=-179.999... and north and

Re: [GRASS-user] Re: r.in.gdal oddity

2011-10-31 Thread Markus Metz
Brian Oney wrote: Hi Markus M, Thanks, it works. Cooking with gas now. So the import with the corrected raster is ok, i.e. is of global (-180 to 180 E, -60 to 90 N) extent? It is still odd though. It is not just an imprecision I am afraid. When I said skinny, I was being modest. If you look

Re: [GRASS-user] Re: r.in.gdal oddity

2011-10-31 Thread Brian Oney
Yes, everything works great. Thanks again. Ok, good to know. Yeah, the algorithm could be improved I guess. But, the improvement that I would suggest is supposed to be the -l flag, right? Just force it to be 180W and 180E... I thought (the -l flag) it is just a recent addition to GRASS 6.4,