Re: [Neo4j] py2neo with Geospatial index

2014-07-20 Thread gg ricker
Hi, I am trying to do the same sort of thing in Python. I am adding the data using py2neo's batch process. If I can't create the spatial index directly how would I do it, still using Py2neo? Would I be able to create Cypher queries from py2neo that involve spatial? I hate to abandon

Re: [Neo4j] py2neo with Geospatial index

2014-06-25 Thread Nigel Small
Hi Ankur I'm afraid that py2neo does not support spatial at this point in time. I may consider adding it in a future version though so watch this space! Regards Nigel On 25 Jun 2014 07:25, Ankur goel ankug...@gmail.com wrote: Does Py2neo in python supports creating Geo-spatial Indexes. If