Re: [GRASS-user] empty map window/map rendering doesn't work (wxgui)

2009-02-09 Thread Martin Landa
Hi, 2009/2/8 kries kr...@gmx.at: I have a very annoying problem. Maps are not rendered in wxgui anymore after recompiling grass7 (svn). Compiled cleanly (distclean/clean) ./configure --with-cairo --with-mysql --with-mysql-includes=/usr/include/mysql

Re: [GRASS-user] empty map window/map rendering doesn't work (wxgui)

2009-02-09 Thread kries
command output: Traceback (most recent call last): File /usr/local/grass-7.0.svn/etc/wxpython/gui_modules/ma pdisp_window.py, line 443, in OnPaint self.pdc.DrawToDCClipped(dc, rgn) File /usr/local/grass-7.0.svn/etc/wxpython/vdigit/grass7_ wxvdigit.py, line 386, in DrawToDCClipped

Re: [GRASS-user] empty map window/map rendering doesn't work (wxgui)

2009-02-09 Thread Glynn Clements
Maris Nartiss wrote: Yes. Don't use GRASS 7 unless You are doing some GRASS 7 development. Probably we need to add HUGE warning for 7 - Not for general consumption! That's an exaggeration. It's less stable than 6.x, but most things should work most of the time. Anything that doesn't work

Re: [GRASS-user] v.colors rules

2009-02-09 Thread Markus Neteler
On Mon, Feb 9, 2009 at 12:12 PM, Paolo Craveri pcrav...@gmail.com wrote: Hi to all How v.colors with option rules works ? Paolo, in line 160 of the script, can you change if [ -n $OPTNAME ] ; then to if [ -z $OPTNAME ] ; then and report back? For me it works like this (maybe it

Re: [GRASS-user] v.colors rules

2009-02-09 Thread Nikos Alexandris
On Mon, 2009-02-09 at 12:12 +0100, Paolo Craveri wrote: Hi to all How v.colors with option rules works ? I tried: cat color.txt 1 red 2 green 3 blue 4 orange 5 purple v.db.select mypoints cat 5 1 4 3 2 v.colors map=mypoints column=cat rules=color.txt ERROR: Pick one

Re: [GRASS-user] empty map window/map rendering doesn't work (wxgui)

2009-02-09 Thread Martin Landa
Hi 2009/2/9 kries kr...@gmx.at: [...] pdc.SetBackground(bg) File /usr/local/grass-7.0.svn/etc/wxpython/vdigit/grass7_ wxvdigit.py, line 378, in SetBackground def SetBackground(self, *args): return _grass7_wxvdigit.PseudoDC_SetBackground(self, *args) TypeError : in method

Re: [GRASS-user] v.colors rules

2009-02-09 Thread Markus Neteler
On Mon, Feb 9, 2009 at 1:44 PM, Markus Neteler nete...@osgeo.org wrote: On Mon, Feb 9, 2009 at 12:12 PM, Paolo Craveri pcrav...@gmail.com wrote: Hi to all How v.colors with option rules works ? Paolo, in line 160 of the script, can you change forget that. The problem is that the color

Re: [GRASS-user] v.colors rules

2009-02-09 Thread Paolo Craveri
2009/2/9 Markus Neteler nete...@osgeo.org: Try to deleted line 66: #% answer: bcyr ok, done, but: v.colors mypoints rules=color.txt column=cat ERROR: Pick one of color, rules, or raster options I commented lines from 163 to 166 (test over options) and works: v.colors mypoints

Re: [GRASS-user] empty map window/map rendering doesn't work (wxgui)

2009-02-09 Thread kries
Hi, thank you, unfortunately it still doesn't work. kries Traceback (most recent call last): File /usr/local/grass-7.0.svn/etc/wxpython/gui_modules/ma pdisp_window.py, line 443, in OnPaint self.pdc.DrawToDCClipped(dc, rgn) File /usr/local/grass-7.0.svn/etc/wxpython/vdigit/grass7_

Re: [GRASS-user] empty map window/map rendering doesn't work (wxgui)

2009-02-09 Thread kries
oh, ok :) yes, /usr/bin/wx-config --version-full 2.8.9.1 kries Martin Landa wrote: Hi, 2009/2/8 kries kr...@gmx.at: [...] --with-wxwidgets=/usr/bin/wx-config --with-readline --with-opengl --with-cxx --with-gdal --with-opengl --with-wxwidgets-include=/usr/include/wx-2.8/

