Change data for people counting example and built-in direction
#38
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Why this change?
directionproperty into property libwithin_regionscan accept a single region(a list of coordinates)What does this PR include?
REGIONfor the new dataset.within_regionsinterface to accept a single region input. Internally, we will convert a single region to a list of regions. API doc forwithin_regionshas also be added.directionproperty inside. Since it is complicated mainly for debugging, user may get confused if it is in the example.User API changes
within_regions(regions),regionscan be either one region or a list of regionsdirectionproperty in their queryHow did I test the PR?
With people counting example
New dependencies included
No
Related issue
https://github.com/VQPy/VQPy-internal/issues/21