Re: [GRASS-user] grass70 and display monitor

2009-12-06 Thread Martin Landa
Hi, 2009/12/5 Jan Hartmann j.l.h.hartm...@uva.nl: A point on digitizing. If you haven't tried it, you should take a look at the digitizing that Martin has built into the new GUI. Because it has hot-key equivalents for all buttons, you CAN digitize with your right hand on the mouse and left on

RE: [GRASS-user] GIS and GPU

2009-12-06 Thread Pablo Carreira
And I am -very- new to python, do you have any clue on how to begin? Send raster to a python matrix? The major deal that i'am thinking is to implement massive orthoretification of sat images on grass using RPCs (for comercial sats) or Rigorous models (for CBERS sat, that have free 2,5m pan

[GRASS-user] Re: i.atcorr with MSS band 5,6,7

2009-12-06 Thread Marco Tuckner
Hello, thanks for your response. i.atcorr supports the MSS sensor aboard Landsat 5 and is not applicable to Landsat 1 data (nor landsat's 2,3 or 4). In-order to atmospherically correct landsat 1 data with i.atcorr you'll need to add support for it. Yes, I got that from the help page. It's

RE: [GRASS-user] GIS and GPU

2009-12-06 Thread Pablo Carreira
Hi Peng, I want to make a new function, I want to put the orthoretification mathematical theory that I have in any programming language, but I am lost. The last program that I wrote was 8 years ago in VBasic. The criteria for choosing python is that Python looks to me more easy to learn. And

[GRASS-user] Re: v.breach addon

2009-12-06 Thread Luís Ferreira
Aftermath... I had to change some strings to make v.breach work on GRASS 6.4svn revision 39873, Ubuntu/Debian 9.10. Luís Ferreira - line 310 v.parallel input=${OUTP}_grid_addcat_bnd_patch_break_ln_2l_tmp_${UNQ} output=${OUTP}_segm_2l_r_tmp_${UNQ}

Re: [GRASS-user] GIS and GPU

2009-12-06 Thread Michael Barton
Ideally, you could work to replace the old i.orthophoto with new tools built in Python and wxPython to incorporate into the current GRASS development. This would be greatly appreciated by many. IMHO, and as someone who is not trained formally in programming, Python is easy to learn and is

[GRASS-user] Re: v.breach addon

2009-12-06 Thread Maciej Sieczka
Luís Ferreira pisze: Aftermath... I had to change some strings to make v.breach work on GRASS 6.4svn revision 39873, Ubuntu/Debian 9.10. Can you send a diff (diff original_file your_file), as attachment? Maciek -- Maciej Sieczka http://www.sieczka.org

Re: [GRASS-user] GIS and GPU

2009-12-06 Thread Benjamin Ducke
Instead of CUDA, maybe consider using OpenCL, as that is a vendor-independent standard which works on GPUs, CPUs and DSPs. There seem to be several Python wrappers for OpenCL. Ben Pablo Carreira wrote: Hi, I'am curious to know if there is any development is using GPU to accelerate some