-
Notifications
You must be signed in to change notification settings - Fork 9
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
Weighted points #77
Comments
This is great to see! Thanks for opening it. |
Can have a look at docs, good timing for use cases. |
One thing I can do: add minimal input for tests. Will track that here, when I get a chance. |
Thanks! Ultimately I'd like the docs to have some discussion of how to make good input data. For using OSM buildings, for instance, the user needs to be aware of the uneven coverage. For weighting, I'm not sure in practice how to pick weights, other than vague ideas like "more square footage for a shop means more important" and "flats with more height are more important" |
Well that can be a problem for the user to figure out.. Will aim to get a minimal example input dataset today. One observation: lots of the examples in the examples folder are big, could be good to have small ones like 10 zones to 1 destination I'm thinking. |
Taking a look at this now... |
Just discussing this with @wangzhao0217, and looking to use this functionality in NPT work. |
I'll try and catch up on PRs / docs for this soon then. Keep me posted how you actually decide the weights! |
Let the user specify a weight per origin or destination point. When randomly sampling points inside a zone, use this weight.
The text was updated successfully, but these errors were encountered: