Re: [GRASS-dev] Re: [GRASS-SVN] r38872 - grass/trunk

2009-08-27 Thread Hamish
of swig again, if not, at least the ./configure script should throw an error when --with-python is given instead of doing what it does now fail at compile-time. thanks, Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http

Re: [GRASS-dev] Re: [GRASS-SVN] r38872 - grass/trunk

2009-08-27 Thread Hamish
Hamish wrote: in related issues swig/python/ still fails to build due to too-old(?) swig ver 1.3.29, [...] Glynn: AFAIK, that version with SWIG will work with older versions of Python. The core problem is that your distro ships a version of of SWIG which isn't compatible

Re: [GRASS-dev] color tables

2009-08-27 Thread Hamish
them. If you want a 1px frame use border=1 in the img src. ..png please. Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] gmath/gpde Patch for grass6.5 and grass7

2009-08-27 Thread Hamish
Hamish wrote: I added a new lib/external/README.license file to explain things. AFAICT the SUBMITTING file and RFCs do not require adjustment. Soeren: Ok, i will put ccmath into lib/external together with the lgpl.license file and a README. actually there is nothing about the GPL

Re: [GRASS-dev] color tables

2009-08-27 Thread Hamish
Markus: An option might be to make a local Makefile hack to substitute part of the generated HTML file with a replacement including these images. Hamish wrote: I don't think that's needed; just put the images in the main body of description.html, as the color options get repeated

Re: [GRASS-dev] Re: [GRASS-SVN] r38872 - grass/trunk

2009-08-27 Thread Hamish
Py_ssize_t; +# define PY_SSIZE_T_MAX INT_MAX +# define PY_SSIZE_T_MIN INT_MIN +#endif + %} %rename(my_def) def; yes, with that patch a fresh build completes successfully. thanks, Hamish ___ grass-dev mailing list grass-dev

Re: [GRASS-dev] color tables

2009-08-26 Thread Hamish
/Raster_color_tables Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

[GRASS-dev] Re: [GRASS-user] another new symbol

2009-08-25 Thread Hamish
[this will probably bounce off the qgis list, feel free to fwd if it doesn't turn up] Hamish ha scritto: I added another new symbol in SVN called extra/fish. It's based on the one in QGIS. Paolo: Why don't we share symbols and icons across programs, without having to duplicate the efforts

[GRASS-dev] probable v.db.connect -g parsing problem

2009-08-24 Thread Hamish
? Is it seen in the wild or is it just an unused nice idea someone had? Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] Re: [GRASS-SVN] r38597 - grass/trunk/vector/v.in.ogr

2009-08-22 Thread Hamish
(void *buf) { free(buf); } most of the G_malloc() stuff justs adds bounds checking and prepares error messages; there are no #ifdefs in lib/gis/alloc.c for Windows. I can't say that won't change in the future, but for now... Hamish ___ grass-dev

Re: [GRASS-dev] gmath/gpde Patch for grass6.5 and grass7

2009-08-21 Thread Hamish
Soeren: IMHO it may be difficult to re-license the ccmath library under the GPL ... . Hamish: why? Term 3 of the LGPL exists to describe exactly how to do that. Soeren: I am not concerned about the technical way, but about agreement of the original author of ccmath. Maybe i am wrong

[GRASS-dev] removal of status messages from the vector cleaning fns

2009-08-19 Thread Hamish
%. :-/ thanks, Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] r.univar -g: output total as well

2009-08-19 Thread Hamish
/ only d.rast.edit.tcl uses a $total variable. But maybe something in addons does. not sure Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] Re: i.cca eigenvector computation strangeness

2009-08-18 Thread Hamish
, the m.eigensystem module (addons), and R-stats can give you some confidence in one flavour over another. I'd guess it is highly likely that you are correct and this source was adapted from Fortran beginnings. Hamish ___ grass-dev mailing list

Re: [GRASS-dev] gmath/gpde Patch for grass6.5 and grass7

2009-08-14 Thread Hamish
' the COPYING file need any adjustment to cover this. But a formal decision on that may be a matter for the PSC. As long as everything in the lib/ccmath/ dir falls under the same (GPL compatible) license and the LGPL.txt file is placed in that dir I'd be happy. Hamish [*] a web search for ccmath found

[GRASS-dev] output of doubles as text

