I have a big PostGIS table storing line features.
I would like to merge features that are both connected to each other and have given attribute values identical. Here is below an example of what I'd like to achieve.
- The outmost features (black and blue ones) are not merged because there are not contiguous even if their attribute values are the same
- Features green and red are merged because they match both conditions
- Feature yellow is left as before.
How would you achieve that with a SQL query?
No comments:
Post a Comment