Re: [GRASS-user] /usr/lib/grass/scripts/r.in.wms: line 439: /usr/lib/grass/etc/r.in.wms/r.in.gdalwarp: Argument list too long

2009-05-26 Thread Hamish
Hamish wrote: > Download tiles instead for such a big job... then maybe use r.patch > to combine them into 5x5 degree tiles. Processing should be much more > accurate and faster too. (I mean standard SRTM tiles, not precut WMS tiles) > you can set up some wget, curl, lftp, httrack script to down

Re: [GRASS-user] /usr/lib/grass/scripts/r.in.wms: line 439: /usr/lib/grass/etc/r.in.wms/r.in.gdalwarp: Argument list too long

2009-05-26 Thread Hamish
Paulo wrote: > I was starting a project that needed a lot of srtms. > > So I though: Let's use the WMS! > > there I went, set region: > rows: 82800 > cols: 57600 > cells: 476928 that is really really huge. Are you running 64bit ? better would be to do it as a set of smaller

Re: [GRASS-user] v.label.sa out of memory on small vector map.

2009-05-26 Thread Wolf Bergenheim
Hi, Thanks for the report. I'll have to test it. So far I have not run into anything like that. Very interesting indeed. Are the roads very long? Or is there perhaps one very long road? When it generates label candidates it will first create many and select the 32 "best" candidates. This could mak

Re: [GRASS-user] error in ps.map scalebar units argument

2009-05-26 Thread Hamish
Venkatesh wrote: > Any idea about how to change the default browser for GRASS > help in the OSGeo4W GRASS package. does the default work for you? (there is a typo in the current package) see OSGeo4W bug #86 http://trac.osgeo.org/osgeo4w/ticket/86 you need to change the GRASS_HTML_BROWSER varia

Re: [GRASS-user] v.label.sa out of memory on small vector map.

2009-05-26 Thread Markus Neteler
On Tue, May 26, 2009 at 10:44 PM, Tom Russo wrote: > I have just started playing with v.label.sa in GRASS 6.5-svn (last updated > yesterday). > > I had success in getting it to process one fairly large map of US Forest > Service > trail data, but had it run out of memory on a similar map from the

Re: [GRASS-user] /usr/lib/grass/scripts/r.in.wms: line 439: /usr/lib/grass/etc/r.in.wms/r.in.gdalwarp: Argument list too long

2009-05-26 Thread Markus Neteler
On Wed, May 27, 2009 at 12:49 AM, Paulo 'Pmarc' Marcondes wrote: > Hi All, > > I was starting a project that needed a lot of srtms. > > So I though: Let's use the WMS! > > there I went, set region: > > GRASS 6.2.3 (prominence):~/gis > g.region -p > projection: 3 (Latitude-Longitude) > zone:      

Re: [GRASS-user] error in ps.map scalebar units argument

2009-05-26 Thread Venkatesh Raghavan
Hi all, Any idea about how to change the default browser for GRASS help in the OSGeo4W GRASS package. best Venka ___ grass-user mailing list grass-user@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-user

Re: [GRASS-user] error in ps.map scalebar units argument

2009-05-26 Thread maning sambale
Ahh no units option in my grass version: /250k_layout.map + REGION=surigao_test_reg + TITLE=SURIGAO + PCGS=2535 + g.region region=surigao_test_reg res=100 + ps.map out=surigao_test_reg.ps where x y length length height height segment no_segemnts numbers no_labels fontsize fontsize backgro

Re: [GRASS-user] Generate DEM with point and line vector

2009-05-26 Thread Hamish
leonidas wrote: > I need to generate a DEM using a line vector file (contours, > step=20m, some are disjoined) and also combine a second point > vector file with heights.How can I achieve that with Grass? v.to.rast + r.surf.contour > In the contours file there is also the coastline (height=0).Wi

Re: [GRASS-user] grass-python scripting error

2009-05-26 Thread Glynn Clements
Milton Cezar Ribeiro wrote: > and I need to compile the grass (or grass.py) again, or is just update this > file with newst one?! You don't need to compile anything; just update the file. -- Glynn Clements ___ grass-user mailing list grass-user@list

[GRASS-user] /usr/lib/grass/scripts/r.in.wms: line 439: /usr/lib/grass/etc/r.in.wms/r.in.gdalwarp: Argument list too long

2009-05-26 Thread Paulo 'Pmarc' Marcondes
Hi All, I was starting a project that needed a lot of srtms. So I though: Let's use the WMS! there I went, set region: GRASS 6.2.3 (prominence):~/gis > g.region -p projection: 3 (Latitude-Longitude) zone: 0 datum: wgs84 ellipsoid: wgs84 north: 13N south: 56S west: 82

[GRASS-user] v.label.sa out of memory on small vector map.

2009-05-26 Thread Tom Russo
I have just started playing with v.label.sa in GRASS 6.5-svn (last updated yesterday). I had success in getting it to process one fairly large map of US Forest Service trail data, but had it run out of memory on a similar map from the same source of road data. Even trying to run it on a very smal

[GRASS-user] Generate DEM with point and line vector

2009-05-26 Thread leonidas
I need to generate a DEM using a line vector file (contours, step=20m, some are disjoined) and also combine a second point vector file with heights.How can I achieve that with Grass?In the contours file there is also the coastline (height=0).Will that produce any error?Thank you, Leonidas -- View

Re: [GRASS-user] Can this be done in GRASS

2009-05-26 Thread Dylan Beaudette
On Friday 22 May 2009, william told wrote: > Hi, the attached 3D image I believe was generated by software. I was > wondering is someone could tell me if there is a way to create something > similar with GRASS, out of shapefiles (or do I need something more, like an > aerial photo?) Many thanks > B

Re: [GRASS-user] Mouse button functions in Grass 7

2009-05-26 Thread Eric Patton
Martin Landa wrote: > > I can't find any info in the v.digit docs about what the mouse buttons > > actually > > do when digitizing - any hints? > > I guess you are speaking about wx vector digitizer... > > left - select / deselect features > middle - cancel action > right - confirm action > > M

Re: [GRASS-user] error in ps.map scalebar units argument

2009-05-26 Thread Hamish
maning wrote: > GRASS 6.4.svn > ERROR: units kilometers : illegal request (scalebar) that indicates it doesn't understand "units" (as opposed to km,miles,etc qualifier being bad). I don't know why it doesn't work for you. can you try putting in your script: scalebar s help exit

Re: [GRASS-user] error in ps.map scalebar units argument

2009-05-26 Thread maning sambale
GRASS 6.4.svn (pfua_combine):~/pfua/pfua_layout/250K_layout > ./250k_layout.map ERROR: units kilometers : illegal request (scalebar) projection: 1 (UTM) zone: 51 datum: wgs84 ellipsoid: wgs84 north: 1108130.80088945 south: 995437.83819297 west: 718326.7686683 east:

Re: [GRASS-user] error in ps.map scalebar units argument

2009-05-26 Thread Hamish
> > maning wrote: > >> scalebar s > >> where 15.0 20.70 > >> length 3o > >> height 0.12 > >> segment 6 > >> numbers 2 > >> units kilometers > >> fontsize 15 > >> end > > > > length "3o" -> "30"? maning wrote: > Oops. corrected this one still the same error > > D

Re: [GRASS-user] error in ps.map scalebar units argument

2009-05-26 Thread maning sambale
Oops. corrected this one still the same error Disabling the units instruction gives me scalebar but with the default unit (in this case meters, I want the scale in KM) On Tue, May 26, 2009 at 3:53 PM, Hamish wrote: > > maning wrote: >> scalebar s >>     where 15.0 20.70 >>     length 3o >>    

Re: [GRASS-user] error in ps.map scalebar units argument

2009-05-26 Thread Hamish
maning wrote: > scalebar s > where 15.0 20.70 > length 3o > height 0.12 > segment 6 > numbers 2 > units kilometers > fontsize 15 > end length "3o" -> "30"? Hamish ___ grass-user mailing list grass-user@list

Re: [GRASS-user] problem installing grass from osgeo4w

2009-05-26 Thread Venkatesh Raghavan
The solution is to uninstall libjpeg-ipp and reinstall jpeg_osgeo.dll using the OSGeo4W setup program See http://trac.osgeo.org/osgeo4w/ticket/27 ambrish dhaka wrote: Hello all, I have been repeatedly installing grass and qgis from osgeo4w setup and it fails to run. it says 'cant find ippj.dll

[GRASS-user] problem installing grass from osgeo4w

2009-05-26 Thread ambrish dhaka
Hello all, I have been repeatedly installing grass and qgis from osgeo4w setup and it fails to run. it says 'cant find ippj.dll file' and later refers to some g.region problem. Any solutions please. It is recurring! Thanks! Ambrish Dhaka _

[GRASS-user] error in ps.map scalebar units argument

2009-05-26 Thread maning sambale
scalebar s where 15.0 20.70 length 3o height 0.12 segment 6 numbers 2 units kilometers fontsize 15 end -- cheers, maning -- "Freedom is still the most radical idea of all" -N.Brande