3

I have a huge number of points (100000 points). Some of these have the same x,y coordinates. For example, 50 points are same in x,y then 100 points are same in another x,y coordinates and so on. Then the points are overlaid with each other and the user can’t see all of them. What I want to do is calculate the x and y of each point automatically and add a number at the end of each x and y.

For example:

Point a: x=65.23, y=26.76

Point b: x=65.23, y=26.76

What I want to do is:

Point a: x= 65.231, y=26.761

Point b: x=65.232, y=26.762

R.K.
  • 17,405
  • 3
  • 59
  • 110
BBG_GIS
  • 5,825
  • 4
  • 45
  • 88

0 Answers0