WIP - Twitter dashboard

Hi there :saluting_face:
I share the source code of my first Panel-based dashboard that I built to explore Twitter geotagged :world_map: data of the Historic Centre of Rome:

The dashboard in action!!! :tv:

:warning: Known issues:

  • The tweet map deforms along the N-S axis when you hit the reset button;

:keyboard: To-Do:

  • Hide the -NaN values in the tweet map hover;
  • Fit the word cloud image to the pn.pane.Matplotlib without specifying the width/height;
  • Deploy the app;

Hit a :star: if you like it! :smile:

9 Likes

I really like it. Would it be ok to share on … twitter? :slight_smile:

1 Like

Thanks! :smile: I’ve also shared on Twitter.

1 Like

Good evening,
I’ve updated this dashboard :world_map: Link: GitHub - ivandorte/panel-geodashboard-twitter: A simple Panel-based dashboard visualizing geotagged tweets with hvplot and Datashader.

Misc improvements:

  • Changed MaterialTemplate to FastListTemplate;
  • Replaced pn.pane.Matplotlib with pn.pane.SVG in top 10 Hashtags plot;
  • Removed numeric indicators;
  • Removed interpolation for missing data;
  • Improved map visualization;

4 Likes