Tagged Questions
0
votes
1answer
56 views
Merge attribute of points into a polygon : Arcmap 10
I have points layer which the attribute looks like this:
FID Shape ID Lat Long
0 Point 2065 -5.51666 106.48333
1 Point 2319 21.93333 120.73366
I also have polygons layer :
FID Shape ...
3
votes
1answer
91 views
Polygon to Raster is taking longer in script than in arcmap
I have a large dataset that I am working with. Basically I have a table with 900,000 records that I join to a geodatabase feature layer, then convert that to a raster.
This process takes a total of ...
7
votes
3answers
302 views
How to sum up values of neighbouring polygons?
I hope that you can help me with the following problem: I have a vector (polygon) layer. I would like to add an attribute to the layer that - for every polygon - sums the values of a specific field of ...
2
votes
0answers
93 views
How to dissolve polygons that have been split back into their original polygons?
I had a feature class containging about a thousand polygons.After some processing such as intersecting, dissolving, merging, more intersecting, I ended up with a feature class of about 6000 polys. ...
3
votes
1answer
375 views
How do you convert raster to polygon while avoiding small polygons
I intend to convert a raster to several polygons, but I want to ignore too small polygons, and just keep larger polygon. How can I do that?
Thanks in advance!
0
votes
1answer
256 views
table of polygon centroids
Given a polygon layer, census tracts, how can I generate a table of centroid coordinates in QGIS, or add columns with the centroid coordinates or generate a new layer of polygon centroid points?
4
votes
3answers
536 views
How to split features?
I would like to split a shapefile in qgis according to how the polygons overlaps. Don't know how to though? See pic for explanation:
0
votes
1answer
186 views
One large polygon or many little ones. What is better regarding performance?
I´m designing a geoprocessing service on ArcGIS Server using several nationwide datasets.
Currently I´m preparing some of the datasets and I´m wondering if I should dissolve my polygon layers ...
6
votes
1answer
745 views
How to eliminate gaps in the ArcGIS union operation?
I have a layer that has nested polygons in them. I want to aggregate the polygons. I do this using the Union function.
I use the "No Gaps" option when I perform the union.
However, when I overlay ...
3
votes
0answers
168 views
How to write a script to square polygon corners?
I'm looking for a script that will square the corners of polygons that are near 90 degrees but not exactly. Near could be dealt with via a variable, for example within 5 degrees of 90 (85 - 95 ...