sql - points within a particular distance -



sql - points within a particular distance -

i have table conatining set of points. create query checks distance between points , if distance little er tolerance set points one.

any suggestions how can accomplish such task?

the next graphical issue of have. want 1 point exist 3 distinct roads meet

this tricky issue more 1 way prepare it.

one obvious strategy seek , find unique points snapped virtual grid, using st_snaptogrid. technique works best projected units (e.g., metres utm), not geographic coordinates (with degrees of latitude/longitude), have variable physical distances.

sql postgresql geospatial postgis spatial-query

Comments

Popular posts from this blog

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

javascript - mongodb won't find my schema method in nested container -