Re: [GRASS-dev] trunk r47474 breaks OGSF rendering of points on surface

2011-08-20 Thread Hamish
> > Martin wrote: > >> Also note that nviz is going to be removed from trunk when > >> wxNviz will be completed (I hope soon). Hamish: > > well, no. there's no reason to remove it in the short term, > > even as the wx version matures nicely. an optional

Re: [GRASS-dev] trunk r47474 breaks OGSF rendering of points on surface

2011-08-17 Thread Hamish
d is useful to some folks. thanks, Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] problem with Rast_get_c_color()

2011-08-15 Thread Hamish
ble *shift:n where n is the amount to shift the color table *nv:r:g:b color to use for NULL values **:r:g:b color to use for undefined (beyond color rules) [^^] sometime seen when FP max goes beyond integer max, or color table borrowed from a n

Re: [GRASS-dev] R.terraflow on massive grids

2011-08-15 Thread Hamish
Glynn: > The iostream library uses size_t. However, r.terraflow > itself had a bug (scale then cast instead of cast then scale), > which should be fixed by r47641. in the same class, but sort of unrelated- any thoughts on #1107? https://trac.osgeo.org/grass/ticket/1107 thank

Re: [GRASS-dev] wiki item of the day

2011-08-15 Thread Hamish
dule help pages more, although the "module of the day" does help with that and we have the GUI help + g.manual never too far away. > >> I think it would be nice and helpful to have something like > >> a "wiki item of the day" at the starting page > >>

Re: [GRASS-dev] wiki item of the day

2011-08-14 Thread Hamish
wiki page": http://grass.osgeo.org/wiki/Special:Random Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] GRASS GIS Map Display

2011-08-13 Thread Hamish
p's question or not. (GDAL's virtual-raster format is another wonderful cpu-saving device worth mentioning btw) http://www.gdal.org/gdal_vrttut.html Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

[GRASS-dev] Re: [SoC] Weekly report #10 r.modis GRASS

2011-08-09 Thread Hamish
g we can help with? what's the problem you are stuck on? maybe someone here has a bright idea to get past it. cheers, Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] vector display: attributes for areas

2011-08-09 Thread Hamish
uot;best placed labels" was the motivation for v.label.sa (one day to be merged into v.label as a flag) ??, Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] g.parser and zero length parameter

2011-08-04 Thread Hamish
4.1, so only present in development snapshot builds; db.out.ogr works in the last official release. Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] Re: ctypes problem with Vect_open_old

2011-08-03 Thread Hamish
to sid #apt-get update && apt-get upgrade # at this point I usually copy + bzip2 the fresh image. #ssh -p user@localhost #scp -P file user@localhost: hope it helps, Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] GRASS_RENDER_IMMEDIATE in GRASS7

2011-07-19 Thread Hamish
> Hamish wrote: > > which variables exactly would be better controlled by > > modules directly? Glynn: > Anything where you want the user to be able to change the > setting via a module rather than requiring the user to use > "export" or "eval `...`".

Re: [GRASS-dev] GRASS_RENDER_IMMEDIATE in GRASS7

2011-07-19 Thread Hamish
ld be a lot more work. which variables exactly would be better controlled by modules directly? (eg FONT needs to be unique per-module not per-monitor, but GRASS_WIDTH,HEIGHT are unique per-monitor) Hamish ___ grass-dev mailing list grass-dev@list

Re: [GRASS-dev] strange mapcalc result

2011-07-17 Thread Hamish
to add the spaces to make them forward compatible. pthreads doesn't parse, it breaks up the processing into multiple threads internally for a performance gain. Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] wxNviz volumes

2011-07-03 Thread Hamish
rt for other formats, unless we add external dependencies and system() calls which are not very portable. (maybe just PPM & GIF are allowed directly from tcl/tk?) the Wx version shouldn't be limited by that. rough memory, Hamish ___ grass-dev m

Re: [GRASS-dev] Re: GRASS Test suite

2011-07-03 Thread Hamish
Hi, can we move the test files into $MODULE/testsuite/ or similar? I'm just looking at grass7/raster/r.colors/ and the test files really dominate the module dir. thanks, Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org

Re: nviz_cmd now compiles on Mac (was Re: [GRASS-dev] wxNviz volumes)

2011-07-03 Thread Hamish
thanks, Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

[GRASS-dev] Re: [GRASS-user] GRASS 7 vector topology format changed

2011-07-03 Thread Hamish
instead of asking the Makefile to do it? hmm maybe not, there is still just one set of *.o files) I just have bad flashbacks of spending a lot of time re-sync'ing fixes to i.points, i.vpoints, ..., after their cloned graphing code had diverged for many years. &

Re: [GRASS-dev] G3d library code review and raster lib tile approach

2011-07-03 Thread Hamish
Soeren wrote: > > > > Should such a strong external dependency really be > > > > considered? Glynn: > > > GDAL is already almost mandatory. Hamish: > > the bit I worry about is putting so much of the core > > functionality onto a 3rd party sole-su

Re: [GRASS-dev] G3d library code review and raster lib tile approach

2011-07-02 Thread Hamish
eats the purpose, although I guess depending on gdal >= 2.0.0 would be reasonable enough. 2c, Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

[GRASS-dev] Re: [GRASS-user] GRASS 7 vector topology format changed

2011-07-01 Thread Hamish
up at the cost of worse performance of scattered large non-point datasets? is time to run d.vect in a sub-region of the overall map a good way to test the performance difference? (hoping this means we can have the best of both worlds!) thanks, Hamish ___

Re: [GRASS-dev] wxNviz volumes

2011-07-01 Thread Hamish
le=`seq -s"," 5 10 95` ? or is a linear split like for standard 2D contour lines less confusing for the viewer to understand? (I'm working with heavily vertically stratified data and the linear approach isn't working very well) thanks, Hamish ___

Re: [GRASS-dev] wxgui internal commands outputting to terminal in GRASS 7

2011-07-01 Thread Hamish
Hamish: > > what goes `g.gisenv` say about the GRASS_DEBUG level? > > Is it set to 0? (aka debug messages off) Martin" > it should be `DEBUG` not `GRASS_DEBUG`, right? right. H ___ grass-dev mailing list grass-dev@

Re: [GRASS-dev] wxgui internal commands outputting to terminal in GRASS 7

2011-07-01 Thread Hamish
Michael wrote: > Any wxgui action causes a lot of > output to the terminal in the current svn version of GRASS > 7. Here is an example from adding a raster and a vector to > the layer manager. > > D1/5: ... what goes `g.gisenv` say about the GRASS_DEBUG level? Is it set to 0? (aka debug messag

Re: [GRASS-dev] Re: [GRASS-SVN] r46717 - grass/branches/releasebranch_6_4/scripts/v.build.all

2011-06-29 Thread Hamish
> > > >     CMD="v.build map=${VECT}@${MAPSET}" > > > > -    g.message "$CMD" > > > > +    g.message message="$CMD" Hamish: > > Needed in this case because the string contains a '=', > > which confuses the p

Re: [GRASS-dev] Re: [GRASS-SVN] r46717 - grass/branches/releasebranch_6_4/scripts/v.build.all

2011-06-28 Thread Hamish
place -$CMD +eval $CMD Actually, I'm not really sure why that $CMD + g.message is needed at all. Maybe as a g.message -d debug or verbose message, or is it there for instructive purposes..? shrug, Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] Re: [GRASS-SVN] r46717 - grass/branches/releasebranch_6_4/scripts/v.build.all

2011-06-28 Thread Hamish
> >> > CMD="v.build map=${VECT}@${MAPSET}" Hamish: > > ps- those curly brackets do nothing.. Markus M: > also no harm yes and no- sure it's a minor issue, but they help propagate the myth that curly brackets can be used to safely quote shell variab

Re: [GRASS-dev] Re: [GRASS-SVN] r46717 - grass/branches/releasebranch_6_4/scripts/v.build.all

2011-06-27 Thread Hamish
case because the string contains a '=', which confuses the parser. Hamish ps- those curly brackets do nothing.. ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] Principle G3D library question

2011-06-18 Thread Hamish
for that could be overkill. btw, I believe the "AV" responsible for parts of the G3D code is Alfonso Vitti. Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

[GRASS-dev] Re: r.colors -e for G3d?

2011-06-18 Thread Hamish
Hamish wrote: > I've got a 3D raster with a very skewed distribution. > For viewing the slices (r3.to.rast) I'd like to use a > single set of color rules for all of the z-levels. > > So I'd like to run the ever-amazing 'r.colors -e' to > equalize over

[GRASS-dev] splitting up the addons wiki page

