I have a sequence of points which are arranged in a 2D grid such as the drawing below:
These points are stored in NEO4J along with their respective cartesian location as:
{
"pid": "P001",
"location": point({srid:7203, x:0, y:0})
}
{
"pid": "P002",
...