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

  • 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