dabreegster / odjitter

Disaggregate zone-based origin/destination data to specific points
Apache License 2.0
12 stars 6 forks source link

Separate origin/destination subpoints #11

Closed dabreegster closed 2 years ago

dabreegster commented 2 years ago

This splits the --subpoints-path flag into separate --subpoints-origins-path and --subpoints-destinations-path flags. If either one isn't specified, the tool falls back to picking random points instead.

No support for weighted subpoints yet; I'll do that separately. There was some other cleanup to do first, so this PR is already big

dabreegster commented 2 years ago

Oops, forgot to associate this with #7