Skip to content

Releases: SpatioTemporal/pystare

Version 0.8 alpha.

31 Aug 11:32
Compare
Choose a tag to compare
  • Refactoring
  • pytest
  • sphinx

Multi-resolution Enhancements

31 Aug 11:18
7846c26
Compare
Choose a tag to compare
Pre-release

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

31 Aug 11:19
Compare
Choose a tag to compare

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

31 Aug 11:19
Compare
Choose a tag to compare
Non-convex example Pre-release
Pre-release

Corrected the sense of the polygon in an example to support the non-convex hull.

Non-convex hull added

31 Aug 11:19
Compare
Choose a tag to compare
Non-convex hull added Pre-release
Pre-release

A non-convex hull routine has been added.

Add srange providing initial SpatialRange functions

31 Aug 11:18
e888589
Compare
Choose a tag to compare

SpatialRange contains STARE HTM intervals in skip-lists for efficient comparison. This release provides srange, an initial set of functions exposing SpatialRange to Python.