Slashgeo Log In
Topology -> Geography
posted by Satri
on Tuesday March 27, @09:58AM
Permalink
Trackback URI
Slashdotthis
Diggthis
Del.icio.us
from the bring-topology-to-your-geography dept.
from the bring-topology-to-your-geography dept.
Anonymous Voxel writes "There are established tools that analyse geographic objects and extract the topological relationships, what polygon borders what polygon, etc. Is there anything that does the reverse? That is a tool that given a set of topological relationships, can build a simple geography that matches it? For example; I would describe the topological relationships as something like this;
region A connects to regions B, C & D
region B connects to regions A & E
region C connects to region A
and so on. And then the (hypothetical) tool would construct geometry that satisfies the above topological relationships, whilst also being reasonably pleasing to the eye. In this case five polygons or boxes, either bordering each other, or maybe connected by lines."
region A connects to regions B, C & D
region B connects to regions A & E
region C connects to region A
and so on. And then the (hypothetical) tool would construct geometry that satisfies the above topological relationships, whilst also being reasonably pleasing to the eye. In this case five polygons or boxes, either bordering each other, or maybe connected by lines."
Related Stories
OpenStreetMap: Simple Features vs Topology
[+]
The Technical Ramblings blog has two entries discussing what's best for OpenStreetMap, using simple features or topogical features for their geodata. Read the comments. From the second part: "More followup from the list: It seems that there is a reason (in addition to routing) for topological behavior: editing. [...] This one is more interesting to me, because I feel like moving topology to the client actually turns editing a topological operation — after which, grouping the edits in the API should be simple."
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.




Graph drawing algorithms
(Score:2)( http://alexandreleroux.blogspot.com/ | Last Journal: Friday March 17, @05:07PM )
Force-Directed Layout
(Score:4, Interesting)My current Project utilizes a very complex version of this logic. Check out the prefuse toolkit. It's a free Java SDK with LOTS of great code. Also look at liveplasma.com. The concept is very powerful.
Prefuse and Vizster
(Score:3)( http://alexandreleroux.blogspot.com/ | Last Journal: Friday March 17, @05:07PM )