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

Add time series spatial reconstruction #4

Open
AlexCoul opened this issue Jul 24, 2022 · 0 comments
Open

Add time series spatial reconstruction #4

AlexCoul opened this issue Jul 24, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@AlexCoul
Copy link
Collaborator

Reconstruct spatial networks from data acquired at different time steps (TS).
How to link nodes across time steps is an open question and may vary between analyses:

  • link nodes by identity: if at different TS we can identify each node and they are the same across some time steps, we link them for these TS
  • allow link to future neighbors: we could project nodes positions in the next TS and link them to their future neighbors, by radial distance, knn or Delaunay triangulation methods
  • other ideas are welcome
    Then one important parameter is how to set the fake distance between TS compared to real spatial distances? We may consider the relationship between space and time given by the speed of cell migration or diffusion of chemicals. This is probably an important parameter for blind neighborhood discovery like in mosna.
@AlexCoul AlexCoul added the enhancement New feature or request label Jul 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant