[GRASS-dev] i.pr in GRASS6.4

Greetings all

I've seen a few emails, at GRASS users mailing list regarding i.pr module. This module, developed for GRASS5 by Stefano Merler , is a multi-tool to perform Classification for a wide set of methods. This is a good asset for GRASS having this tool "fully working" on GRASS 6.4.

has anyone tried to "redone" this tool to GRASS6.4.?
Thank you so much for your help

Best regards,
Antonio Rocha

__________ Information from ESET NOD32 Antivirus, version of virus signature database 5123 (20100518) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com

António wrote:

I've seen a few emails, at GRASS users mailing list
regarding i.pr module. This module, developed for GRASS5 by
Stefano Merler , is a multi-tool to perform Classification
for a wide set of methods. This is a good asset for GRASS
having this tool "fully working" on GRASS 6.4.

has anyone tried to "redone" this tool to GRASS6.4.?

yes, it can be found in GRASS addons SVN:
  http://grass.osgeo.org/wiki/Addons#i.pr

(raster & imagery modules typically only need a new Makefile to be ported
from GRASS 5 -> 6; anything written for grass 6.0.0 should still work
with any other GRASS 6.x.y, including GRASS 6.4.0rc6, without changes)

Hamish

Hi Hamish...

I have just installed using available Makefiles and it compiled.
The only major problem has to do with a Visualization. It opens an Xterminal but no raster is displayed. Was anything changes regarding this issue?
Thanks
Antonio

Hamish wrote:

António wrote:
  

I've seen a few emails, at GRASS users mailing list
regarding i.pr module. This module, developed for GRASS5 by
Stefano Merler , is a multi-tool to perform Classification
for a wide set of methods. This is a good asset for GRASS
having this tool "fully working" on GRASS 6.4.

has anyone tried to "redone" this tool to GRASS6.4.?
    
yes, it can be found in GRASS addons SVN:
  http://grass.osgeo.org/wiki/Addons#i.pr

(raster & imagery modules typically only need a new Makefile to be ported
from GRASS 5 -> 6; anything written for grass 6.0.0 should still work
with any other GRASS 6.x.y, including GRASS 6.4.0rc6, without changes)

Hamish

__________ Information from ESET NOD32 Antivirus, version of virus signature database 5124 (20100518) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com

__________ Information from ESET NOD32 Antivirus, version of virus signature database 5124 (20100518) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com

I'm sorry but I need to make a correction regarding this. This was done for GRASS6 so Makefiles will be similar to the ones that GRASS6.4 has.

Ok I have downloaded i.pr into my LINUX (Ubuntu machine) and I've used this command to compile:
sudo make -C i.pr MODULE_TOPDIR=/usr/local/grass-6.4.0svn &>log.log

Attached to this email is the installation LOG. I had a few errors, regarding Description.html but how is the rest? OK?
(will it work on GRASS6.4?)

Thank you
best regards,
Antonio Rocha

António Rocha wrote:

Greetings all

I've seen a few emails, at GRASS users mailing list regarding i.pr module. This module, developed for GRASS5 by Stefano Merler , is a multi-tool to perform Classification for a wide set of methods. This is a good asset for GRASS having this tool "fully working" on GRASS 6.4.

has anyone tried to "redone" this tool to GRASS6.4.?
Thank you so much for your help

Best regards,
Antonio Rocha

__________ Information from ESET NOD32 Antivirus, version of virus signature database 5124 (20100518) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com

Ups forgot the attachment.. Sorry
All executables were created...

António Rocha wrote:

I'm sorry but I need to make a correction regarding this. This was done for GRASS6 so Makefiles will be similar to the ones that GRASS6.4 has.

Ok I have downloaded i.pr into my LINUX (Ubuntu machine) and I've used this command to compile:
sudo make -C i.pr MODULE_TOPDIR=/usr/local/grass-6.4.0svn &>log.log

Attached to this email is the installation LOG. I had a few errors, regarding Description.html but how is the rest? OK?
(will it work on GRASS6.4?)

Thank you
best regards,
Antonio Rocha

António Rocha wrote:

Greetings all

I've seen a few emails, at GRASS users mailing list regarding i.pr module. This module, developed for GRASS5 by Stefano Merler , is a multi-tool to perform Classification for a wide set of methods. This is a good asset for GRASS having this tool "fully working" on GRASS 6.4.

has anyone tried to "redone" this tool to GRASS6.4.?
Thank you so much for your help

Best regards,
Antonio Rocha

__________ Information from ESET NOD32 Antivirus, version of virus signature database 5124 (20100518) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com

(attachments)

log.log (28.2 KB)

The MAN manual building script is either not existing on
your machine or perl fails:


GRASS_PERL=/usr/bin/perl VERSION_NUMBER=6.4.0svn sh /usr/local/grass-6.4.0svn/tools/g.html2man/g.html2man /usr/local/grass-6.4.0svn/docs/html/i.pr.blob.html /usr/local/grass-6.4.0svn/man/man1/i.pr.blob.1 1
sh: Can’t open /usr/local/grass-6.4.0svn/tools/g.html2man/g.html2man
make[3]: *** [/usr/local/grass-6.4.0svn/man/man1/i.pr.blob.1] Error 2

That’s harmless for the usage.
For the rest, there are warnings which should ideally be fixed but
warnings are not necessarily errors.

Perhaps you would just try the tools?

Markus