2011-06-18 Thread Hamish
might be done by linking to the row in the table for the command on the main page. or maybe adjusting the macro to point to the sub-page is easier than creating the dynamic table? ideas? comments? solutions? thanks, Hamish ___ grass-dev mailing list

Re: [GRASS-dev] GSOC Week 3 report : Adding WMS layer support to update WXGUI

2011-06-17 Thread Hamish
nvoluted) Maybe the python version of r.in.wms in grass7 source code is not as complicated? best, Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

[GRASS-dev] Re: testing in 6.5 before backporting to 6.4

2011-06-14 Thread Hamish
e to do an emergency release due to some critical data-corruption or copyright bug. just something to consider, Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

[GRASS-dev] Re: testing in 6.5 before backporting to 6.4

2011-06-14 Thread Hamish
orth of computations as the dev branch had a new+unnoticed bug in it.. well, I could go on but the point is that now as a result I am uber-cautious about what goes into the stable branch, that's all. (Some push-back from me being too cautious sometimes is healthy of course :) Hamish __

Re: [GRASS-dev] grass7 - renamed optiont

2011-06-13 Thread Hamish
. (I suppose cycles are cheap these days but it seems expensive to exhaustively check every single abbrev vs. all other options' possible abbrevs. but I guess it is safer than leaving it to the eye of the programmer) shrug, Hamish ps- slightly off-topic, but I'd like to keep discussion

Re: [GRASS-dev] Installing own Python script

2011-06-13 Thread Hamish
Hamish wrote: > addon environ variable can have multiples, you need to spit > on the first ":". ugg, C:\ probably doesn't like that. H ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] Installing own Python script

2011-06-13 Thread Hamish
upon request. should we stay with that and/or is a specific install target needed? (why is a python clone needed there? to help with menu integration? is there a bug in wingrass I don't know about?) Hamish ___ grass-dev mailing list gr

Re: [GRASS-dev] Test suite for GRASS - proposal, discussion welcome

2011-06-11 Thread Hamish
Hi, wrt, but not limited to the test suite, see also wish #618 "rfe: r.md5sum" https://trac.osgeo.org/grass/ticket/618 maybe it is a useful tool to have in the mix. Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists

Re: [GRASS-dev] Test suite for GRASS - proposal, discussion welcome

2011-06-09 Thread Hamish
e same seed. (currently only implemented for r.mapcalc?) Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] compiling errors - grass65svn compiled in the osgeo4w-stack

2011-06-02 Thread Hamish
a very very good reason. thanks, Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

RE: [GRASS-dev] netcdf import has flipped image (North is SouthandEast is West)

2011-06-01 Thread Hamish
semivariograms.. > I am most probably convert it to version 7 I guess the rows,cols,bytes per cell options could easily be picked up automatically from the input map's header. Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://

RE: [GRASS-dev] netcdf import has flipped image (North is SouthandEast is West)

2011-06-01 Thread Hamish
good luck lately with importing 10 years of QuikSCAT observations and 6 years of US Navy & NARR met model historical 0-hour forecasts as GRIB files*. [*r.region needed to fix gdal grid registration bug] Hamish ___ grass-dev mailing list grass-dev

Re: [GRASS-dev] GSoC Week 1 Report

2011-05-30 Thread Hamish
is ready for non-developers to use, but I think I might be alone in working that way and don't ask that anyone follows that method. Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] GSoC Week 1 Report

2011-05-30 Thread Hamish
). To keep it multi-platform, it is important to handle paths > in windows and unix. see the g.tempfile module, G_tempfile() C function, and grass.tempfile() python function. -> $MAPSET/.tmp/ have fun, Hamish ___ grass-dev mailing list grass-dev@l

[GRASS-dev] Re: [GRASS-user] LiDAR LAS import

2011-05-30 Thread Hamish
nts: a spatial index > which would make spatial queries and selections much faster. I believe that Howard & co. have been experimenting with different spatial index methods for points in the development version of libLAS, with good results. It's probably worth comparing notes about lessons

Re: [GRASS-dev] Re: [GRASS-user] LiDAR LAS import

2011-05-25 Thread Hamish
MMetz: > > I discovered a bug in v.in.ascii: from a point file with | > > as field separator like > > > > 1|2|3||5|6 > > > > only the first 3 columns will be imported because column 4 > > is empty which means that columns 5 and 6 are skipped. Hami