2009-08-14 Thread Hamish
to squeeze from it? perhaps that's poorly worded: not that DCELL == double, but that size(double) in one place == size(double) in another. thanks, Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

[GRASS-dev] trac #637: spaces in path names (wx + tcl)

2009-08-14 Thread Hamish
/changeset/38436 ... maybe others thanks, Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] Re: [GRASS-windows] No such file or directory

2009-08-14 Thread Hamish
now uses a python parser which understands shell quoting on the Cmd line. But that might only be present in the very latest build. Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] gmath/gpde Patch for grass6.5 and grass7

2009-08-13 Thread Hamish
/HowToContribute#WriteaccesstotheMainGRASS-SVNrepository cheers, Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] Possible bug in r.out.gdal?

2009-08-12 Thread Hamish
Soeren wrote: | Data Description: |generated by r.mapcalc |sin(col() * 5) * col() + cos(row() * 5) * row() + 200 nice test pattern H ___ grass-dev mailing list grass-dev@lists.osgeo.org

[GRASS-dev] Re: 6.4.0 release blockers [was: About the vector changes]

2009-08-09 Thread Hamish
with v.external 593 WinGRASS GIS.m: cannot select maps from mapset GUI 637 Problems with paths in the TCL/TK Windows GUI Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: OOps! Re: [GRASS-dev] wingrass on VISSTA and XP with two pythons

2009-08-08 Thread Hamish
Helena Mitasova wrote: I am still wondering why tcltk browser shows files that start with . ? It is my understanding that that is a feature of the tcltk file picker, and there is nothing we can do about it. Hamish ___ grass-dev mailing

Re: [GRASS-dev] r.regression.line crash in awk (awk debugging)

2009-08-08 Thread Hamish
the BEGIN initialization anyway? I don't think it is strictly needed, but it is good habit to do so. Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] r.regression.line crash in awk (awk debugging)

2009-08-08 Thread Hamish
Hamish wrote: how about adding something like this to the awk script: (sorry about that being so rough+buggy, but you get the idea) H ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] r.regression.line crash in awk (awk debugging)

2009-08-07 Thread Hamish
Markus Neteler wrote: echo 345.551054 1 1 364.229489 1 1 382.907925 1 3 | awk ... R = (sumXY - sumX*sumY/tot)/((sumsqX - sumX^2/tot)*(sumsqY - sumY^2/tot))^0.5; sumsqY = 5 sumY = 5 tot = 5 thus (sumsqY - sumY^2/tot))^0.5 = 0 Hamish

Re: [GRASS-dev] wingrass on VISSTA and XP with two pythons

2009-08-07 Thread Hamish
the GRASS DOS prompt show the same? Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: OOps! Re: [GRASS-dev] wingrass on VISSTA and XP with two pythons

2009-08-07 Thread Hamish
for a better answer than I can give, but AFAIK they are harmless and can be deleted. Hamish __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Re: [GRASS-dev] r.regression.line crash in awk (awk debugging)

2009-08-06 Thread Hamish
might help. ? Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] About the vector changes

2009-08-06 Thread Hamish
could work (even partially) for maps without topology built. e.g. massive LIDAR datasets. thanks, Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [grass.script.core] parser() casts options as strings

2009-08-06 Thread Hamish
is the reason to use G_done_msg( ); instead of G_done_msg(); ? thanks, Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] legend in wxpython gui

2009-08-01 Thread Hamish
Helena wrote: and the button Use mouse to size place legend should be disabled if possible to avoid people spending too much time on figuring out how to make it work Hi, just to note - if done for 6.x that would be via a wrapper --script. Hamish

Re: [GRASS-dev] Various OSGeo4W updates

2009-08-01 Thread Hamish
on the road) Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

[GRASS-dev] Re: [GRASS-user] g.manual tries to run C:\Program Files\Internet Exporer\iexplore (the 'L' is missing from 'Explorer')

2009-07-28 Thread Hamish
for reference, I assume python has all the tools you need built in, tcltk can be pursuaded, ... which leaves msys's /bin/sh. I find msys to be too large complex to simply say msys does or does not support this or that as a blanket statement. Hamish

[GRASS-dev] Re: [GRASS-user] g.manual tries to run C:\Program Files\Internet Exporer\iexplore (the 'L' is missing from 'Explorer')

