#GRASS IRC Log - 2008-05-20

For logs after Feb 3, 2007, all times are GMT-8. Prior logs are GMT-9.
Back to Logs
03:26:49 CIA-10: ychemin * r31441 /grass-addons/gipe/i.evapo.SENAY/main.c: bug fix
03:26:51 sigq: grassfeed: Changeset [31441]: bug fix <https://trac.osgeo.org/grass/changeset/31441>
04:24:03 full_: hi all
04:25:56 full_: there's in d.vect something to set a symbol for lines and polygons??
04:44:39 : <_wolf_> full_: you mean like make different kinds of lines?
04:44:44 : <_wolf_> like dashed etc?
04:47:27 full_: no I want use specific symbols....
04:48:15 full_: someting like __/\___/\__
04:48:49 full_: but with filled triangles
04:53:31 sigq: grassfeed: Ticket #175 ( defect created ): v.to.rast labelcol= SegFault <https://trac.osgeo.org/grass/ticket/175>
05:05:12 : <_wolf_> full_: unfortunately that is not possible with GRASS :(
05:07:13 : <_wolf_> full_: you can maybe export to inkscape and with that program set line shapes
05:07:34 : <_wolf_> see http://grass.osgeo.org/wiki/GRASS_vector_export_to_Inkscape
05:07:36 sigq: Title: GRASS vector export to Inkscape - GRASS-Wiki ( at grass.osgeo.org )
05:07:38 arkygeek: hi everyone
05:07:42 : <_wolf_> hi
05:08:13 arkygeek: I work on the same data from several different computers.... how do i set one up as a server to host all of the data?
05:10:01 full_: thanks wolf_
05:10:30 : <_wolf_> arkygeek: what OS?
05:10:39 : <_wolf_> full_: happy to help
05:10:45 arkygeek: _wolf_: osx and/or linux
05:10:55 arkygeek: linux preferably
05:11:30 : <_wolf_> you can either set up NFS and put the data in an NFS shared directory, or SMB ( windows shares )
05:11:46 : * arkygeek googles nfs
05:12:04 : <_wolf_> for linux there is also sshfs which allows you to mount filesystems with ssh
05:12:14 arkygeek: ahhh there we go
05:12:17 arkygeek: thats perfect
05:12:22 : <_wolf_> : )
05:12:29 arkygeek: my uni gives me ssh acces to my machine here...
05:13:00 arkygeek: i will look into setting that up. sounds like it should just what i need though. thanks dude
05:13:04 : <_wolf_> cool, well then it shouldn't be to hard to set up, but you might have to synch usernames and/or user ids
05:13:18 : <_wolf_> arkygeek: happy to help
05:13:23 arkygeek: i use the same ids etc on all boxes
05:13:31 : <_wolf_> great!
05:13:32 arkygeek: ( seems to make life easier )
05:13:37 : <_wolf_> indeed it does
05:13:46 : <_wolf_> I've noticed the same thing : )
05:13:46 arkygeek: ok, ttyl. thx again!
05:13:51 : <_wolf_> good luck
08:39:16 : <_wolf_> hi, RMatev
08:39:25 RMatev: hi
08:39:45 : <_wolf_> how are things?
08:39:55 : <_wolf_> how did your exams go?
08:41:17 RMatev: havent started yet
08:41:29 RMatev: I'm currently devoting my time to grass : )
08:41:34 : <_wolf_> : )
08:41:43 : <_wolf_> I thought you had some exams last week..
08:41:52 RMatev: test
08:42:32 : <_wolf_> isn't that about the same thing?
08:43:17 RMatev: not really
08:43:28 RMatev: they were like midterm tests
08:43:35 RMatev: nervermind
08:44:00 RMatev: undergrad education here is a litlle bit different
08:44:06 : <_wolf_> : ) I suppose
08:44:13 : <_wolf_> I hope they went well
08:44:43 RMatev: almost : )
08:45:32 RMatev: school sucks at times, can't wait for july to come, so that I can do my own things
08:45:41 RMatev: like grass
08:45:46 : <_wolf_> :D
08:50:27 RMatev: _wolf_, apart from the new elliptical buffers, I plan to add option to toggle round caps/sharp edges
08:50:41 : <_wolf_> : ) good
08:50:48 RMatev: someone recently requested such thing
08:50:54 : <_wolf_> I was going to ask about that. It seems people need/want that
08:50:58 : <_wolf_> yeah
08:51:21 RMatev: it's not much of a problem, in fact it's easier in some way
08:51:23 : <_wolf_> perhaps also offer a no caps
08:51:42 RMatev: what do you mean?
08:52:06 RMatev: v.buffer creates areas
08:52:47 : <_wolf_> yes. I mean only buffer the sides
08:52:49 RMatev: oh, you mean to cut it perpendicular to line
08:52:55 : <_wolf_> yes
08:52:59 RMatev: ok, I'll do that
08:53:04 : <_wolf_> : )
08:53:05 : <_wolf_> neat
08:53:48 : <_wolf_> you should have svn write access to the addons now, and I think I made a v.buffer2 directory
08:53:58 RMatev: yep
08:54:21 : <_wolf_> do you think BTW that you can take any ideas from r.buffer about the lon/lat problem Hamish talked about?
08:54:25 RMatev: when I make sth that runs, I'll commit it
08:54:44 RMatev: well, I replied in the soc page
08:54:48 : <_wolf_> good. Remmeber: commit early, commit often ; )
08:55:01 RMatev: : )
08:55:23 : <_wolf_> I saw, but I was thinking that perhaps you don't need to do the maths, from scratch since it's sort of done for the raster already
08:56:34 RMatev: I skimmed through r.buffer code. It seems that it calculates whether each cell is in buffer
08:56:48 RMatev: that's not applicable to v.buffer
08:57:05 : <_wolf_> that is true
08:57:30 RMatev: If I can derive some formulae which describes the contour of the buffer it will be sufficient
08:57:38 RMatev: and fast
08:58:20 CIA-10: epatton * r31442 /grass/trunk/raster/r.grow2/description.html: Added descriptions of various metrics parameters used ( with help from Glynn, Hamish )
08:58:22 : <_wolf_> the problem is that there are several ellipsoids in use
08:58:34 RMatev: but it's way too complicated compared to simply drawing a parallel line in a plane
08:58:41 : <_wolf_> yes it is
08:59:05 RMatev: well, ellipsoid params might be given on input
08:59:22 : <_wolf_> we'll ignore it for now, and see if you have time at the end to take care of that
08:59:34 CIA-10: epatton * r31443 /grass/branches/develbranch_6/raster/r.grow2/description.html: Backported html updates from TRUNK: r31442
08:59:36 sigq: grassfeed: Changeset [31443]: Backported html updates from TRUNK: r31442 <https://trac.osgeo.org/grass/changeset/31443>
08:59:45 : <_wolf_> ellipsoid params are stored for each location, so that should be ok I guess
08:59:46 RMatev: I'll see it later for sure
08:59:52 RMatev: ah, ok
09:27:35 CIA-10: epatton * r31444 /grass/branches/develbranch_6/raster/r.grow2/description.html: Included info from Glynn on r.grow tie-breaking rules
09:29:16 sigq: grassfeed: Changeset [31444]: Included info from Glynn on r.grow tie-breaking rules <https://trac.osgeo.org/grass/changeset/31444>
09:30:01 CIA-10: epatton * r31445 /grass/trunk/raster/r.grow2/description.html: Included info from Glynn on r.grow tie-breaking rules ( synched with g6_devel: r31444 )
10:21:57 CIA-10: epatton * r31446 /grass/trunk/raster/r.info/description.html: HTML tag cleaning, minor reformats, examples expanded
10:22:51 CIA-10: epatton * r31447 /grass/branches/develbranch_6/raster/r.info/description.html: Backported html updates from TRUNK: r31446
10:22:53 sigq: grassfeed: Changeset [31447]: Backported html updates from TRUNK: r31446 <https://trac.osgeo.org/grass/changeset/31447> || Changeset [31446]: HTML tag cleaning, minor reformats, examples expanded <https://trac.osgeo.org/grass/changeset/31446>
10:51:00 CIA-10: epatton * r31448 /grass/trunk/raster/r.in.gdal/description.html: HTML tags cleaned, sections reorganized
10:51:01 sigq: grassfeed: Changeset [31448]: HTML tags cleaned, sections reorganized <https://trac.osgeo.org/grass/changeset/31448>
10:51:32 CIA-10: epatton * r31449 /grass/branches/develbranch_6/raster/r.in.gdal/description.html: Backported HTML updates from TRUNK: r31448
10:52:41 sigq: grassfeed: Changeset [31449]: Backported HTML updates from TRUNK: r31448 <https://trac.osgeo.org/grass/changeset/31449>
11:01:54 marcopx: hi all
11:02:17 marcopx: does anybody knows why locking is not supported in windows?
11:10:07 marcopx: I suppose that is due to no monitor support in windows, right?
11:18:51 CIA-10: epatton * r31450 /grass/trunk/raster/r.in.gridatb/README: Updated obsolete weblink to TOPMODEL
11:19:32 sigq: grassfeed: Changeset [31450]: Updated obsolete weblink to TOPMODEL <https://trac.osgeo.org/grass/changeset/31450>
11:21:32 CIA-10: epatton * r31451 /grass/branches/develbranch_6/raster/r.in.gridatb/README: Updated obsolete weblink to TOPMODEL, sync'd from TRUNK
11:21:36 sigq: grassfeed: Changeset [31451]: Updated obsolete weblink to TOPMODEL, sync'd from TRUNK <https://trac.osgeo.org/grass/changeset/31451>
14:26:41 CIA-10: ychemin * r31452 /grass-addons/gipe/i.evapo.PT/ ( description.html main.c pt_daily_et.c pt_delta.c pt_ghamma.c ): Cleaning+adding algorithmic accuracy+descriptions of alpha paramters candidates
14:34:13 cgs_bob: hello all. I have a raster file that has NaN values that I want to change to nulls. can I do that in GRASS?
20:23:27 CIA-10: cmbarton * r31453 /grass/branches/develbranch_6/lib/gtcltk/gronsole.tcl:
20:23:27 CIA-10: This hopefully fixes issues created in my last fix for missing linefeed in
20:23:27 CIA-10: WinGRASS. I still don't know if that is fixed or not. This restores the progress
20:23:27 CIA-10: bar functionality and fixes some backspace removal issues. It seems to also
20:23:28 CIA-10: prevent some ( all? ) modules from crashing the TclTk gui when they are run.
22:31:21 CIA-10: glynn * r31454 /grass/trunk/ ( 15 files in 2 dirs ): Use "const" where appropriate
22:31:24 sigq: grassfeed: Changeset [31454]: Use "const" where appropriate <https://trac.osgeo.org/grass/changeset/31454>
22:58:09 CIA-10: glynn * r31455 /grass/branches/develbranch_6/ ( 15 files in 2 dirs ): Use "const" where appropriate ( merge r31454 from trunk )
22:59:05 sigq: grassfeed: Changeset [31455]: Use "const" where appropriate ( merge r31454 from trunk ) <https://trac.osgeo.org/grass/changeset/31455>
23:49:37 CIA-10: glynn * r31456 /grass/trunk/lib/init/ ( epsg_option.tcl file_option.tcl gis_set.tcl ): Merge r31283 from 6.4
23:49:38 sigq: grassfeed: Changeset [31456]: Merge r31283 from 6.4 <https://trac.osgeo.org/grass/changeset/31456>
23:59:40 CIA-10: glynn * r31457 /grass/branches/develbranch_6/general/g.mkfontcap/ ( freetype_fonts.c stroke_fonts.c ): Remove unnecessary casts of G_realloc( ) ( merge r31173 from trunk )
23:59:46 sigq: grassfeed: Changeset [31457]: Remove unnecessary casts of G_realloc( ) ( merge r31173 from trunk ) <https://trac.osgeo.org/grass/changeset/31457>