Tagged Questions
0
votes
1answer
70 views
Dissolving shapefile python script not working, syntax help please
I do not understand why this simple script won't work. I can get it to dissolve in model builder but not from a script that I run from inside the map document. My output results are 4 polygons, just ...
3
votes
1answer
84 views
Automatically build branches of a river network?
A small non-profit, specializing in fish habitat restoration, has asked me to link a spreadsheet of field notes to their gis.
What we have is:
1) A spreadsheet of field notes for small fish streams.
...
3
votes
1answer
440 views
Use model builder to select layers by attributes, dissolve them and then merge them
StackExchange team,
I would like to reclassify polygons, I want to combine smaller polygons into bigger polygons based on their ID (each polygon has a unique ID). I want to regroup ~800 polygons into ...
5
votes
2answers
259 views
Dissolving polygons by attribute and in a certain distance (ArcGIS)
in a FeatureClass I have a lot of polygons which contain attributes of different landuse-types. Now I am trying to dissolve those polygons of the same landuse-type, but only if the distance between ...
5
votes
3answers
959 views
Is there an ArcGIS tool equivalent to “Dissolve” that can be used on tables?
I have a data table that I need to trim down, merging records which have the same value in an ID field and performing a couple math operations on various other fields (summing, averaging). The ...
11
votes
4answers
771 views
ArcGIS - How do I group corner-touching contiguous polygons?
Using ArcGIS 10, I have a Feature Class which I converted from a Raster (GRID) (Raster To Polygon Tool).
There are approx. 180,000 polygons.
The attribute table contains a [grid_code] field which ...
2
votes
2answers
838 views
Why is the Dissolve Tool not working?
I'm still having trouble with the dissolve tool and I've tried all of the solutions offered here including moving the process from the background and repairing the geography. I've also tried amending ...
2
votes
1answer
1k views
ArcGIS10 - How do I dissolve two different buffers together so they are not overlapping?
I am trying to find out how many registered sex offenders live within 2,000 feet of a school/park in a specific county. The park buffer and school buffer are dissolved but not together. I am also ...
6
votes
3answers
10k views
How to dissolve overlapping polygons?
I have a query regarding the dissolving of polygon features in ArcGIS 9.3. I only have the bare-bones license and an extremely basic knowledge of VB.
I have a large shapefile with around 4500 ...