Skip to main content
Question

how to compare and filter 2 shp files and write to an output shp file

  • January 23, 2018
  • 1 reply
  • 6 views

Hi,

I have 2 shp files which I have to compare,

the attributes of the 2 shp are:

rulenr | tabel | sleutelnr | solved |

I must check and write to the output shp file the following :

1 - where solved = 1 and

2 - the attributes which are not in the second shp file

I tried changedetector but somehow i can not have the result I wanted

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

redgeographics
Celebrity
Forum|alt.badge.img+60
  • Celebrity
  • 3704 replies
  • January 23, 2018

First part is easy: a Tester or TestFilter can be used to do that.

But what exactly do you mean by "the attributes which are not in the second shp file"? Can you elaborate on that? Give an example?