I have 56 shapefile, and need to sum up area by attribute (e.g. land use) in each individual shapefile and then do further calculations on the summed area results.
Is that possible to sum shapefile area by attribute (e.g. sum up area by land use, which is one column in the shapefile attribute table) with python, or I have to export the attribute table to csv file to be further processed by python? I haven't found any existing code for this yet. I'd appreciate any information you might give me Jen
