Hi Calvin I did a plugin integrating a D3.js Sunburst Diagram in a plugin to allow interactive editing of a distribution/configuration file
you can find tech references in the presentation I'll give next week in the Portuguese QGIS User Conference... it's still in draft state, btw some information you need are available there or linked in a previous plugin. http://slides.com/luigipirelli/qtraffic#/ generally speaking, regarding interfacing D3 in a QWebView the main work is to undestanding how to organize data to be used by the D3 specific graphic visualization. QTraffic plugin is more complex because there is also a 2way management of the the modification events that are propagated from the webview to the python plugin and then to the configuration file.... and viceversa. In case of "static" visualization, that means dynamic but only in the webview, the complexity is reduced to push data and organize them to a static html template page. regards Luigi Pirelli ************************************************************************************************** * Boundless QGIS Support/Development: lpirelli AT boundlessgeo DOT com * LinkedIn: https://www.linkedin.com/in/luigipirelli * Stackexchange: http://gis.stackexchange.com/users/19667/luigi-pirelli * GitHub: https://github.com/luipir * Mastering QGIS: https://www.packtpub.com/application-development/mastering-qgis ************************************************************************************************** On 13 June 2016 at 15:59, C Hamilton <[email protected]> wrote: > Thank you for the response. I will hold off trying to write my own plugin, > but if you happen to need additional help let me know. The one capability > that I am very interested in is a functionality similar to the ArcGIS Data > Clock. > > http://desktop.arcgis.com/en/arcmap/latest/extensions/tracking-analyst/094-the-data-clock.htm > > Are you planning on doing something like that? > > Thanks, > > Calvin > > On Sat, Jun 11, 2016 at 3:29 PM, Matteo Ghetta <[email protected]> > wrote: >> >> Hi, >> Thanks to Paolo and Rene-luc for pointing out.. >> >> Me and Michael are currently working on a plugin that plots D3 interactive >> plots.. >> >> In a first release (hopefully we will release soon a first version) the >> user will be able to draw some plot types and also have a "feedback" between >> the plot and the map canvas.. >> >> Just have some more patience ;-) >> >> Cheers >> >> Matteo >> >> Il 10/giu/2016 17:19 "René-Luc Dhont" <[email protected]> ha scritto: >>> >>> Hi Clavin, >>> >>> Somes are working on something like that: >>> https://github.com/ghtmtt/DataPlot >>> >>> Regards, >>> >>> Le 10/06/2016 17:08, C Hamilton a écrit : >>> >>> I am contemplating writing a visualization plugin that analyzes temporal >>> patterns in distributions of data in two dimensions similar to the ArcGIS >>> Data Clock. >>> >>> >>> http://desktop.arcgis.com/en/arcmap/latest/extensions/tracking-analyst/094-the-data-clock.htm >>> >>> My first thought would be to have it create the graph as a D3 html page. >>> The pro to that would be that I would get to learn D3 but also it would >>> become an interactive graph that would be separate from QGIS. It could be >>> integrated into a web page. The other option would be to use a python >>> graphics library to display it within a QGIS window like the Environmental >>> Data Explorer. >>> >>> Ultimately, I would envision all sorts of analysis and graphs. Is anyone >>> already working on a D3 plugin like this? >>> >>> What are your thoughts? Would anyone be interested in a capability like >>> this? Would D3 be a good or bad way to implement this? >>> >>> Thanks, >>> >>> Calvin >>> >>> >>> _______________________________________________ >>> Qgis-developer mailing list >>> [email protected] >>> List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer >>> Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer >>> >>> >>> >>> _______________________________________________ >>> Qgis-developer mailing list >>> [email protected] >>> List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer >>> Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer >> >> >> _______________________________________________ >> Qgis-developer mailing list >> [email protected] >> List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer >> Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer > > > > _______________________________________________ > Qgis-developer mailing list > [email protected] > List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer > Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer _______________________________________________ Qgis-developer mailing list [email protected] List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer
