Open cwharris opened 4 years ago
This issue has been marked rotten due to no recent activity in the past 90d. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed.
This issue has been marked stale due to no recent activity in the past 30d. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be marked rotten if there is no activity in the next 60d.
The ability to create simple shapes such as rectangles, regular polygons, points, line segments, donuts, etc, would be useful when "developing" test data. Often times we know we need to generate polygons which overlap, or are separated by a minimum distance. Doing this by hand is non-optimal. Having a utility that generates vertices and indices representing various shapes with known attributes at scale could prove beneficial. We could develop simple and deterministic algorithms to generate this sort of data automatically at test time.
Having utilities like these would make testing easier and more robust.