2009-07-26 Thread Hamish
is dependent on the browser you give for GRASS_HTML_BROWSER. AFAIK g.manual is now fixed on WinGrass, we just wait for new builds to confirm. Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] GRASS_BATCH_JOB in windows?

2009-07-23 Thread Hamish
the limit of what I can do with that. https://trac.osgeo.org/grass/log/grass/branches/develbranch_6/gui/tcltk/gis.m (+ more, see ticket svn log) thanks, Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman

Re: [GRASS-dev] Jewell Harrington sent you a postcard from 1001 Postcards!

2009-07-23 Thread Hamish
response in that case? what's the status of forwarding from Baylor? we don't seem to get any spam from that end ... Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] SWIG-Python lacking from install sequence in main Makefile

2009-07-23 Thread Hamish
or '...' before 'OGRSpatialReferenceH' make[1]: *** [OBJ.x86_64-unknown-linux-gnu/proj_wrap.o] Error 1 make[1]: Leaving directory `/usr/local/src/grass/svn/grass65/swig/python' make: *** [default] Error 2 ? thanks, Hamish ___ grass-dev mailing list

Re: [GRASS-dev] GRASS_BATCH_JOB in windows?

2009-07-22 Thread Hamish
layers of .bat before it which complicates things. (I am unable to test wingrass right now as well) Hamish ps- -Inline Attachment Follows- has anything changed re. mailing list attachment-stripping policy recently? ___ grass-dev

Re: [GRASS-dev] 7.svn fails to build from source (solved/doh!)

2009-07-20 Thread Hamish
Hamish wrote: many/most modules fail to build with: [...] main.c:45: undefined reference to `G_add_keyword' it seems to be there in gisdefs.h . ?? Glynn: Defined in lib/gis/parser.c. This suggests that it's linking against an old version of the library. What about

Re: [GRASS-dev] SWIG-Python lacking from install sequence in main Makefile

