Tagged Questions
0
votes
2answers
36 views
How to scale/reduce my polygon without changing the central lat & long?
I am writing a VBA code to resize my polygon, I get a input as vector points(Shape file). The code below resizes it as according to my scale factor but my central latitude and longitude are also ...
2
votes
1answer
193 views
What are the units of the calculated area from a raster in decimal degree
I'm trying to calculate area for a raster file which contains 2 layers (0 for unsuitable habitat and 1 for suitable). It's been calculated successfully but I don't know what is the unit of the ...
3
votes
1answer
75 views
Compute global DEM topographic indices and compromise projections
I would like to compute global topographic indices based on SRTM elevation data. These indices are computed along river/channel networks extracted from a DEM and are a functions of both local slope ...
0
votes
1answer
160 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 ...
5
votes
1answer
119 views
Projections appropriate for global analysis that preserve area and that preserve distance (but not necessarily in the same projection)
I am looking for a projection (or a set of projections) that decently preserve distances so that I can buffer every country in the world and have a similar level of minimal distortion for each.
I ...
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 ...
11
votes
5answers
3k views
How can I measure area from geographic coordinates?
If I have polygons in geographic coordinates (WGS84), how do I measure the total area each takes on the surface of the earth, taking into account the curvature of the earth?