You can easily calculated geometry in ArcMap with a few simple steps. Calculating geometry in ArcGIS allows you to find the area and perimeter of your polygons.
Here are the steps for calculating the area of a polygon using ArcGIS. These steps can also be replicated for calculating the perimeter of a polygon or the length of a line file. You can use these steps to find out the acreage of a polygon by loading in a GIS dataset that uses a map projection that uses US customary units (e.g. is in feet).
First, open up an ArcGIS session and load in the polygon data you want to calculate the area on. Make sure your data is in a projection system
secondly, select the polygon file that you want to calculate area on and right click. This will open up a menu of options for that layer. Select the “Open Attribute Table” to open up the associate attribute data for your polygon layer
In the upper left hand corner of the attribute table window, click on the Table Options icon to open up the menu options. Select the “add field” option
thirdly, When the “add field” dialogue box appears, type in the name of the field that will store the area values (e.g. name it “area”). Select “double” as the field type. Next, set your precision and scale values. Precision is the total number of digits that can be stored in the field, counting on both sides of the decimal place. A precision of 3 means that there can be at maximum number of digits can be 3. Scale for floating and double fields is the number of digits to the right of the decimal place. It is always better to overestimate the fields to avoid truncation of your values. Enter your values and hit the “OK” button to add the new field.
fourthly, Right click on the new field and select the “calculate geometry” option on the menu. Click “Yes” to move past the editing session warning that pops up
fifthly,If you are working in a geographic coordinate system, you will not be able to calculate geometry. The calculate area and perimeter options will be disabled. ArcGIS uses planimetric algorithms to calculate geometry such as area and perimeter.
To be able to calculate area, you will need to work with projected GIS data. There are two ways to do this: either load in projected data or load the data into a data frame that has a projected coordinate system (PCS) assigned to it. To set a PCS on a data frame, right click on the layer icon and select “properties” from the drop down menu. Then select the “coordinate system” tab and select a coordinate system from the options.
Once you have set the requisite PCS, go back to the attribute field, right click on the designated empty area field to re-select the calculate geometry option. In the “calculate geometry” window, select the “area” option from the drop down menu at the top of the form. Then select the PCS you want to use in your calculations. This can either be the PCS for the data layer or the data frame.
Finally, select the units you want the area calculation to be in. The units available for selection will be compatible with the PCS units. If you want acreage, make sure your PCS is in feet and then select the acreage option in the drop down for units.
Hit the “OK” button to run the area geometry calculation.
The area calculation will then run and your area field will be populated with the area values.
THANK YOU
BY RAPHAEL MUSSA
Here are the steps for calculating the area of a polygon using ArcGIS. These steps can also be replicated for calculating the perimeter of a polygon or the length of a line file. You can use these steps to find out the acreage of a polygon by loading in a GIS dataset that uses a map projection that uses US customary units (e.g. is in feet).
First, open up an ArcGIS session and load in the polygon data you want to calculate the area on. Make sure your data is in a projection system
secondly, select the polygon file that you want to calculate area on and right click. This will open up a menu of options for that layer. Select the “Open Attribute Table” to open up the associate attribute data for your polygon layer
In the upper left hand corner of the attribute table window, click on the Table Options icon to open up the menu options. Select the “add field” option
thirdly, When the “add field” dialogue box appears, type in the name of the field that will store the area values (e.g. name it “area”). Select “double” as the field type. Next, set your precision and scale values. Precision is the total number of digits that can be stored in the field, counting on both sides of the decimal place. A precision of 3 means that there can be at maximum number of digits can be 3. Scale for floating and double fields is the number of digits to the right of the decimal place. It is always better to overestimate the fields to avoid truncation of your values. Enter your values and hit the “OK” button to add the new field.
fourthly, Right click on the new field and select the “calculate geometry” option on the menu. Click “Yes” to move past the editing session warning that pops up
fifthly,If you are working in a geographic coordinate system, you will not be able to calculate geometry. The calculate area and perimeter options will be disabled. ArcGIS uses planimetric algorithms to calculate geometry such as area and perimeter.
To be able to calculate area, you will need to work with projected GIS data. There are two ways to do this: either load in projected data or load the data into a data frame that has a projected coordinate system (PCS) assigned to it. To set a PCS on a data frame, right click on the layer icon and select “properties” from the drop down menu. Then select the “coordinate system” tab and select a coordinate system from the options.
Once you have set the requisite PCS, go back to the attribute field, right click on the designated empty area field to re-select the calculate geometry option. In the “calculate geometry” window, select the “area” option from the drop down menu at the top of the form. Then select the PCS you want to use in your calculations. This can either be the PCS for the data layer or the data frame.
Finally, select the units you want the area calculation to be in. The units available for selection will be compatible with the PCS units. If you want acreage, make sure your PCS is in feet and then select the acreage option in the drop down for units.
Hit the “OK” button to run the area geometry calculation.
The area calculation will then run and your area field will be populated with the area values.
THANK YOU
BY RAPHAEL MUSSA