Origin destination Mapping
Can I make origin-destination visualization in OmniSci? Preferably, 3 D lines from origin points to Destination points? Thanks!
-
Hi,
Unlucky, right now, we don't have a function to create a linestring on the fly, so the only option to do that is to precalculate the linestrings outside the database, at least with the 5.10 release.
An easy way to precalculate would be to use PostGIS. The final result using our flights' dataset is like that.
I will post directions on how to pre-compute those geometries ASAP.
Regards, Candido
-
As a really weird coincidence...I helped write one of these and open sourced it awhile back. But it was before I discovered OmniSci so written in Django with postGIS:
https://github.com/geodesign/spatialsankey
So if you're up for some installations, the stack required would be postGIS + Django -> Heavy (via HeavyConnect). A fair bit of work for nice curved lines I'm afraid. Otherwise, if you've got some Python skills, you could extract our logic for generating and then export directly into Heavy with our python library.
Please sign in to leave a comment.
Comments
4 comments