[Neo4j] geodata querying

2010-08-02 Thread SIMA lotfi
hi all, I am doing a bounding box query on the geo data that I have imported into the neo4j using these lines of codes : def bbox_query(db, xmin, ymin, xmax, ymax): spatialService = SpatialDatabaseService(db) SHPlayer = spatialService.getLayer(countries) spatialIndex =

[Neo4j] neo4j-spatial and jython

2010-07-15 Thread sima lotfi
hi, I am working on importing geospatial data (SHP/OSM) into the neo4j. I have neo4j-spatial and also jython but I am not sure how to use this python binding for the neo4j-spatial. can anyone please give me some clues to get it started. thanks, sima ___