[GRASS-user] r.sim.water buffer overflow

2010-08-17 Thread Hanlie Pretorius
Hi, I'm using GRASS64 RC6 on Linux 10.04 (64-bit) and I'm trying to run r.sim.water on a catchment about 5000 km2 in size. I started with a very fine resolution in my region (00:00:00.18) and got the following: - GRASS 6.4.0RC6 (world_wgs84):~ r.sim.water elevin=lieb_dem_25m_clipped

[GRASS-user] Georrectification- Display an RGB instead of just one band

2010-08-17 Thread António Rocha
ESET NOD32 Antivirus, version of virus signature database 5372 (20100817) __ The message was checked by ESET NOD32 Antivirus. http://www.eset.com ___ grass-user mailing list grass-user@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo

Re: [GRASS-user] Georrectification- Display an RGB instead of just one band

2010-08-17 Thread Daniel Victoria
, Select image/map to display for GCP creation is it possible to display an RGB composite instead of a single Grayscale image? Thanks Antonio R __ Information from ESET NOD32 Antivirus, version of virus signature database 5372 (20100817) __ The message was checked by ESET

Re: [GRASS-user] SVN problems

2010-08-17 Thread Daniel Victoria
Well, I'm a bit embarrassed but I found the problem... Wrong proxy settings I checked out the code from SVN just fine but now I'm having problems compiling. I get errors in lib/gmath that says: /home/daniel/grass/grass6_devel/lib/gmath/blas_level_1.c:91: undefined reference to `sqrt' Am I

[GRASS-user] Table is not created with vector map

2010-08-17 Thread LeeDaniel
Hello all, I'm converting a raster to a vector with r.to.vect. The geometries are converted successfully to vector shapes, but I noticed I was unable to work further on the vectors' attribute table. When trying to add a field, I received the following message: Coor files of vector map

[GRASS-user] Opensource and pretty maps design anybody?

2010-08-17 Thread kapo coulibaly
I've been using opensource GIS for a while (GRASS a lot). But they are all very limited when it comes to creating nice maps. I always have to resolve to using ArcGIS to put final touches on maps. Anybody has a suggestion for a free software to use for map design?

Re: [GRASS-user] Opensource and pretty maps design anybody?

2010-08-17 Thread Rich Shepard
On Tue, 17 Aug 2010, kapo coulibaly wrote: I've been using opensource GIS for a while (GRASS a lot). But they are all very limited when it comes to creating nice maps. I always have to resolve to using ArcGIS to put final touches on maps. Anybody has a suggestion for a free software to use for

Re: [GRASS-user] Opensource and pretty maps design anybody?

2010-08-17 Thread Jamie Adams
I generally open GRASS data in QGIS, create a basic map and export to svg (or pdf), and then do the finishing touches in Inkscape. This workflow has worked very well for me. - Jamie On Tue, Aug 17, 2010 at 8:56 AM, kapo coulibaly kmcou...@gmail.com wrote: I've been using opensource GIS for a

[GRASS-user] 3D display warnings in MSWIndows

2010-08-17 Thread Franz Schiller
Greetings I have installed a weekly snapshot from grass-6.4.svn_src_snapshot_2010_07_24 in Windows and everytime I start GRASS session (for instance with a raster display (d.rast)) I get a bunch of warnings: 3D view mode not available Reason: No module named grass6_wxnviz Note that the 3D view

Re: [GRASS-user] Opensource and pretty maps design anybody?

2010-08-17 Thread Malte Martin
QGIS? http://www.qgis.org/en.html It comes along with a GRASS Plugin so you can use GRASS datasets. Malte Am 17.08.2010 um 17:56 schrieb kapo coulibaly: I've been using opensource GIS for a while (GRASS a lot). But they are all very limited when it comes to creating nice maps. I always

[GRASS-user] Strange issue with v.buffer and latest 6.4

2010-08-17 Thread thedok78
Hello everybody, I have a strange issue with the v.buffer command: Here you can see 2 vectors: red is input and grey is the output of v.buffer: http://dl.dropbox.com/u/348430/buffer.png The upper left of the polygon it's not correct Here you can download the GML file (EPSG:4326):

Re: [GRASS-user] 3D display warnings in MSWIndows

2010-08-17 Thread Martin Landa
Hi, 2010/8/17 Franz Schiller franzschiller1...@gmail.com: I have installed a weekly snapshot from grass-6.4.svn_src_snapshot_2010_07_24 in Windows and everytime I start GRASS session (for instance with a raster display  (d.rast)) I get a bunch of warnings: testing the last WinGRASS build

Re: [GRASS-user] Strange issue with v.buffer and latest 6.4

2010-08-17 Thread Martin Landa
Hi, 2010/8/17 thedok78 thedokto...@gmail.com: I have a strange issue with the v.buffer command: Here you can see 2 vectors: red is input and grey is the output of v.buffer: http://dl.dropbox.com/u/348430/buffer.png The upper left of the polygon it's not correct Here you can download the GML

[GRASS-user] datum not set in a mapset can I set it after it has been created

2010-08-17 Thread stephen sefick
I made a oopsie and did not set the datum in a mapset which is using wgs84 by default, and my data is in nad83. I have diligently kept all of the source data in nad83 before import. Can I change the datum? -- Stephen Sefick | Auburn University               

Re: [GRASS-user] Opensource and pretty maps design anybody?

2010-08-17 Thread Thomas Adams
Malte, You also may want to look at what Dylan Beaudette has done at the UC Davis Soil Resource Laboratory with http://casoilresource.lawr.ucdavis.edu/drupal/node/96 Go to: Cartographic Output via GMT, then select An example on this website which is:

Re: [GRASS-user] Opensource and pretty maps design anybody?

2010-08-17 Thread kapo coulibaly
Thank you all for your suggestions. I've used qgis quite a bit, it has a nice GUI but it is not very good with pretty maps. I'll give the SVG format, GMT and other graphic softwares a try. But how do you handle large numbers of feature (contour labeling)? It can be pretty tedious if you are going

Re: [GRASS-user] addons installation under GRASS 7.0-svn

2010-08-17 Thread Glynn Clements
Markus Neteler wrote: GRASS 7.0.svn (nc_spm_08): sh i.fusion.his sh: i.fusion.his: command not found Does it have the execute bit set? Yes. If it doesn't, g.parser can't execute it. That has always been the case; it isn't specific to 7.0. ls -la i.fusion.his -rwxr-xr-x 1

Re: [GRASS-user] SVN problems

2010-08-17 Thread Glynn Clements
Daniel Victoria wrote: I get errors in lib/gmath that says: /home/daniel/grass/grass6_devel/lib/gmath/blas_level_1.c:91: undefined reference to `sqrt' Am I missing some library? No; it's a bug in lib/gmath/Makefile, which should have $(MATHLIB) in the definition of EXTRA_LIBS.