Skip to main content
Question

How to clip polygon with specific FID within shapefile

  • May 22, 2018
  • 1 reply
  • 22 views

boomer87
Contributor
Forum|alt.badge.img+5

I'm wondering how to clip my water polygon shapefile within the boundaries of one polygon within a larger dataset. I have an Admin Boundary shapefile and a Waterbody Shapefile. Instead of clipping the waterbody with the whole Admin Boundary dataset, I'd like to clip any of the water that falls within only the top half of the polygon specified in the screenshot. The FID is 23 for the polygon of interest that I would like to clip.

Any help would be appreciated, thanks so much.

Alex

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.

1 reply

jdh
Contributor
Forum|alt.badge.img+37
  • Contributor
  • 2002 replies
  • May 22, 2018

While the FID is generally not a good choice in shapefiles as it is not persistant (if you edit the shapefile to say remove a feature, the FID of the other features can change).

 

 

You can use a tester on your admin boundary shapefile for FID = 23, and send the passed port to the Clipper.