However, when converting between a shape file and arc/info coverage, you usually lose attribute data. To preserve attribute data, follow this example:
# import as region
shapearc oxbld.shp oxr REGION
# clean poly
clean oxr oxrc # # POLY
# export region
arcshape oxrc REGIONS.REGION oxr
No comments:
Post a Comment