dabreegster / odjitter

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

Document weights #15

Closed Robinlovelace closed 2 years ago

Robinlovelace commented 2 years ago

First in README, can move to elsewhere later...

Robinlovelace commented 2 years ago

Observation when trying this, bash is fussy, you cannot do this : (

./target/debug/odjitter --od-csv-path data/od_schools.csv \
  --zones-path data/zones.geojson \
  --origin-key origin \
  --destination-key destination \
  --subpoints-origins-path data/road_network.geojson \
  --subpoints-destinations-path data/schools.geojson \
  --disaggregation-key car \
  --disaggregation-threshold 10 \
  # specify the 'weight field' in the destinations object
  # (from schools.geojson in this example)
  --weight-key-destinations weight \
  --output-path output_max10_schools_with_weights.geojson