Skip to content

Node synthesis #21

@tomalrussell

Description

@tomalrussell

What's the problem this feature will solve?
The core functions of the package create edges between a provided set of nodes. Examples in the documentation demonstrate uniform random sampling within a 2D bounding box to create a set of nodes. In general, to create complete synthetic spatial networks, there is a need to synthesise nodes with locations.

Describe the solution you'd like
One or more methods to generate sets of nodes to seed complete network creation:

  • as in the docs, uniform random sampling within a bounding box

Perhaps also:

  • sampling masked by a polygon (e.g. to sample points over land)
  • sampling weighted by a distribution (e.g. according to population density)
  • sampling uniformly on the sphere

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions