Hello!
I’d like to ask the following.
fact) I’ve downloaded and compiled trunk (7.1 SVN). It was OK biut I don’t need it anymore as I use 7.0 (SVN) instead.
Q) How to remove the 7.1 installation? There is no make uninstall target …
fact) I’d like to have a copy button into the d.rast and d.vect as it is on many other dialogs.
Q) Is it complicated to develop it for myself? Where to start? I have programming background. Not python, actually, but who cares…
fact) r.surf.idw in 7.0.1 and 7.1 makes no interpolation. Output raster is the same as input and it uses 10G of memory instead of the 2G used under 6.4.4 on the very same raster map…
Q) Is it a known bug, or is there a workaround?
thanks! 
···
–
Kuszinger Róbert
Giscom Kkt.
+36 30 507 0031
+36 30 22 11 787
kuszinger@giscom.hu
1078 Budapest, Hernád u. 43
On Fri, May 8, 2015 at 5:14 PM, Robert Kuszinger <kuszinger@giscom.hu>
wrote:
Hello!
I'd like to ask the following.
*fact)* I've downloaded and compiled trunk (7.1 SVN). It was OK biut I
don't need it anymore as I use 7.0 (SVN) instead.
*Q)* How to remove the 7.1 installation? There is no *make uninstall*
target ....
Not sure it is the best way, but I would simply delete the grass folder.
E.g., if you compiled it in /usr/local/grass, remove that folder. Depending
on your setup, you may have made some further changes, e.g., making a link
in /usr/bin ((e.g., using sudo ln -s /usr/local/grass7/bin/grass71
/usr/bin/), or adding a config file with the grass lib path to
/etc/ld.so.conf.d. If so, you may want to remove those too.
*fact)* I'd like to have a copy button into the d.rast and d.vect as it
is on many other dialogs.
*Q)* Is it complicated to develop it for myself? Where to start? I have
programming background. Not python, actually, but who cares...
*fact)* r.surf.idw in 7.0.1 and 7.1 makes no interpolation. Output raster
is the same as input and it uses 10G of memory instead of the 2G used under
6.4.4 on the very same raster map..
*Q) *Is it a known bug, or is there a workaround?
thanks! 
--
------------------------------
*Kuszinger Róbert Giscom Kkt.*
*+36 30 507 0031 <%2B36%2030%20507%200031>*
*+36 30 22 11 787*
kuszinger@giscom.hu
1078 Budapest, Hernád u. 43
_______________________________________________
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user
On Fri, May 8, 2015 at 11:14 AM, Robert Kuszinger <kuszinger@giscom.hu>
wrote:
Hello!
I'd like to ask the following.
*fact)* I've downloaded and compiled trunk (7.1 SVN). It was OK biut I
don't need it anymore as I use 7.0 (SVN) instead.
*Q)* How to remove the 7.1 installation? There is no *make uninstall*
target ....
*fact)* I'd like to have a copy button into the d.rast and d.vect as it
is on many other dialogs.
*Q)* Is it complicated to develop it for myself? Where to start? I have
programming background. Not python, actually, but who cares...
I would start somewhere here:
http://trac.osgeo.org/grass/browser/grass/trunk/gui/wxpython/gui_core/forms.py#L499
There is already a ticket for that:
http://trac.osgeo.org/grass/ticket/2313
so please attach your patch there. This is something more users need, so
help is appreciated.
*fact)* r.surf.idw in 7.0.1 and 7.1 makes no interpolation. Output raster
is the same as input and it uses 10G of memory instead of the 2G used under
6.4.4 on the very same raster map..
*Q) *Is it a known bug, or is there a workaround?
I don't remember any problems reported, but I haven't used it myself. Could
you provide an example, ideally based on NC sample dataset? If you don't
resolve this, please create a ticket. There is also r.surf.idw2 in addons,
you might want to try that one as well:
http://www.ces.iisc.ernet.in/grass/grass70/manuals/addons/r.surf.idw2.html
Cheers,
Anna
thanks! 
--
------------------------------
*Kuszinger Róbert Giscom Kkt.*
*+36 30 507 0031 <%2B36%2030%20507%200031>*
*+36 30 22 11 787*
kuszinger@giscom.hu
1078 Budapest, Hernád u. 43
_______________________________________________
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user
Anna,
thanks for the help.
I’ve updated my local 7.1 forms.py to make the Copy button omnipresent. I works well by far after make && make install.
Actually I’ve never did any OS development, so I’ve attached the new version of forms.py to the Trac ticket 2313, but I’m ready to do more
to make it as it should be…
Is there a “Grass development for dummies in 5 minutes” or “All around the world with SVN in 80 minutes” guide?
Even I have no idea of patching, etc as I’m a Smalltalk developer originally 
thanks
Robert
···
2015-05-08 22:19 keltezéssel, Anna Petrášová írta:
fact) I’d like to have a copy button into the d.rast and d.vect as it is on many other dialogs.
Q) Is it complicated to develop it for myself? Where to start? I have programming background. Not python, actually, but who cares…
I would start somewhere here:
http://trac.osgeo.org/grass/browser/grass/trunk/gui/wxpython/gui_core/forms.py#L499
There is already a ticket for that:
http://trac.osgeo.org/grass/ticket/2313
so please attach your patch there. This is something more users need, so help is appreciated.
Hi Robert,
On Sat, May 9, 2015 at 10:11 AM, Robert Kuszinger <kuszinger@giscom.hu> wrote:
Anna,
thanks for the help.
I've updated my local 7.1 forms.py to make the Copy button omnipresent. I
works well by far after make && make install.
Actually I've never did any OS development, so I've attached the new version
of forms.py to the Trac ticket 2313, but I'm ready to do more
to make it as it should be...
As per ticket it got added to trunk,
https://trac.osgeo.org/grass/ticket/2313
thanks for your contribution.
Is there a "Grass development for dummies in 5 minutes" or "All around the
world with SVN in 80 minutes" guide?
Even I have no idea of patching, etc as I'm a Smalltalk developer originally

Please take a look at this page:
http://grass.osgeo.org/development/
and especially
https://trac.osgeo.org/grass/wiki/HowToSVN
... and let us know what's missing so that we can improve it!
Best
Markus
Thanks for the help,
everything is fine. Newxt time I’ll be able do to it all myself.,
Best regards
Robert
Markus Neteler <neteler@osgeo.org> ezt írta (időpont: 2015. jún. 8., H, 9:32):
Hi Robert,
On Sat, May 9, 2015 at 10:11 AM, Robert Kuszinger <kuszinger@giscom.hu> wrote:
Anna,
thanks for the help.
I’ve updated my local 7.1 forms.py to make the Copy button omnipresent. I
works well by far after make && make install.
Actually I’ve never did any OS development, so I’ve attached the new version
of forms.py to the Trac ticket 2313, but I’m ready to do more
to make it as it should be…
As per ticket it got added to trunk,
https://trac.osgeo.org/grass/ticket/2313
thanks for your contribution.
Is there a “Grass development for dummies in 5 minutes” or “All around the
world with SVN in 80 minutes” guide?
Even I have no idea of patching, etc as I’m a Smalltalk developer originally

Please take a look at this page:
http://grass.osgeo.org/development/
and especially
https://trac.osgeo.org/grass/wiki/HowToSVN
… and let us know what’s missing so that we can improve it!
Best
Markus