2009-07-19 Thread Hamish
Hamish: building relbr6.4 swig/python/ from Debian/Etch (swig version 1.3.29-2.1) fails with: [...] utils_wrap.c: In function 'pyseq_to_ptr': utils_wrap.c:2495: error: 'Py_ssize_t' undeclared (first use in this function) utils_wrap.c:2495: error: (Each undeclared identifier

Re: [GRASS-dev] SWIG-Python lacking from install sequence in main Makefile

2009-07-19 Thread Hamish
Hamish: building relbr6.4 swig/python/ from Debian/Etch (swig version 1.3.29-2.1) fails with: [...] utils_wrap.c: In function 'pyseq_to_ptr': utils_wrap.c:2495: error: 'Py_ssize_t' undeclared (first use in this function) [...] Markus: See http://n2.nabble.com/grass7

Re: [GRASS-dev] SWIG-Python lacking from install sequence in main Makefile

2009-07-19 Thread Hamish
Hamish: building relbr6.4 swig/python/ from Debian/Etch (swig version 1.3.29-2.1) fails with: [...] utils_wrap.c: In function 'pyseq_to_ptr': utils_wrap.c:2495: error: 'Py_ssize_t' undeclared (first use in this function) [...] a #include Python.h seems in order. I am trying

Re: [GRASS-dev] SWIG-Python lacking from install sequence in main Makefile

2009-07-19 Thread Hamish
Hamish: so (IIUC) swig 1.3.29 requires python = 2.5 ? I can get a little further if I iteratively add this patch to *_wrap.c: --- grass_wrap.c.ORIG 2009-07-20 13:06:52.0 +1200 +++ grass_wrap.c2009-07-20 13:07:15.0 +1200 @@ -111,6 +111,11 @@ /* Python.h has to appear

[GRASS-dev] 7.svn fails to build from source

2009-07-19 Thread Hamish
/grass/svn/trunk/dist.i686-pc-linux-gnu/include/grass/vector.h:478: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token make: *** [OBJ.i686-pc-linux-gnu/allocation.o] Error 1 ? thanks, Hamish ___ grass-dev mailing list grass-dev

Re: [GRASS-dev] GRASS 7: Interactive startup needed - how to avoid?

2009-07-19 Thread Hamish
understand why user focused distros don't set that up by default. OT tip2: more signal by not recording duplicates in .history file: export HISTCONTROL=ignoredups Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org

Re: [GRASS-dev] 7.svn fails to build from source

2009-07-19 Thread Hamish
Hamish wrote: Debian/Lenny on 64bit: -- many/most modules fail to build with: [...] main.c:45: undefined reference to `G_add_keyword' it seems to be there in gisdefs.h . ?? Glynn: Defined in lib/gis/parser.c. This suggests that it's linking against

Re: [GRASS-dev] SWIG-Python lacking from install sequence in main Makefile

2009-07-19 Thread Hamish
Hamish: so (IIUC) swig 1.3.29 requires python = 2.5 ? Glynn: FWIW, the wrappers generated by SWIG 1.3.36 have: IOW, you should just need a newer version of SWIG. aka ask users to upgrade their OS in order to install a user app. :-/ If this can not be worked around, anyone know what

Re: [GRASS-dev] 7.svn fails to build from source

2009-07-19 Thread Hamish
Hamish wrote: svn/trunk/dist.x86_64-unknown-linux-gnu/lib$ ldd libgrass_gis.so linux-vdso.so.1 = (0x7fffb79ff000) ! -libgrass_datetime.so = /usr/lib/grass/lib/libgrass_datetime.so (0x7fdbaf4e5000) libpthread.so.0 = /lib/libpthread.so.0 (0x7fdbaf2c9000

Re: [GRASS-dev] GRASS7 rasterlib broken?

2009-07-15 Thread Hamish
any opportunity here to kill off some more library-internal global variables? Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] G_script()

2009-07-13 Thread Hamish
? besides the basic --script for the GUI menu structure, it would be nice to also have: --shell-script or --bourne-script and --python-script which would modify script() to fill in the basic shebang and have to be in grass to use this ### your code goes here ### stuff. Hamish

Re: [GRASS-dev] options label/description

2009-07-13 Thread Hamish
previous discussion about this topic. besides the grass-dev thread see also minor mention here https://trac.osgeo.org/qgis/ticket/1133 Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo

Re: [GRASS-dev] options label/description

2009-07-10 Thread Hamish
. Comments? see this earlier discussion from March 2007: http://thread.gmane.org/gmane.comp.gis.grass.devel/19258/ Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] Re: [GRASS-user] r.neighbour and r.mask

2009-07-09 Thread Hamish
Glynn wrote: r.neighbors doesn't propagate nulls, but computes the aggregate over the non-null cells. It doesn't even have an option to propagate nulls. ah, good to know. thanks for the explanation. help pages updated in SVN to mention this. Hamish

[GRASS-dev] Re: [GRASS-user] Wx-Python GUI and nViz

2009-07-07 Thread Hamish
replacement. (wxGviz is a horrible pun on gee-whiz == wow btw) if not, file and directory names should be wxnviz.* not nviz.* IMO. regards, Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass

Re: [GRASS-dev] grass 640

2009-07-06 Thread Hamish
) using MS VS. The OSGeo4W installer does this; links for anyone interested: http://trac.osgeo.org/grass/wiki/CompileOnWindowsMSVC http://trac.osgeo.org/grass/browser/grass/trunk/mswindows/osgeo4w http://trac.osgeo.org/osgeo4w/wiki/pkg-grass#PackagerNotes Hamish

Re: [GRASS-dev] grass 640

2009-07-06 Thread Hamish
mapsets. that's a blocker. Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] g.extension.add available to install GRASS Addons SVN modules (GEM replacement)

2009-07-05 Thread Hamish
Glynn wrote: Installing extensions via the GUI should install them for an individual user, not system-wide. perhaps default to ~/.grass/addons/ ? (together with rename of .grassrc7 in trunk (it's not a rc file). call that ~/.grass/init ? or?) Hamish

Re: [GRASS-dev] rasterlib and file layout

2009-07-05 Thread Hamish
in a form suitable for easy Doxygen integration? should clean-room author aim for MIT/X (full integration into GDAL release) or LGPL (more in line with the spirit of our project; continues as a GDAL plugin) ? Hamish ___ grass-dev mailing list

[GRASS-dev] Re: [SoC] GRASS - Network Analysis - report

2009-07-04 Thread Hamish
. v.in.ascii seems to manage it. Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] Re: [GRASS-user] grass 6.4 rc5 and python scripting

2009-07-03 Thread Hamish
. I've fixed this in 7.x with r38126. However, menuform.py still tries to run the script using its basename. should this be backported? if so, to which branches? Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http

Re: [GRASS-dev] Submitting module to addons - r.sundenoise - mentor required

2009-07-03 Thread Hamish
not. [**] loss of focus is a cost which must be balanced against continuity Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] Submitting module to addons - r.sundenoise - mentor required

2009-07-03 Thread Hamish
then to learn Python. Python is quite easy language to learn for newcomers. Shell scripts are simply not good choice for writing sometimes quite complicated GRASS scripts. I completely agree. All the same, often they are quite useful and powerful. regards, Hamish

Re: [GRASS-dev] Submitting module to addons - r.sundenoise - mentor required

2009-07-03 Thread Hamish
Hamish: So (IIU this C*), why should the removal of shell script support not be reverted?  What does it cost us to keep shell script support?** [*] I suspect I may not. Glynn: The support which has been removed is limited to the build system. Thank you for the clarification; sorry

Re: [GRASS-dev] 6.4rc5: wxgui display problems

2009-07-02 Thread Hamish
to modify a map you'll need to hit the force redraw button. not sure about the wxGUI, I don't have that near me right now, but I expect there will be a similar button. Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http

Re: [GRASS-dev] 6.4rc5: wxgui display problems

2009-07-02 Thread Hamish
Moritz Lennert wrote: Working with 6.4rc5 compiled as deb packages on Ubuntu Intrepid, many of my students had trouble with the map display in the wxgui, today. I've not been able to reproduce it systematically, yet, and so am hesitant to file this as a bug, but would like to know if

Re: [GRASS-dev] vector libs: file based spatial index

2009-06-25 Thread Hamish
are, and will be very common in the future ( the future is now in many cases). Keep overheads of all types low and the rest will take care of itself. aka life's a compromise, do your best. Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http

Re: [GRASS-dev] Re: Raster lib in GRASS7

2009-06-24 Thread Hamish
Glynn wrote: I'm not entirely sure about interp.c. There might be non-raster uses for it, although DCELL should be changed to double if it's kept in libgis. move to lib/gmath ? Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org

Re: [GRASS-dev] vector libs: file based spatial index

2009-06-24 Thread Hamish
. ... interested to learn why topology would be useful for points-only data. In general I'm fairly happy with the no-topology solution for lidar data in grass, but a few targeted modules (eg v.info) really need to be modified to deal with them. Hamish ps- we still need to hunt through the archives

Re: [GRASS-dev] authoritative source of doc for grass python functions

2009-06-23 Thread Hamish
http://download.osgeo.org/grass/grass6_progman/pythonlib.html Moritz wrote: Do I see correctly that there is no PDF version of it available ? try 'make pdfdocs' Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http

[GRASS-dev] G_() to Rast_()

2009-06-22 Thread Hamish
why was #include grass/raster.h added to this file: https://trac.osgeo.org/grass/changeset?new=grass%2Ftrunk%2Fvector%2Flidar%2Flidarlib%2FTcholBand.c%4038014old=grass%2Ftrunk%2Fvector%2Flidar%2Flidarlib%2FTcholBand.c%4037969 I'm assuming there are other false positives. ? Hamish

Re: [GRASS-dev] r.horizon - G_set_window (maybe) error in southern hemisphere

2009-06-22 Thread Hamish
() function?? Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

[GRASS-dev] fork()ed process bound to same core as parent?

2009-06-22 Thread Hamish
search finds some non-portable chatter about setaffinity and binding, but nothing very clear about how to undo the behaviour. if it's an OS /proc thing, it seems like a weird choice for the default. ?, Hamish ___ grass-dev mailing list grass-dev

[GRASS-dev] Re: [GRASS-user] v.lidar.edgedetection very slow

2009-06-21 Thread Hamish
Jyothish Soman wrote: I think that will be the parallel version of the code given in the link. Sorry, I dont have the resources right now to check the validity of the code, my laptop is fried, working from a common terminal. Just add -fopenmp flag in the make file for the code Hamish

Re: [GRASS-dev] Re: Raster lib in GRASS7

2009-06-21 Thread Hamish
to libgis, and everything which uses the remaining fields needs to be moved to libraster. for my 2c the region belongs to libgis, as it is also used for display bounds and by region cropping input=/output= flags for some vector modules. Hamish

Re: [GRASS-dev] Remaining shell scripts

2009-06-19 Thread Hamish
then - the new v.in.ogr GPX driver. scripts/v.out.gps/v.out.gps to be ported. visualization/nviz/scripts/nviz unused? (or if used, just a 1-liner) note nviz from File menu in wxGUI on WinGrass currently fails for unknown reasons. (process complete: 0 sec) Hamish

Re: [GRASS-dev] Remaining shell scripts

2009-06-19 Thread Hamish
/resources/postflight.in build scripts. Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

[GRASS-dev] v.lidar category numbers

2009-06-19 Thread Hamish
1 #define PRE_EDGE2 #define PRE_UNKNOWN 3 In v.lidar.growing I don't see any of these clearly but I guess they must be there. ... I am a little confused. I'd like to update the v.lidar.edgedetection man page to say what cat 0 in its output means. thanks, Hamish

Re: [GRASS-dev] Remaining shell scripts

2009-06-19 Thread Hamish
scripts/d.out.gpsdrive/d.out.gpsdrive Hamish: If a method is found, it would be nice to recreate a d.out.file too, as that is very useful. Glynn: d.out.file is meaningless in 7.0, as there is no current monitor to get a list of displayed commands from. But this looks more like

[GRASS-dev] Re: [GRASS-user] v.lidar.edgedetection very slow

2009-06-19 Thread Hamish
allocated for it? looks like a bug to me. Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

[GRASS-dev] Re: [GRASS-user] problems compiling grass 7

2009-06-18 Thread Hamish
hope that recent changes in trunk do not preclude using/installing shell script modules cleanly, and would protest loudly if that is the case. It's one thing not to ship any, it's another very different thing to deny their use. regards, Hamish (still no time to port v.*.gps etc, and won't have

Re: [GRASS-dev] New WinGrass Release (6.4.0RC5)

2009-06-17 Thread Hamish
these extensions working under MS Windows. have you tried the updated simplified build instructions using osgeo4w as the framework? https://trac.osgeo.org/grass/wiki/CompileOnWindows then hopefully it is mostly a matter of making sure the PATH order is correct. (??) Hamish

Re: [GRASS-dev] terminology issues in grass7

2009-06-15 Thread Hamish
import them with v.in.ogr you get like 50 different layers. DXF is another. Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] grass7 build failing for swig/python

2009-06-15 Thread Hamish
Hamish: [...]/trunk/dist.i686-pc-linux-gnu/include -I/usr/local/src/grass/svn/trunk/dist.i686-pc-linux-gnu/include -o OBJ.i686-pc-linux-gnu/utils_wrap.o -c utils_wrap.c utils_wrap.c: In function 'pyseq_to_ptr': utils_wrap.c:2495: error: 'Py_ssize_t' undeclared (first use

[GRASS-dev] grass7 GEOS build fail

2009-06-13 Thread Hamish
: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token make: *** [OBJ.i686-pc-linux-gnu/allocation.o] Error 1 include/Vect.h:474 is just after #ifdef HAVE_GEOS ... not sure what's wrong with that. (libgeos-dev ver 2.2.3-3) thanks, Hamish

Re: [GRASS-dev] terminology issues in grass7

2009-06-11 Thread Hamish
Hamish: map - layer (Map Layer) layer - catset (Category Set) to be honest, I'm not a fan of either. map - layer: no need for change; layer is less meaningful in this context (my POV is not from the GUI layer-list perspective, so the metaphor makes little sense) Martin: I

Re: [GRASS-dev] calculate distance with vector

2009-06-10 Thread Hamish
. then feed that column name to the 'v.distance column=' option. Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] r.in.gdal problems

2009-06-10 Thread Hamish
srtm tiles and grass's raster maps I think it is normal that the cell edges seem to hang 1/2 a cell beyond exact round numbers. Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] my first grass complete script

2009-06-10 Thread Hamish
Rodelec Neuba wrote: hi this is my first grass complete grass script in C. I was trying to draw a rectangle around the map region. Moritz wrote: You do know that there is v.in.region ? also d.region.box in wiki addons. Hamish

Re: [GRASS-dev] r.in.gdal problems

2009-06-10 Thread Hamish
Hamish wrote: due to the grid vs cell center registration difference between srtm tiles and grass's raster maps I think it is normal that the cell edges seem to hang 1/2 a cell beyond exact round numbers. (which in this case causes a slight overlap) Hamish

Re: [GRASS-dev] r.in.gdal problems

2009-06-10 Thread Hamish
Hamish wrote: due to the grid vs cell center registration difference between srtm tiles and grass's raster maps I think it is normal that the cell edges seem to hang 1/2 a cell beyond exact round numbers. (which in this case causes a slight overlap) and can be solved by cropping

Re: [GRASS-dev] GRASS 6.4.0RC5 tagging

2009-06-09 Thread Hamish
Francesco Paolo Lovergine wrote: Just for note r37784 can be packaged straight on with only one minor change due to a fix for g++ 4.4 merged in, so I can upload it into sid just after the release... already done, http://trac.osgeo.org/grass/changeset/36940 Hamish ps- how to symlink

Re: [GRASS-dev] status and updates of datumtransform.table

2009-06-09 Thread Hamish
regional sets with significant differences. How far appart are points transformed using the two 7-term paramerts? 10s of meters? just a few cm? Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass

Re: [GRASS-dev] python with grass

2009-06-06 Thread Hamish
Glynn: The GRASS startup scripts should have already added this directory to PYTHONPATH. note that for GRASS 6 this wasn't happening until a few days ago due to a typo in init.sh. Hamish ___ grass-dev mailing list grass-dev

Re: [GRASS-dev] Python SWIG

2009-06-06 Thread Hamish
Glynn wrote: However, some of those wrappers will be unusable because of an inability to pass an argument from Python or return the result to Python. is NumPtr of any help here? (see examples/m.distance.py) https://trac.osgeo.org/grass/browser/grass/trunk/swig/python/NumPtr Hamish

Re: [GRASS-dev] GRASS 7: r.in.wms compile failure - ImportError: cannot import name log

2009-06-02 Thread Hamish
/etc/python. fwiw, this fix was committed to 6.4 and 6.5 svns 2 days ago: http://trac.osgeo.org/grass/changeset/37641 Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] grass7 on WinGrass Multi.make deps

2009-06-01 Thread Hamish
it. After looking at the message again it may have been a mistake to include it since the real problem was a version issue with MSys' make (3.79.1 vs 3.81). Either way I'll remove it from the wiki since it is no longer needed. ok, thanks. Thanks for all the work including those bugfixes Hamish

[GRASS-dev] grass7 on WinGrass Multi.make deps

2009-05-31 Thread Hamish
): $(DEPENDENCIES) - $(call linker) - -define objs_rule -$(BIN)/$(1)$(EXE): $$(patsubst %.o,$(OBJDIR)/%.o,$$($$(subst .,_,$(1)_OBJS))) +define objs_rule +$(BIN)/$(1)$(EXE): $$(patsubst %.o,$(OBJDIR)/%.o,$$($$(subst .,_,$(1)_OBJS)))$(DEPENDENCIES) + $$(call linker) ? Hamish

Re: [GRASS-dev] grass7 on WinGrass Multi.make deps

2009-05-31 Thread Hamish
Hamish wrote: while reviewing streamlining the WinGrass build instructions I notice a work-around is given for the grass 7 Make/Multi.make file which looks like it might be a bug. It is step 4 for building GRASS 7: https://trac.osgeo.org/grass/wiki/CompileOnWindows#Grass-7.0.svntrunk

Re: [GRASS-dev] easily restrict g.list/g.mlist to current mapset?

2009-05-28 Thread Hamish
Markus wrote: it would be nice to have a -c flag (current mapset only) in g.list and g.mlist to easily list in a selective way. Currently I always have to run g.gisenv to fetch the current mapset name and use mapset=name. Or is there already a way to restrict the output to the current

[GRASS-dev] Re: ps.output in grass-addons

2009-05-27 Thread Hamish
- draw a grid with numbers 4700 4750 4800 ... but major 5 and round 7 - draw 470 475 480 ... what they print on the topo maps here is like the top example here: http://bambi.otago.ac.nz/hamish/grass/dev/coord.html ie kilometers(pos5,4) are 2 font sizes larger, meters(pos3,2,1) are smaller

<    5   6   7   8   9   10   11   12   13   14   >