[GRASS-user] GRASS 71 win7

Dear all,

indeed all dependences of r.basin are in the new GRASS core.

For now, r.basin gets raster drainages plus other raster and two vector maps, that is, output point and snap point. The basin vector map is said to be invalid (as shown beneath in footer).

Besides, prompt returns some (parser?) r.mapcalc error (following footer).

Does it make sense?

Thanks for attention (support is welcome)

Jose Batista

ERROR: Sorry, is not a valid parameter
Delineation of basin done
Invalid map <bacia_sb24zcpng3_basin>
Invalid map <bacia_sb24zcpng3_basin>
Parse error
ERROR: parse error
ERROR: An error occurred while running r.mapcalc

On Tue, Oct 7, 2014 at 4:02 PM, José Anderson
<joseandersonbatista@gmail.com> wrote:

Dear all,

indeed all dependences of r.basin are in the new GRASS core.

For now, r.basin gets raster drainages plus other raster and two vector
maps, that is, output point and snap point. The basin vector map is said to
be invalid (as shown beneath in footer).

That was an incompatibility in v.to.rast after latest improvements there.
Fixed in r62202.

Please update your r.basin installation and this error should be gone.

Markus

Markus, Margherita,

2014-10-07 11:33 GMT-03:00 Markus Neteler <neteler@osgeo.org>:

That was an incompatibility in v.to.rast after latest improvements there.
Fixed in r62202.

Please update your r.basin installation and this error should be gone.

Markus

Now I'm on GRASS71 r62210 (>62202) so v.to.rast succeeded (win7).

For now I got this 3 errors about <rast>, <data type> and <pattern> I
don't know where are from.

It is clear to me that *delineation of basin* was complete. But some
parser (I/O? SQL query?) does not work.
--
v.to.rast complete.
All in RAM calculation...
Reading raster map <bac_sb24zcpng3_drainage_e>...
Calculating basins using vector point map...
Writing raster map <bac_sb24zcpng3_basin>...
Delineation of basin done
ERROR: Sorry, <rast> is not a valid parameter
ERROR: Required parameter <type> not set:
        (Data type(s))
ERROR: Required parameter <pattern> not set:
        (Map name search pattern or map names separated by a
comma)
--
Thanks for lots of help.

José,

On Thu, Oct 9, 2014 at 5:00 PM, José Anderson
<joseandersonbatista@gmail.com> wrote:

Markus, Margherita,

2014-10-07 11:33 GMT-03:00 Markus Neteler <neteler@osgeo.org>:

That was an incompatibility in v.to.rast after latest improvements there.
Fixed in r62202.

A minute ago I backported the v.to.rast to releasebranch7.

Please update your r.basin installation and this error should be gone.

Markus

Now I'm on GRASS71 r62210 (>62202) so v.to.rast succeeded (win7).

Good. It will now do also with GRASS70svn (after updating at your end
naturally).

For now I got this 3 errors about <rast>, <data type> and <pattern> I
don't know where are from.

I suppose from g.[m]remove which is work in progress in trunk.

It is clear to me that *delineation of basin* was complete. But some
parser (I/O? SQL query?) does not work.
--
v.to.rast complete.
All in RAM calculation...
Reading raster map <bac_sb24zcpng3_drainage_e>...
Calculating basins using vector point map...
Writing raster map <bac_sb24zcpng3_basin>...
Delineation of basin done
ERROR: Sorry, <rast> is not a valid parameter
ERROR: Required parameter <type> not set:
        (Data type(s))
ERROR: Required parameter <pattern> not set:
        (Map name search pattern or map names separated by a
comma)

Let me suggest (sorry but that's how it is) that you switch back to
release branch in using r.basin.
I shall help to get it running there if still anything is needed.

The underlying g.[m]remove refactoring is still a moving target.

Best
Markus

Markus,

you mean to move back to grass70, right?

2014-10-09 12:04 GMT-03:00 Markus Neteler <neteler@osgeo.org>:

José,

On Thu, Oct 9, 2014 at 5:00 PM, José Anderson
<joseandersonbatista@gmail.com> wrote:

Markus, Margherita,

2014-10-07 11:33 GMT-03:00 Markus Neteler <neteler@osgeo.org>:

That was an incompatibility in v.to.rast after latest improvements there.
Fixed in r62202.

A minute ago I backported the v.to.rast to releasebranch7.

Please update your r.basin installation and this error should be gone.

Markus

Now I'm on GRASS71 r62210 (>62202) so v.to.rast succeeded (win7).

Good. It will now do also with GRASS70svn (after updating at your end
naturally).

For now I got this 3 errors about <rast>, <data type> and <pattern> I
don't know where are from.

I suppose from g.[m]remove which is work in progress in trunk.

It is clear to me that *delineation of basin* was complete. But some
parser (I/O? SQL query?) does not work.
--
v.to.rast complete.
All in RAM calculation...
Reading raster map <bac_sb24zcpng3_drainage_e>...
Calculating basins using vector point map...
Writing raster map <bac_sb24zcpng3_basin>...
Delineation of basin done
ERROR: Sorry, <rast> is not a valid parameter
ERROR: Required parameter <type> not set:
        (Data type(s))
ERROR: Required parameter <pattern> not set:
        (Map name search pattern or map names separated by a
comma)

Let me suggest (sorry but that's how it is) that you switch back to
release branch in using r.basin.
I shall help to get it running there if still anything is needed.

The underlying g.[m]remove refactoring is still a moving target.

Best
Markus

On Thu, Oct 9, 2014 at 5:13 PM, José Anderson
<joseandersonbatista@gmail.com> wrote:

Markus,

you mean to move back to grass70, right?

yes. You can also run both in parallel.

Markus