52North / IlwisCore

Integrated Land and Water Information System (ILWIS) is a remote sensing and GIS software. ILWIS Core is the functional center of ilwis4..
http://52north.org/communities/ilwis/
35 stars 13 forks source link

Adding column to an existing attribute table #78

Open fariftehj opened 8 years ago

fariftehj commented 8 years ago

FeatureCoverage.addColumn Adding column to an attribute table of feature coverage (e.g., world) using Python (world.addColumn("NewCol", "value"); print "True" if column is added or "False" if not added. it shouldn't print anything, except for giving warning in case the column was not added.