Tagged Questions
2
votes
1answer
87 views
How to calculate volume from a raster file?
I have a raster file containing the depth of water. I need to find the volume of water using that raster file. I need to find the area of each cell and multiply with the depth. How can I do it in ...
3
votes
2answers
66 views
How to calculate the shared area between a raster and a shape file in ArcGIS 10?
I have a raster file with 5 classifications developed from habitat modelling algorithms. I'd like to know how much of 2 classes of the raster is covered by the network of protected areas (Shape file). ...
3
votes
1answer
43 views
How to exclude some parts of raster classes based on size of area?
I have a raster file with 5 classifications. I've calculated area for all of the classes via Zonal geometry, Arcmap 10. Now, I want to exclude patches which are smaller than 100 sq. km. and ...
2
votes
1answer
88 views
How to measure the area of polygons within a fishnet
I am currently trying to measure the area of polygons within each square of a fishnet. The aim of what I am doing is to work out the proportion of different agri-environment schemes by 1km squares. ...
1
vote
0answers
312 views
Calculate polygon area inside extent
We're using ArcMap 10.0 sp5, creating a tool in c# using the ArcObjects sdk.
Is there a built in function or simple set of steps that calculates the area of each feature of a polygon layer within a ...
0
votes
1answer
146 views
Which area measurement to trust? - The same polygon in GoogleEarth v. ArcGIS [duplicate]
Possible Duplicate:
What is the most accurate coordinate system for calculating areas of polygons?
I'm currently involved in comparing the "official metropolitan" areas of several cities ...
1
vote
0answers
22 views
area weighted average for overlapping polygons [duplicate]
Possible Duplicate:
How to use NASS county level crop data to estimate crop acreage in hydrologic regions?
It seems like an easy problem but I don't know how to go about it.
I have two ...
3
votes
4answers
3k views
How to recalc WGS84 Shape_Area field to square miles in ArcGIS 10
What are the units of the Shape_Area field in a wgs84 feature class? Is it decimal degree squared?
I would like to convert that to something more meaningful like square miles without reprojecting the ...
3
votes
3answers
8k views
Calculate projected area of polygons with field calculator in ArcMap 10
I've got a polygon featurelayer in arcmap.
The coordinate system of the featurelayer's featureclass is web mercator.
The dataframe of the map uses an equal-area projected coordinate system.
I've ...