Skip to main content
Question

How to cut overlap polygons in order of their attribute value

  • July 31, 2018
  • 8 replies
  • 18 views

Forum|alt.badge.img

Please help

and aattributes

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

8 replies

pratap
Contributor
Forum|alt.badge.img+12
  • Contributor
  • 605 replies
  • July 31, 2018

Hi,

cutp1.png is not uploaded properly


Forum|alt.badge.img
  • Author
  • 8 replies
  • July 31, 2018

I have ESRI shape files with overlap polygons. And i need cut them by order Speedlimit attribute

cutp.pngcutp1.png


pratap
Contributor
Forum|alt.badge.img+12
  • Contributor
  • 605 replies
  • July 31, 2018

I have ESRI shape files with overlap polygons. And i need cut them by order Speedlimit attribute

cutp.pngcutp1.png

Does that mean you want to cut polygons based on speed attribute?

 

 


Forum|alt.badge.img
  • Author
  • 8 replies
  • July 31, 2018

It is important that it should be in order. first cut from the least

SliverRemover ? or ?

 


pratap
Contributor
Forum|alt.badge.img+12
  • Contributor
  • 605 replies
  • July 31, 2018

If you want to cut based on SppedLimit attribute then you can use Clipper with group-by option


Forum|alt.badge.img
  • Author
  • 8 replies
  • July 31, 2018

If you want to cut based on SppedLimit attribute then you can use Clipper with group-by option

untitled.png I need same result

 

 


ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3430 replies
  • July 31, 2018

For this scenario I would use an area on area overlayer, then determine the lowest speed for each segment and use this to dissolve the segments back together again.

Simple example attached

speedlimits.fmwt


Forum|alt.badge.img
  • Author
  • 8 replies
  • July 31, 2018
untitled.png