[GRASS-stats] rgrass7 read/write SpatialPolygonsDataFrames errors

Markus Neteler neteler at osgeo.org
Sat Oct 10 09:43:44 PDT 2015


On Sat, Oct 10, 2015 at 5:45 PM, Eduardo Diez <eduardodiez at gmx.com> wrote:
>
> Apparently "v.info" through execGRASS is expecting the "layer" argument to be a string rather than an integer.


Yes, layer is a string:

v.info --interface-description
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE task SYSTEM "grass-interface.dtd">
<task name="v.info">
    <description>
        Outputs basic information about a vector map.
    </description>
...
    <parameter name="layer" type="string" required="no" multiple="no">
        <label>
            Layer number or name
        </label>


Best
Markus


More information about the grass-stats mailing list