[GRASS-dev] Re: [GRASS-user] LiDAR LAS import

2011-05-25 Thread Hamish
I take it that without topology it runs in just seconds? my RAID runs at ~300mb/sec. 1.3m points isn't pushing memory limits into swap space. there's no real tough math happening here, just moving bits around... me thinks it's time to break out the profiling tools. a

Re: [GRASS-dev] qgis-grass poll

2011-05-25 Thread Hamish
less now that qgis has more plugins offering the functionality with less grass-layer weirdness to deal with? osgeo.org's drupal surely can do polls, but maybe wait until the recent LDAP dust has settled there.. slashgeo.org is another more generic site with geo-poll

Re: [GRASS-dev] problem with rendering in wxNviz

2011-05-25 Thread Hamish
other information > could be relevant. Hi, just as a debugging test, do you observe the same behaviour in tcl/tk NVIZ? What you describe sounds somewhat familiar, the rerendering in the tcltk version has always been a bit jumpy. I try to sit perfectl

[GRASS-dev] Re: [GRASS-user] LiDAR LAS import

2011-05-25 Thread Hamish
added to select signal strength, etc. but I might overload the z= column parameter to accept strings for that(?). (MBIO is for MB-System's multibeam sonar input library, Bob Covill already has this integrated in a custom fork) cheers, Hamish > _

Re: [GRASS-dev] sponsoring idea

2011-05-23 Thread Hamish
y to contribute my spare dev time to help someone else's profits. ..delicate balance.. the most valuable thing we have is the goodwill of the community -the codebase would have been dead many years ago without it- and we must protect that above all else. 2c shrug, Hamish ___

[GRASS-dev] Re: wx.psmap in trunk

2011-05-22 Thread Hamish
Martin wrote: > Hamish please could you backport ps.map's -b flag to > relbr64? wx.psmap uses this flag. sure. (but tomorrow as it's really late here) Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/

[GRASS-dev] Re: [GRASS-user] Re: g.extension and GRASS 6.4.1

2011-05-15 Thread Hamish
nst spaces in path names. "Double quote" instead. Use ${} when you need to protect the variable name from alphanumeric or _ (etc) which would be confused as part of the variable name. ${} gets evaluated at the expansion stage, not the command evaluation stage. Hamish ___

Re: [GRASS-dev] Re: [GRASS-user] g.extension and GRASS 6.4.1

2011-05-15 Thread Hamish
Hamish: > > finally we should consider what happens on Ubuntu and > > possibly OSX where by default there is no root pw & sudo > > is used; William: > I'm not sure what you mean.  I've never had any > problems running sudo, either directly in the terminal or

Re: [GRASS-dev] Re: [GRASS-user] g.extension and GRASS 6.4.1

2011-05-13 Thread Hamish
Hamish wrote: > finally we should consider what happens on Ubuntu and possibly OSX where > by default there is no root pw & sudo is used; new -u flag added for that in 6.5svn r46259. haven't tested so didn't backport to 6.4 yet. > and if we should test for MSYS and issu

[GRASS-dev] Re: [GRASS-user] g.extension and GRASS 6.4.1

2011-05-13 Thread Hamish
Hi, Hamish wrote: > note there is still a minor difference between g.extension(.sh) > in 6.4.svn and 6.5.svn, the default install dir (prefix) is > given as $GRASS_ADDON_PATH in 6.5 while $GISBASE in 6.4. > > For package-installs GISBASE is most probably readonly, so > GRASS_A

[GRASS-dev] Re: [GRASS-user] g.extension and GRASS 6.4.1

2011-05-10 Thread Hamish
already has a file there the script needs to exit with an error instead of deleting their prior work without asking. https://trac.osgeo.org/grass/changeset/44325 cheers, Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org

Re: [GRASS-dev] d.barb: call for testing

2011-04-27 Thread Hamish
bage values: r.mapcalc "invert = if(isnull(map), 1, null()" r.grow in=invert out=invert_buf1 r.mapcalc "MASK = if(isnull(invert_buf1), 1, null()" r.mapcalc "crop = map" Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

[GRASS-dev] d.barb: call for testing

2011-04-27 Thread Hamish
ASS_AddOns#d.barb http://trac.osgeo.org/grass/browser/grass-addons/display/d.barb screenshot: (style=arrow) http://bambi.otago.ac.nz/hamish/grass/screenshots/narr-a_221_20100629_1800_000_10m_winds.png maybe g.extension works to install it if you compiled grass yourself? (I haven't tri

