Hi,

I am new to ne04j spatial. I want to store some crime data in neo4j 
(spatial data with lat-long values) from csv file. I have neo4j spatial 
plugin enabled. 

Can I load lat,long values as 'float'  type from csv and perform spatial 
functions such as 'within_distance' on them?

If I can't do that on floating point types, how can I explicitly store the 
lat-long values as point(geometry) data type? 

How to do this from Cypher (Is there any function equivalent of toInt(), to 
Float() ?) ? 

I am using "Load CSV". How can I directly convert lat long (int 2 different 
columns) to point data type right in this command?

Please enlighten

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to