Re: [GRASS-user] r.fuzzy.logic problem

2018-05-18 Thread bonatopaola

> Il 17 maggio 2018 alle 22.04 bonatopa...@libero.it ha scritto:
> 
> 
> 
> > > 
> > Il 17 maggio 2018 alle 17.06 Moritz Lennert 
> >  ha scritto:
> > 
> > On 17/05/18 17:06, Moritz Lennert wrote:
> > 
> > > > > 
> > > On 17/05/18 16:43, bonatopa...@libero.it wrote:
> > > 
> > > > > > > 
> > > > Hi all,
> > > > I'm new with GRASS GIS and I'm interesting to learn the 
> > > > use of r.fuzzy.*
> > > > tools. I read Jasiewicz paper (A new Grass GIS fuzzy 
> > > > inference system
> > > > for massive data analys) and I run r.fuzzy.system tool 
> > > > without error.
> > > > Now I'm trying to understand the process step by step 
> > > > using r.fuzzy.set
> > > > and r.fuzzy.logic. I produced membership raster with 
> > > > r.fuzzy.set but
> > > > when I use its outputs to run r.fuzzy.logic I have the 
> > > > follow error:
> > > > ERROR:  is not of type 
> > > > CELL.
> > > > The tool requires two input raster data and both are 
> > > > FCELL. I have no
> > > > idea where can be the error, both input data are from 
> > > > r.fuzzy.set.
> > > > I'm running Grass GIS 7.2.1 in Window 10 and I'm using
> > > > spearfish60_grass7 maps.
> > > > 
> > > > > > > 
> > > AFAICT, the message about CELL was an typo (should be FCELL), 
> > > and one of
> > > the FCELL types was ignored and the module fataled out in any 
> > > case.
> > > Shows that you are probably the first one to use these 
> > > modules in a long
> > > time...
> > > 
> > > I've tried to correct according to my understanding after a 
> > > rapid
> > > reading of the code. Could you reinstall the module with 
> > > g.extension and
> > > tell us if the error has been corrected ?
> > > 
> > > > > 
> > Sorry, just saw that you are on Windows: you will have to wait for 
> > the
> > module to be recompiled to get the changes. The latest tomorrow...
> > 
> > Moritz
> > 
> > > 
> 
> Thank you Moritz,
> I installed OsgeoLive virtual box with GRASS to run fuzzy tools also with 
> Linux, so I'll run r.fuzzy.logic there and I'll tell you if it works.
> 
> Paola
> 

Hi Moritz,

r.fuzzy.logic works!

Thank you,
Paola
 
___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user

Re: [GRASS-user] r.fuzzy.logic problem

2018-05-17 Thread bonatopaola

> 
> Il 17 maggio 2018 alle 17.06 Moritz Lennert 
>  ha scritto:
> 
> On 17/05/18 17:06, Moritz Lennert wrote:
> 
> > > 
> > On 17/05/18 16:43, bonatopa...@libero.it wrote:
> > 
> > > > > 
> > > Hi all,
> > > I'm new with GRASS GIS and I'm interesting to learn the use 
> > > of r.fuzzy.*
> > > tools. I read Jasiewicz paper (A new Grass GIS fuzzy 
> > > inference system
> > > for massive data analys) and I run r.fuzzy.system tool 
> > > without error.
> > > Now I'm trying to understand the process step by step using 
> > > r.fuzzy.set
> > > and r.fuzzy.logic. I produced membership raster with 
> > > r.fuzzy.set but
> > > when I use its outputs to run r.fuzzy.logic I have the follow 
> > > error:
> > > ERROR:  is not of type CELL.
> > > The tool requires two input raster data and both are FCELL. I 
> > > have no
> > > idea where can be the error, both input data are from 
> > > r.fuzzy.set.
> > > I'm running Grass GIS 7.2.1 in Window 10 and I'm using
> > > spearfish60_grass7 maps.
> > > 
> > > > > 
> > AFAICT, the message about CELL was an typo (should be FCELL), and 
> > one of
> > the FCELL types was ignored and the module fataled out in any case.
> > Shows that you are probably the first one to use these modules in a 
> > long
> > time...
> > 
> > I've tried to correct according to my understanding after a rapid
> > reading of the code. Could you reinstall the module with 
> > g.extension and
> > tell us if the error has been corrected ?
> > 
> > > 
> Sorry, just saw that you are on Windows: you will have to wait for the
> module to be recompiled to get the changes. The latest tomorrow...
> 
> Moritz
> 


Thank you Moritz,
I installed OsgeoLive virtual box with GRASS to run fuzzy tools also with 
Linux, so I'll run r.fuzzy.logic there and I'll tell you if it works.

Paola
___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user

Re: [GRASS-user] r.fuzzy.logic problem

2018-05-17 Thread Moritz Lennert

On 17/05/18 17:06, Moritz Lennert wrote:

On 17/05/18 16:43, bonatopa...@libero.it wrote:

Hi all,
I'm new with GRASS GIS and I'm interesting to learn the use of r.fuzzy.*
tools. I read Jasiewicz paper (A new Grass GIS fuzzy inference system
for massive data analys) and I run r.fuzzy.system tool without error.
Now I'm trying to understand the process step by step using r.fuzzy.set
and r.fuzzy.logic. I produced membership raster with r.fuzzy.set but
when I use its outputs to runĀ  r.fuzzy.logic I have the follow error:
ERROR:  is not of type CELL.
The tool requires two input raster data and both are FCELL. I have no
idea where can be the error, both input data are from r.fuzzy.set.
I'm running Grass GIS 7.2.1 in Window 10 and I'm using
spearfish60_grass7 maps.


AFAICT, the message about CELL was an typo (should be FCELL), and one of
the FCELL types was ignored and the module fataled out in any case.
Shows that you are probably the first one to use these modules in a long
time...

I've tried to correct according to my understanding after a rapid
reading of the code. Could you reinstall the module with g.extension and
tell us if the error has been corrected ?


Sorry, just saw that you are on Windows: you will have to wait for the 
module to be recompiled to get the changes. The latest tomorrow...


Moritz


___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user

Re: [GRASS-user] r.fuzzy.logic problem

2018-05-17 Thread Moritz Lennert

On 17/05/18 16:43, bonatopa...@libero.it wrote:

Hi all,
I'm new with GRASS GIS and I'm interesting to learn the use of r.fuzzy.* 
tools. I read Jasiewicz paper (A new Grass GIS fuzzy inference system 
for massive data analys) and I run r.fuzzy.system tool without error. 
Now I'm trying to understand the process step by step using r.fuzzy.set 
and r.fuzzy.logic. I produced membership raster with r.fuzzy.set but 
when I use its outputs to runĀ  r.fuzzy.logic I have the follow error: 
ERROR:  is not of type CELL.
The tool requires two input raster data and both are FCELL. I have no 
idea where can be the error, both input data are from r.fuzzy.set.
I'm running Grass GIS 7.2.1 in Window 10 and I'm using 
spearfish60_grass7 maps.


AFAICT, the message about CELL was an typo (should be FCELL), and one of 
the FCELL types was ignored and the module fataled out in any case. 
Shows that you are probably the first one to use these modules in a long 
time...


I've tried to correct according to my understanding after a rapid 
reading of the code. Could you reinstall the module with g.extension and 
tell us if the error has been corrected ?


Moritz
___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user

[GRASS-user] r.fuzzy.logic problem

2018-05-17 Thread bonatopaola
Hi all,
I'm new with GRASS GIS and I'm interesting to learn the use of r.fuzzy.* tools. 
I read Jasiewicz paper (A new Grass GIS fuzzy inference system for massive data 
analys) and I run r.fuzzy.system tool without error. Now I'm trying to 
understand the process step by step using r.fuzzy.set and r.fuzzy.logic. I 
produced membership raster with r.fuzzy.set but when I use its outputs to run  
r.fuzzy.logic I have the follow error: ERROR:  
is not of type CELL.
The tool requires two input raster data and both are FCELL. I have no idea 
where can be the error, both input data are from r.fuzzy.set.
I'm running Grass GIS 7.2.1 in Window 10 and I'm using spearfish60_grass7 maps.

Thanks in advance.

Paola
___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user