Skip to content

Instantly share code, notes, and snippets.

@sjkillen
Last active March 4, 2017 20:03
Show Gist options
  • Save sjkillen/1d7704bf8bfc3826ef6dab180fbc93ae to your computer and use it in GitHub Desktop.
Save sjkillen/1d7704bf8bfc3826ef6dab180fbc93ae to your computer and use it in GitHub Desktop.
ETS geo-interpolater research
More effiecent or accurate
# Spot on
http://www.sciencedirect.com/science/article/pii/S0968090X03000238
# Probably not that useful
http://jeb.biologists.org/content/209/1/128.short
@sjkillen
Copy link
Author

sjkillen commented Mar 4, 2017

Mobile clients
Time Synchronization
http://dl.acm.org.ezproxy.macewan.ca/citation.cfm?id=2666369
Mentioned in Future work

@sjkillen
Copy link
Author

sjkillen commented Mar 4, 2017

TRAVIC
Spatial-temporal bounding box
Requests are made every 15 seconds, and everytime user drags mouse
Requests are .5 - 1 KB

Improvements
Adapt data based on network

Not really clear how they're rendering canvas (webgl or 2D)

@sjkillen
Copy link
Author

sjkillen commented Mar 4, 2017

Probably doesn't use 3D. It creates a context but doesn't use it???

@sjkillen
Copy link
Author

sjkillen commented Mar 4, 2017

Does it account for network delay?

@sjkillen
Copy link
Author

sjkillen commented Mar 4, 2017

DOES ETS HAVE STATIC DATA ALREAY?
What format is reltime data in

Transforming geo coord to route % much less data to send

@sjkillen
Copy link
Author

sjkillen commented Mar 4, 2017

@sjkillen
Copy link
Author

sjkillen commented Mar 4, 2017

^ neural netowrk

@sjkillen
Copy link
Author

sjkillen commented Mar 4, 2017

@sjkillen
Copy link
Author

sjkillen commented Mar 4, 2017

@sjkillen
Copy link
Author

sjkillen commented Mar 4, 2017

ISO morphic, both client and server running predication algorithms. only the server grabs data from source. only send to client if server knows their algorithm will make mistakes

@sjkillen
Copy link
Author

sjkillen commented Mar 4, 2017

  • Network level
    • Minimize data passed
    • isomorphic
    • time synchronization
  • Visualization level
    • Maximize the amount of data that can be shown
    • Effectively query data
  • DB level ?
    • Frame data that the user is looking at, temporal-spatial queries

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment