Skip to main content
Solved

After using the "Points on Area Overlay" function, how to read the result?

  • January 17, 2018
  • 5 replies
  • 18 views

I have a polygon layer(shapefile) and points layer(from csv) and use "Points on Area Overlay" function to count how many points within each polygon.

But I don't know how to read the result. I have link the "area" output to a writer in shapefile format.

In the inspector, I found that all _overlaps fields are 0. I suspect there is something wrong.

Best answer by austinh

_overlay or _match > than 0. Use the tester transformer.

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.

5 replies

austinh
Contributor
Forum|alt.badge.img+4
  • Contributor
  • 23 replies
  • Best Answer
  • January 18, 2018

_overlay or _match > than 0. Use the tester transformer.


austinh
Contributor
Forum|alt.badge.img+4
  • Contributor
  • 23 replies
  • January 18, 2018

_overlay or _match > than 0. Use the tester transformer.

_ovelap > 0

 

 


takashi
Celebrity
  • 7843 replies
  • January 18, 2018

Hi @yyj130, the PointOnAreaOverlayer could generate unexpected result if the coordinate system for the Point features was different from the one for the Area features. Make sure that those features have the same coordinate system.


  • Author
  • 2 replies
  • January 19, 2018

Hi @yyj130, the PointOnAreaOverlayer could generate unexpected result if the coordinate system for the Point features was different from the one for the Area features. Make sure that those features have the same coordinate system.

Thanks! I adjust the coordination system and it works!

 

 


  • Author
  • 2 replies
  • January 19, 2018

_overlay or _match > than 0. Use the tester transformer.

Thanks! I also adjust the condition and it looks good right now!