[GRASS-user] Creating turbidity raster file

2009-02-09 Thread buraq
Hi all, I am new in grass. Maybe that can be easy for you.. I have formatted csv files for every month which is like latitude;longitude;turbidityValue. So I want to create raster files from these csvs for using in r.sun. What I have done so far, I created MIFs in mapInfo then imported grass using

Re: [GRASS-user] Creating turbidity raster file

2009-02-09 Thread Markus Neteler
On Mon, Feb 9, 2009 at 4:27 PM, buraq zak...@gmail.com wrote: Hi all, I am new in grass. Maybe that can be easy for you.. I have formatted csv files for every month which is like latitude;longitude;turbidityValue. So I want to create raster files from these csvs for using in r.sun. What I

[GRASS-user] Re: Calculating standard error of many maps?

2009-02-09 Thread Rainer M Krug
Just one clarification: I would like to calculate these descriptive stats for each cell, to obtain variability maps. Rainer On Mon, Feb 9, 2009 at 5:57 PM, Rainer M Krug r.m.k...@gmail.com wrote: Hi I have 25000 maps, generated by simulation predictions, and I would like to calculate some

Re: [GRASS-user] Re: Calculating standard error of many maps?

2009-02-09 Thread Rainer M Krug
Hi Martin On Mon, Feb 9, 2009 at 6:12 PM, Martin Wegmann martin.wegm...@uni-wuerzburg.de wrote: hello Rainer, just look at r.series. That is exactly what I was looking for. Thanks a lot Rainer If the naming of the files is similar you can try something like: r.series input=`g.mlist

Re: [GRASS-user] empty map window/map rendering doesn't work (wxgui)

2009-02-09 Thread kries
hi, swig-1.3.38 kries Martin Landa wrote: Hi, 2009/2/9 kries kr...@gmx.at: yes, /usr/bin/wx-config --version-full 2.8.9.1 which version of swig do you use? M. -- Martin Landa landa.martin gmail.com * http://gama.fsv.cvut.cz/~landa

Re: [GRASS-user] Re: Calculating standard error of many maps?

2009-02-09 Thread Moritz Lennert
On 09/02/09 16:59, Rainer M Krug wrote: Just one clarification: I would like to calculate these descriptive stats for each cell, to obtain variability maps. Rainer On Mon, Feb 9, 2009 at 5:57 PM, Rainer M Krug r.m.k...@gmail.com wrote: Hi I have 25000 maps, generated by simulation

Re: [GRASS-user] Re: Calculating standard error of many maps?

2009-02-09 Thread John C. Tull
On Feb 9, 2009, at 8:15 AM, Moritz Lennert wrote: On 09/02/09 16:59, Rainer M Krug wrote: Just one clarification: I would like to calculate these descriptive stats for each cell, to obtain variability maps. Rainer On Mon, Feb 9, 2009 at 5:57 PM, Rainer M Krug r.m.k...@gmail.com wrote: Hi I

Re: [GRASS-user] Re: Calculating standard error of many maps?

2009-02-09 Thread Martin Wegmann
hello Rainer, just look at r.series. If the naming of the files is similar you can try something like: r.series input=`g.mlist pattern='insitu_data.*' sep=,` output=insitu_data.stddev method=stddev regards, Martin On Montag, 9. Februar 2009 16:59:33 Rainer M Krug wrote: Just one

Re: [GRASS-user] Re: Calculating standard error of many maps?

2009-02-09 Thread Moritz Lennert
On 09/02/09 17:19, John C. Tull wrote: On Feb 9, 2009, at 8:15 AM, Moritz Lennert wrote: On 09/02/09 16:59, Rainer M Krug wrote: Just one clarification: I would like to calculate these descriptive stats for each cell, to obtain variability maps. Rainer On Mon, Feb 9, 2009 at 5:57 PM, Rainer M

Re: [GRASS-user] v.colors rules

2009-02-09 Thread Paolo Craveri
2009/2/9 Markus Neteler nete...@osgeo.org: Are you sure that you ran make and, if needed, make install afterwards? Markus Ok now it works. Many thanks -- -- Paolo C. Lat. 44° 39' 11.08'' N Long. 7° 23' 25.26'' E ___ grass-user mailing

[GRASS-user] Cut/Fill Analysis

2009-02-09 Thread Frank Aragona
Grass Community, Anybody in the community have experience using grass for creating cut-fill maps a la Arc/Info (http://webhelp.esri.com/arcgisdesktop/9.2/index.cfm?TopicName=Cut/Fill) I have xyz coordinates for my current site. I'd like to input a desired slope, and have the GIS output the

Re: [GRASS-user] Cut/Fill Analysis

2009-02-09 Thread Stuart Edwards
I've used GRASS to run preliminary quantities for a landfill design - It works quite well. Create a DEM that represents your proposed grades and then using mapcalc you can figure the cuts and fills relative to the existing topography. Then you can easily compute the volumes. If you want

RE: [GRASS-user] Importing ArcASCII raster and associated dbf table?

2009-02-09 Thread Devereux, Jarl M
thanks Hamish, The data is an Australian soils atlas including hydraulic properties in the dbf. From the accompanying documentation Spatial data are available as ArcASCII format raster files. The associated database is a binary file in dBase or dbf format. The projection information is in

Re: [GRASS-user] Creating turbidity raster file

2009-02-09 Thread Hamish
buraq wrote: I have formatted csv files for every month which is like latitude;longitude;turbidityValue. So I want to create raster files from these csvs for using in r.sun. v.in.ascii - convert .csv to a vector points file g.region # set up raster grid v.surf.rast - interpolate vector

RE: [GRASS-user] Importing ArcASCII raster and associated dbf table?

2009-02-09 Thread Hamish
Jarl wrote: The data is an Australian soils atlas including hydraulic properties in the dbf. this? http://www.daff.gov.au/brs/data-tools/daas-download if not, is there a link to download the dataset? This data set consists of nine sets of data files each containing the following:

Re: [GRASS-user] Creating turbidity raster file

2009-02-09 Thread José Antonio Ruiz Arias
buraq wrote: I have formatted csv files for every month which is like latitude;longitude;turbidityValue. So I want to create raster files from these csvs for using in r.sun. v.in.ascii - convert .csv to a vector points file g.region # set up raster grid v.surf.rast - interpolate vector

Re: [GRASS-user] Creating turbidity raster file

2009-02-09 Thread Dylan Beaudette
On Monday 09 February 2009, Hamish wrote: buraq wrote: I have formatted csv files for every month which is like latitude;longitude;turbidityValue. So I want to create raster files from these csvs for using in r.sun. v.in.ascii - convert .csv to a vector points file g.region # set up

RE: [GRASS-user] Importing ArcASCII raster and associated dbf table?

2009-02-09 Thread Devereux, Jarl M
-Original Message- From: Hamish [mailto:hamis...@yahoo.com] Sent: Tuesday, 10 February 2009 9:34 AM To: grass-user@lists.osgeo.org; Devereux, Jarl M Subject: RE: [GRASS-user] Importing ArcASCII raster and associated dbf table? Jarl wrote: The data is an Australian soils atlas

RE: [GRASS-user] Importing ArcASCII raster and associated dbf table?

2009-02-09 Thread Hamish
Jarl wrote: The data is an Australian soils atlas including hydraulic properties in the dbf. here is a link to the one I'm using you have to register to download it. http://www.toolkit.net.au/Tools/SHPA ok, not too hard. The trick is to convert the raster coverage to vector areas