Giter Site home page Giter Site logo

tracktotrip's People

Contributors

ruipgil avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

tracktotrip's Issues

See hiatus in tracks

In some tracks, sometimes the signal is lost and there is a bit without actual points. However, in the interface, you get a line connecting the endpoints of the discontinuity and it becomes hard to see where those hiatus are. Maybe highlight them visually somehow? Say, a thinner, or dotted, line instead of a solid one? Everything else would remain the same, but this would give some visual feedback on parts that the user may want to pay more attention to to complete the data (and maybe get auto suggestions from the system, if it is a long stretch).

Could be turned on and off in a settings panel?

"Save All Tracks"

After fixing them, save the entire set. Default folder somewhere in conf., but that can be changed.

sort tracks

When adding tracks to the app, automatically sort them by timestamp

"Hide Others"

On the track list, after dragging them into the app, we have the ability, for each track, to show and hide it. However, a frequently needed action would be to hide all others, to focus on just one. So, a "hide others" button would be nice, or a "hide all/show all" toggle button somewhere.

"Clear All"

Having the ability to clear the list of tracks without needing to reload the page.

error: Could not find libspatialindex_c library file (and how to solve on macOS)

Error when running on macOS:

$ tracktotrip_util --help
Traceback (most recent call last):
  File "/usr/local/bin/tracktotrip_util", line 10, in <module>
    from tracktotrip import Point, Track
  File "/usr/local/lib/python2.7/site-packages/tracktotrip/__init__.py", line 6, in <module>
    from .track import Track
  File "/usr/local/lib/python2.7/site-packages/tracktotrip/track.py", line 10, in <module>
    from rtree import index
  File "/usr/local/lib/python2.7/site-packages/rtree/__init__.py", line 1, in <module>
    from .index import Rtree
  File "/usr/local/lib/python2.7/site-packages/rtree/index.py", line 5, in <module>
    from . import core
  File "/usr/local/lib/python2.7/site-packages/rtree/core.py", line 125, in <module>
    raise OSError("Could not find libspatialindex_c library file")
OSError: Could not find libspatialindex_c library file

Can be solved by install spatialindex using homebrew:

brew install spatialindex

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.