ArcGIS Application--Four ways to calculate patch area

Source: Internet
Author: User

There are several methods in ArcGIS to calculate the area of the map, this article summarizes four methods, can be called the most complete in history?

1. Calculation geometry

I think this is the best way for non-professionals to use the computational geometry features in ArcGIS directly.

A, first add a double Type field, which is used to store area values.

B. Perform computational geometry operations

Select the corresponding attribute in the dialog box that follows.

2. Field Calculator

The field calculator is a more advanced usage, in which you can edit a personalized script code (VB script or Python) to perform some complex calculations. The calculation of speckle area is one of the simplest applications.

The Python script is as follows:

3. Calculation Area Tool

4. SHP Switch to GDB

Create a GDB (PGDB or FGDB), create a feature dataset, and note that the feature dataset's coordinate system is set to be consistent with the original SHP, and when the SHP data is dumped like GDB, the boundary length and area of the patch are calculated automatically.

A Little doubt

As shown, the identified 1, 2, 3, 4 columns in turn corresponding to the above four calculation area method, observed that the results of method 4 and other three methods have a little difference in numerical accuracy, why?

ArcGIS Application--Four ways to calculate patch area

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.