Select to view content in your preferred language

Dissolve problem

3717
4
12-13-2010 03:44 AM
GarretDuffy
Regular Contributor
Hi,
I have a stream line feature class where multiple lines are called the same name (the stream name).  I would like to dissolve this feature class using river_name as the attribute.
However, I just end up with an empty dissolved feautre class.  I checked multipart features (because I'm not sure if nodes are coincident) but no joy.
Please help!
thanks.
Garret
Tags (2)
0 Kudos
4 Replies
DonovanCameron
Deactivated User
Hey Garrett,

can you check to see that your attribute table is formatted correctly?
Look at the [river_name] field, verify that the contents are all stored as Text, not numbers.
Either right click the column header and go to properties; storage format is in here.


Are you getting any errors? Or just "Empty Output Generated" message?

If you are allowed to, provide a snippet of the data here so that other users can troubleshoot or state the data source. That way, if anyone who is familiar with that specific dataset, they can offer some advice.
0 Kudos
GarretDuffy
Regular Contributor
Hi Donovan,

Thanks.  From your reply, I guessed I was on the right track so I extracted a single set of river lines into a separate feature class and dissolve worked worked fine.

So I'm guessing it must be the size of the original rivers feature class?  (it's only 4630 rows and 12 columns though).  Should I split it or something?

Thanks for any suggestions,

Garret
0 Kudos
DonovanCameron
Deactivated User
I've experienced something similar with Empty Outputs Generated from tools like dissolve, union, merge when the shapes have too many features.

What constitutes too many features could be anything from the shapefile technical standards, software or harware limitations, to the good old glitch/bug.

When I experience these errors, I will set up the operation in model builder (add your inputs, tools, set up parameters, validate entire model) and export to python script which I run outside of ArcGIS in a cmd prompt, or the python command line. I can compare results, and even productivity.

And like you've already tried, do this same process when using different output and input types: ie, shapefile vs feature class (gdb feature).
0 Kudos
GarretDuffy
Regular Contributor
Hi Donovan,

You helped a lot, thanks... your last point was the key.  All I did was re-export the original shapefile feature class (which was not made with Arc 10) to another shapefile in Arc Catalog... so, in essence, just made a duplicate, ran Dissolve and it worked!  The issue was probably the shapefile format was old.

Thanks a mill...

Garret
0 Kudos