Releases: SpatioTemporal/pystare
Releases · SpatioTemporal/pystare
Version 0.8 alpha.
- Refactoring
- pytest
- sphinx
Multi-resolution Enhancements
Enhancements to help with the Economy-style covers. Note that if one wishes to use SpatialRanges (srange) for 'contains', one should 'compress' or 'defrag' the srange first.
Nonconvex improvements and automated return sizes
Nonconvex calculation is now the default for constructing STARE regions from polygons. Counter clockwise polygons yield the interior+polygon, while clockwise polygons yield the exterior. Uses STARE version at least 0.15.5.
Non-convex example
Corrected the sense of the polygon in an example to support the non-convex hull.
Non-convex hull added
A non-convex hull routine has been added.
Add srange providing initial SpatialRange functions
SpatialRange contains STARE HTM intervals in skip-lists for efficient comparison. This release provides srange, an initial set of functions exposing SpatialRange to Python.