Skip to content
Romain Dorgueil edited this page Oct 29, 2017 · 1 revision

Batch updates

  • Ability to "group" x lines together then updating (writing) in batches.

Rolling windows

  • abc, bcd, cde ...

Re-try / resume

  • Queue (or serialize/persist) inputs that failed to retry from a given point later.
  • How do we handle code updates?

Run GUI (Jupyter?) and Graphviz

  • Implement something that renders the graph using graphviz
  • Graphviz view in jupyter could be updated realtime with statistics, to replace the text view
  • Graphviz in console (iterm2) using image display in the console

Console tree/graph

  • Console output plugin would benefit of a git log --tree like ascii art tree

Geographic transformations / file formats

  • GeoShape, GeoJSON ?
  • According to geographer pythonistas met in EP2017/Rimini, there is no real open source tool to convert different geographical formats together, so that would be a great use case.