Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Geo-location data to Neo4j objects #2

Open
psyc0 opened this issue Jan 25, 2017 · 0 comments
Open

Add Geo-location data to Neo4j objects #2

psyc0 opened this issue Jan 25, 2017 · 0 comments

Comments

@psyc0
Copy link

psyc0 commented Jan 25, 2017

It would be nice to be able to render a geo-correct image of the nodes in Neo4j,
for example I would index them by a site reference/name and lookup the coordinates from an API returning something like this (depending on which location format is preferred)

-- Location
  RT90 X (WGS84 lat)  : 6590975 (59.4222418677237) 
  RT90 Y (WGS84 long) : 1619849 (17.9165012220488)

this way it would be easier from a physical topology to understand what and where neighboring nodes are located and I invision this helping out in troubleshooting scenarios.

you could ofc go a step further and use it as metadata to filter for node-x and display within Y,X to filter adjacent nodes (but that´s just something ridiculous I just thought up, dont know a usecase for that ) 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant