Alfredas,
I am not too familiar with the natural resources industry, but for the
meeting points and approximation of them, you could probably use
something like the snapping support that is provided in Neo4j Spatial
(right now for snapping points to line segments, see
https://github.com/neo4j/neo4j-spatial/blob/master/src/test/java/org/neo4j/gis/spatial/TestSpatialUtils.java#L135
)

Would that be of interest?

Cheers,

/peter neubauer

GTalk:      neubauer.peter
Skype       peter.neubauer
Phone       +46 704 106975
LinkedIn   http://www.linkedin.com/in/neubauer
Twitter      http://twitter.com/peterneubauer

http://www.neo4j.org               - Your high performance graph database.
http://startupbootcamp.org/    - Öresund - Innovation happens HERE.
http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party.



On Tue, Jun 7, 2011 at 10:30 PM, Alfredas Chmieliauskas
<al.fre...@gmail.com> wrote:
> Dear all,
>
> I'm looking at a problem that could present an interesting use case
> for neo4j spatial capabilities.
> I've managed to compile a list of natural gas pipelines with their
> coordinates, see
> http://enipedia.tudelft.nl/wiki/NaturalGasInfrastructure
> Its a web of paths that go from gas fields to major consumption and
> trading areas. The question I'm looking at is which
> points/intersections of the grid have the best reach - ie connect most
> sources to most consumers.
> Also what minimal additions to the grid could make the most difference
> in gas distribution.
>
> In addition to these "conceptual" questions, I also have to solve some
> simple problems. The way pipe paths are recorded (lat and lng point
> series) they do not meet at the same exact spot (lat and lon
> precision), so I need to be able to approximate/infer intersections.
>
> The intention is to build a tool allowing to evaluate the
> infrastructure expansion options.
>
> For more info on the gas map see the uber-geeky story of its creation:
> http://enipedia.tudelft.nl/blog/?p=6
>
> I would appreciate any pointers/links/ideas.
>
> Thanks a lot,
>
> Alfredas
> _______________________________________________
> Neo4j mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
>
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to