[GRASS-dev] LAST CALL for Google Summer of Code mentors

2011-04-17 Thread Hamish
you ASAP if you have an opinion or are willing to help mentor any of those. best, Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] XDRIVER

2011-04-14 Thread Hamish
ns). 5+ years from now when python 3 has taken over, would grass6 still be able to run on a modern system? [such as you could do today if you want access to grass5's no-memory-overhead sites functionality] From a long-term maintenance perspective ANSI-C and Bourne scripts take very little effor

Re: [GRASS-dev] v.to.db azimuth from LL

2011-04-12 Thread Hamish
Hamish wrote: > is there any reason not to exit with a fatal error if the user tries to > run v.to.db option=azimuth from a lat/lon location? (the result is > useless) Also, in an ongoing effort to stop people shooting themselves in the foot, I would suggest to add a warning to v.to.

[GRASS-dev] v.to.db azimuth from LL

2011-04-12 Thread Hamish
, I would have it G_fatal_error() at the end of v.to.db's parse_command_line(). ?, Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] G_error()

2011-04-12 Thread Hamish
instead. Hi, can you provide an example of for when it would be useful? under what conditions is an error non-fatal? i.e. when would it be preferable over simply using G_important_message("ERROR: ...") ? Hamish ___ grass-dev mailing li

[GRASS-dev] d.barscale units [was: Release 6.4.1 - weekend test sprint?]

2011-04-01 Thread Hamish
will often be what is used in the more relaxed settings of overhead-projector presentations, the GUI, and web images, and so be more "human" friendly than scientific writing tends to be. 2c, Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] GSOC: ideas

2011-03-30 Thread Hamish
ODIS Swath Reprojection Tool for Level 1B or 2 data and can be used to create a GeoTiff." https://lpdaac.usgs.gov/lpdaac/tools/modis_reprojection_tool https://lpdaac.usgs.gov/lpdaac/tools/modis_reprojection_tool_swath Hamish ___ grass-dev maili

Re: [GRASS-dev] Interested in parallelization of GRASS

2011-03-28 Thread Hamish
ules on more than ~3 GiB of data. Although it's an obvious target, I didn't mention the segment library in the parallelization suggestions as I seemed to recall the disatisfaction with the current implimentation. If would be cool if a replacement for the segment library could be (re)bui

Re: [GRASS-dev] Re: [Qgis-developer] Re: Value tool plugin makes QGIS crash

2011-03-28 Thread Hamish
Radim wrote: >>> If there are 10 maps open in QGIS, it starts 1 executables >>> in about 1 second. That is probably a bit slow. Hamish: > > It can also take multiple input coords in a single call, so > > you can at least queue you queries into bigger sized chunk

Re: [GRASS-dev] Re: [Qgis-developer] Re: Value tool plugin makes QGIS crash

2011-03-28 Thread Hamish
s in a single call, so you can at least queue you queries into bigger sized chunks if you like, which would ease the pain a little. as a long term solution, would a from-scratch LGPL native GDAL driver help? ... Possible Summer of Code project for someone?

Re: [GRASS-dev] commits to tags, r45707

2011-03-28 Thread Hamish
Soeren wrote: > I am really sorry for that, it was my fault. I made my > changes within the wrong source directory and committed it. no worries, it could happen to anyone.. regards, Hamish ___ grass-dev mailing list gra

Re: [GRASS-dev] GRASS SoC ideas wiki

2011-03-26 Thread Hamish
s, but no one wants to use it, g.extention is at its core fundamentally a hack (I say as a coauthor), etc.--there's still a lot of maturing of ideas to do. The wiki addons page is getting rather long, but we aren't on the scale of needing something like CRAN yet.. - &q

[GRASS-dev] commits to tags, r45707

2011-03-26 Thread Hamish
d. https://trac.osgeo.org/grass/changeset/45707 not sure of the best approach to wind that back. thanks, Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] Interested in parallelization of GRASS

2011-03-26 Thread Hamish
g that a lot of the DB stuff is already run as a separate process, so some advantage of a multi-core system there. I'd be interested to hear what non-IO bound modules people spend a lot of time waiting for. Also if there are any memory-bound bottlenecks around? 2c, Hamish ___

