Finding points in polygon
Bader
Registered Posts: 46 ✭✭✭✭✭
Hi All,
I have two datasets, one is containing polygon and the second is containing the points, I would like to join two tables by points in polygon. Please advice how can we achieve this in DSS.
Thanks
Best Answer
-
Hello,
In DSS you can achieve it by coding, either with python or with postgis (extension of postgres SQL) if your data is in postgres.
Cheers,