Changes between Version 2 and Version 3 of Ticket #61
- Timestamp:
- Dec 14, 2006, 5:09:54 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #61 – Description
v2 v3 2 2 3 3 Question: should the boundary be rectanglar?... gut says No 4 5 6 I suggest we use the alpha-shape code to produce tightly hugging 7 polygon's containing the dataset and return them using a method such as G.get_boundary() with an optional argument for alpha. (Ole) 8 4 9 5 10 ----------------------