Using Python, how do you add a new field to your shape file and calculate the area in km2?
Take the 2-minute tour
×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
this is an example
|
|||
|
I assumed the coordinate system you're using is in US feet. If it's not, you'll need to change the area calculation. |
|||||
|
You can use an Update Cursor and a shape area token
|
||||
|