Hi Craig,
thank you very much for that explanation. It indeed helps. I have a very small example importing the cantons of Switzerland into a neo4j database with nothing inside. This already makes some of the Neo4J browser functionality and the of Bloom unusable. It seems to me that my polygons are stored as cleartext into the nodes and that this makes the Neo4j browser crash.
Could you please explain a bit more what you mean with:
[quote="craig.taverner, post:1, topic:159"]
, or within specific regions,
[/quote]?
If I have the Swiss cantons and want to identify power plants inside these cantons along with other smaller areas (e.g. municipalities, owners of electricity distribution grids) and other points (e.g. CO2 sources, consumers, clusters of buildings) for clustering, aggregation or other analyses. How would you implement such geospatial information in Neo4j? My goal is to build up a knowledge graph which later on should be the input of different machine learning algorithms.
Thanks in advance for your input.