#GRASS IRC Log - 2009-06-03

For logs after Feb 3, 2007, all times are GMT-8. Prior logs are GMT-9.
Back to Logs
01:08:19 CIA-54: hamish * r37711 /grass/branches/develbranch_6/gui/tcltk/gis.m/mapcanvas.tcl:
01:08:19 CIA-54: #87 : fancy DMS output for Lat/Lon ( TODO: UI control for dms_format variable );
01:08:19 CIA-54: #608: cap north/south LL at 90 ( still needs a lot of work )
02:20:37 CIA-54: mathieug * r37712 /grass-addons/vector/v.autokrige/v.autokrige: removed dependancy to external script
02:20:38 sigq: grassfeed: Changeset [37712]: removed dependancy to external script <https://trac.osgeo.org/grass/changeset/37712>
02:21:43 CIA-54: mathieug * r37713 /grass-addons/general/g.region.nbcell/: script purpose is out of date
02:21:44 sigq: grassfeed: Changeset [37713]: script purpose is out of date <https://trac.osgeo.org/grass/changeset/37713>
02:23:46 CIA-54: aghisla * r37714 /grass-addons/vector/v.autokrige2/v.autokrige2.py: in comments, proposed window structure. To be improved.
02:24:56 sigq: grassfeed: Changeset [37714]: in comments, proposed window structure. To be improved. <https://trac.osgeo.org/grass/changeset/37714>
04:17:35 CIA-54: aghisla * r37715 /grass-addons/vector/v.autokrige2/v.autokrige2.py: partial addition of widgets. More to come.
04:17:36 sigq: grassfeed: Changeset [37715]: partial addition of widgets. More to come. <https://trac.osgeo.org/grass/changeset/37715>
05:19:00 epifanio: hi all
05:19:08 epifanio: i'm having little problems to develop a python code to create kml from grass vector
05:19:14 epifanio: it seems to works fine with line an points but fails with polygon type, maybe it depends on how the attribute table is connected to the layer
05:19:20 epifanio: anyone can test it ?
05:21:48 : <_wolf_> epifanio: sorry not at the moment. Latter possibly. More probably next week ; )
05:22:16 epifanio: hehe :- ) thanks _wolf_
05:25:03 epifanio: however i isolate the code from my project, i uploaded the file here : http://www.geofemengineering.it/data/g2k.py here a log on how i'm using it ( and how it fails on the geology layer in the spearfish mapset ) : http://paste.debian.net/37942/
05:25:06 sigq: Title: #debian.de Pastezone ( at paste.debian.net )
05:36:33 arkygeek: hi folks
05:36:49 arkygeek: im on osx
05:36:53 arkygeek: i checked out trunk
05:37:05 arkygeek: getting an error mcompiling vviz
05:37:14 arkygeek: lipo: can't figure out the architecture type of: /var/folders/T+/T+T54gv6Hz4eFK-ot2xq7U+++TM/-Tmp-//ccQzabyv.out
06:26:53 CIA-54: neteler * r37716 /grass/branches/develbranch_6/locale/po/ ( grassmods_pl.po grasswxpy_pl.po ): Milena Nowotarska: cont'ed
06:28:35 sigq: grassfeed: Changeset [37716]: Milena Nowotarska: cont'ed <https://trac.osgeo.org/grass/changeset/37716>
06:28:44 CIA-54: neteler * r37717 /grass/branches/releasebranch_6_4/locale/po/ ( grassmods_pl.po grasswxpy_pl.po ): Milena Nowotarska: cont'ed
06:29:18 CIA-54: neteler * r37718 /grass/trunk/locale/po/ ( grassmods_pl.po grasswxpy_pl.po ): Milena Nowotarska: cont'ed
06:30:36 sigq: grassfeed: Changeset [37718]: Milena Nowotarska: cont'ed <https://trac.osgeo.org/grass/changeset/37718> || Changeset [37717]: Milena Nowotarska: cont'ed <https://trac.osgeo.org/grass/changeset/37717>
08:22:17 CIA-54: glynn * r37719 /grass/trunk/include/Make/ ( Grass.make Platform.make.in ):
08:22:17 CIA-54: RUN_GISBASE must be set by configure; it isn't necessarily equal to
08:22:18 CIA-54: $GISBASE ( in particular, on Windows RUN_GISBASE needs to use Windows
08:22:18 CIA-54: syntax, while GISBASE will use MSys syntax ).
09:02:43 frankie: ah nice fix
09:13:24 CIA-54: mathieug * r37720 /grass-addons/vector/v.autokrige/v.autokrige.py: v.autokrige.py : a port of v.autokrige to python ( working beta version )
09:15:15 sigq: grassfeed: Changeset [37720]: v.autokrige.py : a port of v.autokrige to python ( working beta version ) <https://trac.osgeo.org/grass/changeset/37720>
09:20:09 CIA-54: mathieug * r37721 /grass-addons/vector/v.autokrige/v.autokrige.py: v.autokrige.py : a port of v.autokrige to python ( working beta version )
09:20:50 sigq: grassfeed: Changeset [37721]: v.autokrige.py : a port of v.autokrige to python ( working beta version ) <https://trac.osgeo.org/grass/changeset/37721>
09:49:31 epifanio: hi, to give a more simple test case, i tried to reduce the code ( get attributes ) to reproduce my problem with polygons file inside grass spearfish mapset this the new file : http://www.geofemengineering.it/data/gdalgrasspolygons.py
09:49:36 epifanio: this the log tring it on 2 different layer ( roads, geology ) from the spearfish location http://paste.debian.net/37962/
09:49:38 sigq: Title: #debian.de Pastezone ( at paste.debian.net )
09:53:22 epifanio: tring the same code on a polygon in shapefile format don't give me problems
10:11:44 epifanio: ok i fixed the problem ...
10:12:58 epifanio: i need a more depth inside the grass vector ... when i run v.info on the geology layer i get only one layer ( nuber 1 ) exactly like for the line "roads"
10:13:07 cgs_bob_: epifanio: good for you :- ) good to see you make progress in the ossim to grass project
10:13:21 epifanio: but to have the code running on a polygon i need to use layer = 2
10:13:28 epifanio: hi cgs_bob_ :- )
10:16:08 cgs_bob_: hi epifanio. btw, if you ever need to test any of your code, I'll be happy to help
10:16:22 epifanio: cgs_bob_: of course!
10:16:27 epifanio: are you ready :- )
10:16:53 cgs_bob_: lol...I'll see if I can handle it
10:17:14 epifanio: on which platform are you ?
10:17:21 epifanio: linux/osx ?
10:18:00 cgs_bob_: I'm on ubuntu hardy heron w/ X86_64
10:19:10 epifanio: ok i have a sidux ( debian based ) partition, on it the code runs so i gues on ubuntu too, have you gdal_grass installed against grass6.x or 7.o ?
10:21:33 cgs_bob_: I have it on grass6.x. I do have grass7, but I'm not sure if I can have gdal_grass on both grass6 and 7
10:22:40 epifanio: it is not important, should work on gdal_gds6.x too, i asked just beacouse i'm testing all against the 7 version
10:22:42 epifanio: have you ossimplanet installed ?
11:02:59 cgs_bob_: had a coworker stop by : ) anyways, I had to clean up my machine, so I do not have it yet. but I am going to rebuild it. I even got your handy build instructions for ossim bookmarked
11:48:19 epifanio: i need to update that build instructions, some patches are no longer needed, it will compile fine without patching the code
14:10:50 CIA-54: hamish * r37722 /grass/branches/develbranch_6/raster/r.stats/ ( cell_stats.c stats.c ): minor tweaks ( merge from relbr64 )
14:12:25 sigq: grassfeed: Changeset [37722]: minor tweaks ( merge from relbr64 ) <https://trac.osgeo.org/grass/changeset/37722>
14:14:04 CIA-54: hamish * r37723 /grass/trunk/raster/r.stats/ ( cell_stats.c stats.c ): minor tweaks ( merge from relbr64 )
14:15:15 sigq: grassfeed: Changeset [37723]: minor tweaks ( merge from relbr64 ) <https://trac.osgeo.org/grass/changeset/37723>
14:20:20 CIA-54: hamish * r37724 /grass/branches/releasebranch_6_4/gui/tcltk/gis.m/mapcanvas.tcl:
14:20:20 CIA-54: merge from devbr6-
14:20:20 CIA-54: #87 : fancy DMS output for Lat/Lon ( TODO: UI control for dms_format variable );
14:20:20 CIA-54: #608: cap north/south LL at 90 ( still needs a lot of work )
14:51:36 sigq: grassfeed: Ticket #626 ( defect created ): layers re-renamed after change properties ( wxpython ) <https://trac.osgeo.org/grass/ticket/626>
18:17:25 CIA-54: hamish * r37725 /grass/branches/develbranch_6/lib/gis/wind_format.c:
18:17:25 CIA-54: if the programmer has lied to G_format_resolution( ) about the
18:17:25 CIA-54: projection type in order to get FP values for lat/lon coords,
18:17:25 CIA-54: "%.8f" is not enough to preserve fidelity once converted
18:17:25 CIA-54: back into D:M:S, which leads to rounding errors. ( bug #335 )
18:19:23 CIA-54: hamish * r37726 /grass/trunk/lib/gis/wind_format.c:
18:19:23 CIA-54: if the programmer has lied to G_format_resolution( ) about the
18:19:23 CIA-54: projection type in order to get FP values for lat/lon coords,
18:19:23 CIA-54: "%.8f" is not enough to preserve fidelity once converted
18:19:23 CIA-54: back into D:M:S, which leads to rounding errors. ( bug #335 )
18:19:24 CIA-54: merge from devbr6
18:20:15 CIA-54: hamish * r37727 /grass/branches/releasebranch_6_4/lib/gis/wind_format.c:
18:20:16 CIA-54: if the programmer has lied to G_format_resolution( ) about the
18:20:16 CIA-54: projection type in order to get FP values for lat/lon coords,
18:20:16 CIA-54: "%.8f" is not enough to preserve fidelity once converted
18:20:16 CIA-54: back into D:M:S, which leads to rounding errors. ( bug #335 )
18:20:18 CIA-54: merge from devbr6
18:55:22 CIA-54: hamish * r37728 /grass/branches/develbranch_6/gui/tcltk/gis.m/mapcanvas.tcl: trim unused zeros from resolution string
18:56:43 sigq: grassfeed: Changeset [37728]: trim unused zeros from resolution string <https://trac.osgeo.org/grass/changeset/37728>
18:56:46 CIA-54: hamish * r37729 /grass/branches/releasebranch_6_4/gui/tcltk/gis.m/mapcanvas.tcl: trim unused zeros from resolution string ( merge from devbr6 )
18:57:44 sigq: grassfeed: Changeset [37729]: trim unused zeros from resolution string ( merge from devbr6 ) <https://trac.osgeo.org/grass/changeset/37729>
23:45:36 CIA-54: hamish * r37730 /grass-web/trunk/ ( 3 files in 3 dirs ): separate off WinGRASS installers to their own page ( thanks Colin )
23:46:19 sigq: grassfeed: Changeset [37730]: separate off WinGRASS installers to their own page ( thanks Colin ) <https://trac.osgeo.org/grass/changeset/37730>