PAMI is a Python library containing 100+ algorithms to discover useful patterns in various databases across multiple computing platforms. (Active)
Previous | 🏠 Home | Next |
A spatial database is a collection of spatial objects (or items), such as pixels, points, lines, and polygons. A sample spatial database generated from the set of items, I={a,b,c,d,e,f}, is shown in below table:
Item | Spatial information |
---|---|
a | Point(0 0) |
b | Point(0 1) |
c | Point(1 0) |
d | Point(0 2) |
e | Point(4 0) |
f | Point(5 1) |
item<sep>spatialInformation
a Point(0 0)
b Point(0 1)
c Point(1 0)
d Point(0 2)
e Point(4 0)
f Point(5 1)