2
votes
1answer
74 views

ArcGIS - merge polygons and get combined area

I cannot for the love of god figure out how to combine (join?) two overlapping polygons to determine the combined area they cover in ArcGIS 10. I am sure the Geoprocessing tools can do it, but just ...
0
votes
0answers
11 views

Assigning an area to a geoprocessed polygon [duplicate]

using QGIS I've geoprocessed a layer using the difference function but the newly created layer still holds the area attributes of the layer I used as the input layer... ie on my output layer, a tiny ...
1
vote
0answers
308 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 ...
3
votes
0answers
153 views

Polygonize vegetation area from Landsat7 RGB using QGis / Bilko?

I'm trying to extract the areas with vegetation as a polygon-shape from a landsat7-image, 30m resolution, RGB, using QGis 1.8 or Bilko or (hopefully in the near future) ArcGIS. The area is in Northern ...
6
votes
1answer
179 views

QGIS define hexagon area around mapped points

I am using QGIS to map a number of radio antennas (for mobile network). Once I have the layer of the sites (done), I would like to assign to each site a coverage area (envelope). I could achieve that ...
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
2answers
102 views

Determine density or cover from a raster layer that has been clipped by a polygon

I am a very new GIS user using ArcMap 10. I have a raster layer of tree canopy that I have clipped so that the layer is in a polygon that is a circle with a 2km radius. I have done this for four ...
6
votes
2answers
150 views

How do different GIS systems determine a Polygon's interior?

I'm interested in understanding how real-world GIS systems and their data encode Polygons. Specifically, how do they resolve the ambiguity of a Polygon's interior on a sphere? Background: in 2D, ...
1
vote
1answer
97 views

Summarize polygon area using another polygon

I have a shapefile representing public/private lands in Montana. This is a multipart shapefile where I've simplified attributes so that #1==private and #0==public. Next I have a shapefile of ...
3
votes
1answer
294 views

How can I get my Qgis area calculations in metres rather than degrees? My shapefiles are projected using WGS 1984 UTM fuseau 35 Sud

I am using Qgis 1.7.4 to calculate the area of polygons. My shapefiles have been projected using the coordinate system WGS 1984 UTM fuseau 35 Sud, but my area calculations are still displayed in ...
2
votes
0answers
433 views

How to calculate the area of a polygon considering the relief?

I work in a fire department and i'm mapping all the fires that occur in my area, creating polygons that represent burnt areas. my problem is that the values are not accurate... for instance, arcgis ...
4
votes
2answers
1k views

How to calculate polygon areas and perimeters?

If I load a polygon layer and make a new column, how do I fill that column with the 1) area of each polygon and another column with 2) the length of the perimeter of each polygon?
-1
votes
1answer
160 views

Finding the area of a polygon feature in a shapefile [closed]

Excuse the very simple question. How do i find the area of a selected polygon feature in a shapefile?
1
vote
3answers
333 views

How to calculate forest area of a bitmap (jpeg) map?

I have a map of 1:50,000 scale map in .jpg format. Can i calculate the land area of forest,lakes etc from arcmap.Anybody can give me the step to do it? And I want to know what is the coordinate ...
2
votes
3answers
202 views

How to calculate exact area of a loaded jpg map in to arcmap?

I calculated the polygon area through arcmap.but i'm not sure that the area is not actual,may be scale is not right. so how to calculate the exact area of a jpg image?
1
vote
1answer
397 views

How to color markers based on polygon area?

I have a map with around 317 markers and each marker is the center point of a polygon. The polygonal area varies throughout, so I want to represent the markers in such a way that the polygon with the ...
2
votes
1answer
268 views

SUM Area irregular polygons per grid cell

I have a shapefile of irregular polygons and a GRID (both as raster and polygon grid). How can I count the AREA SUM of irregular polygons per grid cell? Can use ArcGIS, QGIS or R. (Application: ...
13
votes
1answer
732 views

Is it possible to gray out a Google Maps map except for some area?

What i am looking for is a way to emphasize a certain area on a Google Maps map by graying out the rest of the world. I heard about some solution of using 2 polygons of which 1 is visible and the ...
6
votes
2answers
1k views

Openlayers geometry: how to convert area from degrees to square kilometres?

I get a multypolygon from my web service and want to calculate the area of that polygon. I was trying to use this piece of code: var poly = new OpenLayers.Geometry.MultiPolygon(poligon); var area = ...
3
votes
3answers
562 views

Overlay polygons on raster colour map to extract area values for each colour within each polygon

Does anyone know an answer to the following: I have a set of polygons created as the MCP of animal movements. I also have a habitat colour map raster, with 13 different habitat types as different ...
5
votes
2answers
1k views

Convert Long and Lat Co-ordinates to Square Miles

I have a set of Long and Lat co-ordinates making up a five point polygon which I have converted in excel using the following formula: ...
1
vote
4answers
2k views

Sum of areas in all each polygon layer?

I've got several layers/feature classes in an ArcMap 10 project. Thanks to everyone's help, I'm able to get the areas for the polygons contained within each layer. By opening the attribute tables ...
3
votes
2answers
4k views

Cannot get areas for polygon layers in ArcMap 10

For an ArcGIS project opened in ArcMap 10, we have added polygon layers representing different geographical features. After all the polygons were created, we opened the attribute tables for those ...
5
votes
0answers
596 views

How to split polygons without ArcView?

I'm trying to split polygons into equal areas. While fishnet sort of works; the areas I'm trying to split don't touch; they're national parks. Fishnet spans the whole area, not just the polygons in ...