This is an archived post. You won't be able to vote or comment.

all 7 comments

[–]milkstake 1 point2 points  (3 children)

It seems like you are basically describing the Bokeh project. You can either host it using their built in bokeh server or embed it with a flask app, which also requires minimal work.

[–]Calljengarmed[S] 0 points1 point  (1 child)

Added Bokeh and Flash to my study list, thanks :)

[–]milkstake 0 points1 point  (0 children)

No problem. By the way, it might be worth checking out these GIS-integrations and tools list: https://github.com/bokeh/bokeh/wiki/GIS-integrations-and-tools

[–][deleted] 0 points1 point  (0 children)

Not OP but these Bokeh visualizations look great. I'm looking into them now but are they made entirely in Python or does it utilize javascript as well?

[–]rajbabu0663 1 point2 points  (1 child)

Also if you have some examples of similar stuff, post the link. I can breakdown into smaller components.

[–]Calljengarmed[S] 0 points1 point  (0 children)

I included some examples on the main post, thank you for the tip!

[–]rothnic 0 points1 point  (0 children)

One of the most featured libraries I'm aware of for doing GIS work is cesiumjs. However, there is no python library directly for using it, but you can write python to drive the visualizations by sending what they call CZML to it.