I have a table made of merged point datasets in PostGIS. I want to select all of the features where two or more points have identical geom values.
At present I just want to select so I can review the associated field values.
|
I have a table made of merged point datasets in PostGIS. I want to select all of the features where two or more points have identical geom values. At present I just want to select so I can review the associated field values. |
|||||||
|
|
Not all the details are clear, but my general approach would be along these lines:
|
||||
|
|
|
Something like this:
Some notes:
|
|||
|
|