Re: [GRASS-dev] Re: parsing file paths in GRASS Scripts- Windows OS

2011-03-26 Thread Hamish
-i -e 's+shlex.split+utils.split+g' \ -e 's+import shlex+import utils+g' *.py all the power, much less mess! Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] GUI for ps.map

2011-03-24 Thread Hamish
e map. yeah, I know that one (mea culpa). if there's not already a bug report open for it please create one. here's the code from ps/ps.map/map_info.c /* draw the background box */ if (m_info.bgcolor != -999) { /* skip if "none" */ set_rgb_color(m_info.bgcol

Re: [GRASS-dev] GUI for ps.map

2011-03-23 Thread Hamish
.x86_64-unknown- linux-gnu/etc/gui/wxpython/gui_modules/psmap.py", line 309, in _showErrMsg showTraceback = False) TypeError : __init__() got an unexpected keyword argument 'showTraceback' is that part of the threading problem listed o

Re: [GRASS-dev] GUI for ps.map

2011-03-23 Thread Hamish
fixed. And please to avoid wasted effort and bad feelings all around, do drop me an email before any structural/ more-than-trivial changes to the backend. thanks, Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] Re: [GRASS-SVN] r45737 - grass/trunk/gui/images

2011-03-23 Thread Hamish
> > Author: hamish > > Date: 2011-03-23 05:18:35 -0700 (Wed, 23 Mar 2011) > > New Revision: 45737 > > > > Added: > > grass/trunk/gui/images/silesia_splash.png > > Log: > > restore silesia_splash.png > > > > Copied: grass/trunk/gui/

[GRASS-dev] ecw, mrsid license (in)compatibility [was: text interface for GRASS70]

2011-03-23 Thread Hamish
Hamish: > > ps- re. r45719 "winGRASS: include some gdal plugins", can you > > confirm that these plugins are license compatible? (may have > > been left out on purpose) Martin: > currently it's gdal-ecw and gdal-mrsid. AFAIU those are supplied as plugins and

Re: [GRASS-dev] text interface for GRASS70

2011-03-22 Thread Hamish
Martin wrote: > > > $ grass70 -c /home/martin/grassdata/test1 > > > g.proj -p > > > XY location (unprojected) Hamish: > create XY by default? I'm not so sure about that. I'd think > it much better to exit with an error if location type could > not b

Re: [GRASS-dev] text interface for GRASS70

2011-03-22 Thread Hamish
gion bounds were using the curses stuff AFAIR, but that's east enough to replace. ? cheers, Hamish ps- re. r45719 "winGRASS: include some gdal plugins", can you confirm that these plugins are license compatible? (may have been left out on purpose)

Re: [GRASS-dev] ctypes naming convention - grass.py

2011-03-07 Thread Hamish
than "import gis". I'd assume most people have more than one GIS software installed, and many GIS software do python these days, so would the change lead to conflicts? or would it just be exposed internally? Hamish ___ grass-dev

Re: [GRASS-dev] Re: compiling in osgeo4w - configure: error: *** Unable to locate zlib library

2011-02-27 Thread Hamish
g as it does no harm let's leave it there for now and only backport if needed / once we get more info. I think JEF or someone may have put it back into osgeo4w as a favour to us. Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http:

Re: [GRASS-dev] compiling in osgeo4w - configure: error: *** Unable to locate zlib library

2011-02-26 Thread Hamish
Helmut wrote: > >I'm still getting an error in g.region: > > > >Errors in: > >/c/osgeo4w/usr/src/grass6_devel/general/g.region ... > printwindow.c:3:22: projects.h: No such file or directory Hi, try temporary solution in 6.5svn r45469. see also http://trac.o

Re: [GRASS-dev] compiling in osgeo4w - configure: error: *** Unable to locate zlib library

2011-02-24 Thread Hamish
Helmut wrote: > >> i can confirm this with your recent changes in svn > >> with r45429 etc. for grass6-develbranch. Hamish: > > fwiw, that needs to be reverted, then audited and real fixes > > committed piecemeal. it's a collection of private patches and > &

Re: [GRASS-dev] compiling in osgeo4w - configure: error: *** Unable to locate zlib library

2011-02-20 Thread Hamish
.org/osgeo4w/ticket/34 Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] v.generalize and LatLong?

