Question

convert cell to point shape file

  • 7 June 2016
  • 1 reply
  • 0 views

Hi,

I have many cells features in design file like hut_p, hut_t, hut_op, tank_p, tank_d etc. hut features are in level 1 and tank features in level 3. I want to convert them to shape file in two types of shape: hut and tank. I have done the same but my problem is that I want a field "type" in attribute of hut and in type field value i want value of feature, let me explain ::: for hut_p output for "type" value should be "permanent", for hut_t value should be "temporary".

similarly in the case of tank there will be one field in attribute table "type" which will have values : for tank_p value should be "perennial" and for tank_d value should be "dry".

Can anyone help me.

Regards


1 reply

Badge

You can use the AttributeValueMapper to set the value of a new attribute (type) based on the value of an existing one (igds_cell_name).

Reply