October 2017
Beginner to intermediate
316 pages
8h
English
You can get the list of the spatial procedures of APOC by querying as follows:
CALL apoc.help("spatial")
APOC offers the possibility to do geocoding, which is transforming an address into spatial coordinates and sorting paths by distance. That is all so far.
Although it is just mapping an address to coordinates, not to say two floats, geocoding is not easy--it takes a lot of storage, wandering cars taking pictures, and CPU cycles to identify numbers in pictures--and certainly a lot of coffee that engineers transform in code line.
Therefore, our preferred software cannot do it by itself and relies on a provider that will be transparently called by APOC.
Read now
Unlock full access