2011-02-17 Thread Hamish
Markus N wrote: > I wonder if v.generalize should work in LatLong? I tried to use the > displacement but the result is identical. Maybe a map unit (threshold > given in meters but currently considered in map units = degree?). did you run v.build.polylines first?

Re: [GRASS-dev] Re: compiling in osgeo4w - configure: error: *** Unable to locate zlib

2011-02-13 Thread Hamish
7;t working. ?? WRT g.region's use of proj4-dev's projects.h, I'm responsible for adding that to the code so I'll comment within the ticket and on the osgeo4w bug for that which I wasn't previously aware of (or had forgotten about if that be the case). Hamish

Re: [GRASS-dev] quick postscript question

2011-02-05 Thread Hamish
Hamish wrote: >    fprintf(PS.fp, "B F BW stroke\n"); > > I assume I've got to modify the "B F BW" before the stroke, > but not sure what to, and can't find any decent reference for > it on a search of the 'net. > I could figure out that &quo

[GRASS-dev] quick postscript question

2011-02-05 Thread Hamish
decent reference for it on a search of the 'net. I could figure out that "F" means to fill the box. ? thanks, Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] 6.4.1 blocker bugs? more on d.legend

2011-02-04 Thread Hamish
> find out how to size the legend. is the "at: bottom,top,left,right" text not showing up above the wxPy module GUI's at= entry box, as it does in the tcltk module GUI? I thought Martin had implemented that recently. Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] Re: [GRASS-SVN] r45267 - grass/branches/releasebranch_6_4/locale/po

2011-01-31 Thread Hamish
nored if < 0;") "chdangle;" _("change the type of boundary dangle to line, " "threshold ignored if < 0, input line type is ignored;") ... in the code? ?, Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

[GRASS-dev] Re: [GRASS-user] r.shaded.relief-spgrass6 problems

2011-01-30 Thread Hamish
last year on the proj4 mailing list). Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] r45050: v.info: -r/-m/-t -> shell param

2011-01-26 Thread Hamish
Martin: > >> If so, why don't change some "standard" or "conventions" in > >> GRASS7? ;-) Hamish: > > because there's nothing really wrong with the old way? > > If there seem to many buttons in the GUI for a module, > > maybe the GU

Re: [GRASS-dev] v.surf.bspline man page - Man page improvement day

2011-01-19 Thread Hamish
ls later on. (this paragraph was not awkward on purpose, just regular awkward :) as per usual, patches welcome from all; those with commit access are responsible for committing, and they are personally responsible for reviewing and signing off on anything and everything the

Re: [GRASS-dev] g.findfile X g.filename

2011-01-18 Thread Hamish
re allows shell scripts to create new data base files as well as use existing ones. """ (g.findfile cares if it exists, returns "" for answers if not) perhaps in trunk its functionality could be covered by g.findfile + a new flag? Hamish __

Re: [GRASS-dev] r45069 - grass/branches/develbranch_6/general/g.findfile - compiling error

2011-01-18 Thread Hamish
case we might think more about modifying this one or adding a new module/script/python.tool to deal with g.findmap (script to see if g.mlist regex=^mapname$ returns an answer?). Hamish ___ grass-dev mailing list grass-dev@lists.osgeo.org http:/

Re: [GRASS-dev] r45050: v.info: -r/-m/-t -> shell param; GEM; parser.c

2011-01-18 Thread Hamish
Hamish: > > re. https://trac.osgeo.org/grass/changeset/45050 ... > > what's the justification for introducing non-standard > > behavior into v.info? Martin: > are you referring to GRASS6? both 6 and 7. > If so, why don't change some "standard" or &qu

Re: [GRASS-dev] r45069 - grass/branches/develbranch_6/general/g.findfile - compiling error

2011-01-17 Thread Hamish
rstanding why file= would ever be passed a qualified name in the first place? so why is the change needed? perhaps it is the file= option's description which is the misleading thing? .. a hold over from grass <=5 when vector bits were also at the mapse

[GRASS-dev] r45050: v.info: -r/-m/-t -> shell param; GEM; parser.c

2011-01-16 Thread Hamish
when the correct usage is like [/path/to/]filename.ext. https://trac.osgeo.org/grass/changeset/44339/grass/branches/releasebranch_6_4/lib/gis/parser.c hoping for improved discussion, thanks, Hamish ___ grass-dev mailing list grass-dev@lists.

<    1   2   3   4   5   6   7   8   9   10   >