Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
07-13-2020 02:01 AM
Is neo4j in any way integrated with ESRi spatial network/utility network when stored in an Oracle (spatial) database?
Or would a custom transformation & loading workflow be required?
07-13-2020 02:25 AM
in Neo4j 3.5, for openstreetmap they had osm plugins.
we also wanted intergration with ESRI. When we moved to neo4j 4.0, we are using custom XML loader.
hopefully neo4j will have an ESRI plugin down the line.
07-13-2020 06:09 AM
You can write your own custom transformation procedures and add it as a jar as plugins folder.You can invoke them through Generic ETL Tooling so in a way it will be your owned custom plugin.
07-13-2020 08:35 AM
But you do not mean ESRi Shapefile, but rather their full: https://www.esri.com/de-de/arcgis/products/arcgis-utility-network/overview utility network?
Sounds interesting. I will have to look into it.
@sameerG: do you have a link to an example JAR?
07-13-2020 08:43 AM
I have the link below to simulate the network
https://guides.neo4j.com/gcloud-testdrive/network-management.html?_ga=2.147800503.1040257491.1594045...
07-14-2020 02:14 AM
I was referring to OSM XML files for custom transformation -> https://neo4j-contrib.github.io/spatial/
we also wanted ESRI intergration, but Neo4j doesnt have it.
07-18-2020 02:20 AM
Create Layer
call spatial.addWKTLayer('geom', 'wkt')
call spatial.importShapefileToLayer('geom',"D:\Neo4j\ApplicationData\neo4jDatabases\database-02341e23-fad3-478a-a96c-b2020042c6ae\installation-3.5.14\import\abc.shp")
All the sessions of the conference are now available online