No, I am just creating new raster from point vector map......
 v.to.rast --overwrite input=Temp_Aug_86@PERMANENT type=point
output=Rast_Temp_Aug_86 column=Rain14

here Temp_Aug_86 is point vector

but the problem is solve when we use command like-

 v.to.rast --overwrite input=Temp_Aug_86@PERMANENT type=point
output=Rast_Temp_Aug_86 column=Rain14 labelcolumn=cat

Regards
Swapan

On Sun, Mar 10, 2013 at 2:51 PM, Rashad M <[email protected]>wrote:

> Does this error comes in deleting other maps. Could you try g.copy
> rast=old,new
> and delete the newly created raster map.
>
> Btw, Please tell your grass version and platform
>
>
> On Sun, Mar 10, 2013 at 1:41 PM, SWAPAN GHOSH <[email protected]> wrote:
>
>> *Dear all,*
>>
>> I am using the command like-
>>
>> v.to.rast --overwrite input=Temp_Aug_86@PERMANENT type=point
>> output=Rast_Temp_Aug_86 column=Rain14
>>
>> Rast_Temp_Aug_86@PERMANENT is created successfully.
>>
>> But when I want to delete this raster using command like-
>>
>> g.remove rast=Rast_Temp_Aug_86@PERMANENT
>>
>> Then I get an error like below-
>>
>> *Removing raster <Rast_Temp_Aug_86@PERMANENT>
>> fcell: couldn't be removed*
>>
>> I am also trying this by running " g.remove -f
>> rast=Rast_Temp_Aug_86@PERMANENT " but same problem arises.
>>
>> Please give me some solution to recover this problem.
>>
>> *Thanks & Regards,
>>
>> Swapan*
>>
>> _______________________________________________
>> grass-dev mailing list
>> [email protected]
>> http://lists.osgeo.org/mailman/listinfo/grass-dev
>>
>
>
>
> --
> Regards,
>    Rashad
>
_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to