Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interactive visualisations #20

Closed
xoolive opened this issue Mar 18, 2019 · 3 comments
Closed

Interactive visualisations #20

xoolive opened this issue Mar 18, 2019 · 3 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed long term

Comments

@xoolive
Copy link
Owner

xoolive commented Mar 18, 2019

altair seems a good way to display data, although not great with geographical representations. It is easy to reimplement Flight.plot_time to altair with decent default options. This could be added to the default API.

Another scenario that would be nice to work on would be to the possibility to project trajectories to a 2D space (anything, basic projections, t-SNE, PCA, etc.) and be able by an altair-like selector to come back to a Traffic subset.

@xoolive xoolive added the enhancement New feature or request label Mar 18, 2019
@xoolive xoolive self-assigned this Mar 18, 2019
@xoolive xoolive added help wanted Extra attention is needed long term labels Mar 18, 2019
@xoolive
Copy link
Owner Author

xoolive commented Mar 20, 2019

Once altair is implemented, appropriate output can be added to the Traffic widget.
➡️ A new Traffic.widget should be designed...

If a good solution is found for maps as well (Vega/Altair based? d3js based?), then the following dependencies can be removed:

"tornado",  # dependency for matplotlib with WebAgg
"ipympl",  # interactive matplotlib in notebooks

@xoolive
Copy link
Owner Author

xoolive commented Apr 23, 2019

6de5b79 altair output has been implemented in Flight.chart

@xoolive
Copy link
Owner Author

xoolive commented Feb 22, 2020

Maybe after all, this could be an extension of the project some day, as an extra library or plugin.

@xoolive xoolive closed this as completed Feb 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed long term
Projects
None yet
Development

No branches or pull requests

1 participant