Hi Micha, To follow up on my problem and your fix, I am no longer
getting the error message i used to get. When i look at the attribute
table, however, the RGB_column variable (which i named `hc2' in my
example) -- created by v.colors -- has a lot of missing values. Do
you have an idea why this is the case?
one thing to try is to remove the hc2 column (v.db.dropcol) and try again.
what does v.univar say about the numerical column?
I tried to generate a new rgb_column using v.colors, but that did not help.
When I submit “v.univar map=pse column=y2009”, i get:
“number of features with non NULL attribute: 96
number of missing attributes: 0
number of NULL attributes: 0
minimum: 0.0947129
maximum: 0.388736
range: 0.294023
WARNING: Incompatible vector type(s) specified, only number of features,
minimum, maximum and range can be calculated”
To follow up on your earlier comment, submitting: v.db.connect -g map=pse layer=1 fs=“;”
Hi Micha, To follow up on my problem and your fix, I am no longer
getting the error message i used to get. When i look at the attribute
table, however, the RGB_column variable (which i named `hc2’ in my
example) – created by v.colors – has a lot of missing values. Do
you have an idea why this is the case?
one thing to try is to remove the hc2 column (v.db.dropcol) and try again.
what does v.univar say about the numerical column?
Here’s the problem. That slash and “pse” (layer name) after the digit ‘1’.
Any grep expression with a character following the $GIS_OPT_LAYER will fail…
···
--
Micha Silver
Arava Development Co. +972-52-3665918
[http://surfaces.co.il](http://surfaces.co.il)
Here’s the problem. That slash and “pse” (layer name) after the digit ‘1’.
Any grep expression with a character following the $GIS_OPT_LAYER will fail…
Hi Micha, To follow up on my problem and your fix, I am no longer
getting the error message i used to get. When i look at the attribute
table, however, the RGB_column variable (which i named `hc2’ in my
example) – created by v.colors – has a lot of missing values. Do
you have an idea why this is the case?
one thing to try is to remove the hc2 column (v.db.dropcol) and try again.
what does v.univar say about the numerical column?