Skip to content
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

v.random: test 3d points #5

Open
1 of 3 tasks
landam opened this issue Apr 29, 2020 · 1 comment
Open
1 of 3 tasks

v.random: test 3d points #5

landam opened this issue Apr 29, 2020 · 1 comment
Labels
wontfix This will not be worked on
Milestone

Comments

@landam
Copy link
Contributor

landam commented Apr 29, 2020

  • generate 3d points
  • check number of points
  • check zmin, zmax
@landam landam added this to the Meeting 4 milestone Apr 29, 2020
dekanluc pushed a commit that referenced this issue May 9, 2020
first try of v.random3D & v.random_restrict #5 #6

Co-Authored-By: josefpudil <[email protected]>
dekanluc pushed a commit that referenced this issue May 14, 2020
test v.random3D with v.info #6 #5

Co-Authored-By: josefpudil <[email protected]>
@landam
Copy link
Contributor Author

landam commented May 15, 2020

  1. -z, zmin, zmax -> 3d, b >= zmin && t <= zmax
  2. zmin, zmax -> 2d, check height column,
select min(height), max(height) from map_name;

-> min_height >= zmin && max_height <= zmax

@landam landam added the wontfix This will not be worked on label Jun 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant