Skip to content

Releases: SpatioTemporal/STARE

Fixed premature app exit.

04 Dec 02:24
Compare
Choose a tag to compare
Pre-release

RangeConvex::simplify0 was generating an "exit 1" due to a hardcoded loop iteration limit. The limit (aka iFuse) has been increased, but should really be set via an externally defined property list, configuration file, or environment variable.

Circular cover and triangulation for pystare.

15 Nov 04:41
Compare
Choose a tag to compare

A few subtle bugs and a few additions to pystare for usability.

CentOS build issue mitigation

25 Sep 02:24
Compare
Choose a tag to compare
Pre-release

General.h in the stare code was including math.h when it should be including cmath. Making that change fixes a build issue with newer versions of gcc on CentOS 7.

Bugfix: STARE.h.in not updated in 0.8.0.

22 Sep 16:00
Compare
Choose a tag to compare

In 0.8.0 I erroneously changed STARE.h not STARE.h.in and broke compilation and hid a problem with STARE::ValueFromSpatialVector. Fixed that and added a grid-oriented example visualization.

PySTARE usability

22 Sep 01:45
Compare
Choose a tag to compare
PySTARE usability Pre-release
Pre-release

Many spatial functions added to PySTARE (pystare) including hull, intersection, vertex, and a spatial index value manipulation or two. All are based on passing numpy arrays. NOTE: documentation requires improvement.

CMake and Python Improvements. Minor convexHull testing.

05 Sep 16:31
Compare
Choose a tag to compare

Build process tweaked to be a little more robust. Python API is now more pythonic. ConvexHull was having tolerance trouble with colinear points. Now has less trouble, but still produces erroneous interior triangles.

Install, test targets and documentation updates.

06 Aug 21:07
Compare
Choose a tag to compare

Documentation updated to reflect new targets. Boost references removed. INSTALL updated.

PySTARE removed

02 Aug 15:24
Compare
Choose a tag to compare
PySTARE removed Pre-release
Pre-release

PySTARE1 based on SWIG still available. Will be renamed PySTARE shortly.

Bugfix: STARE::ValueFromLatLonDegrees returning level instead of index

02 Aug 15:17
Compare
Choose a tag to compare

Global SpatialVectors xhat, etc., initialized after STARE api, led to corrupt interface and bad values. Now declaring xhat, etc., locally and hoping programmer defines them correctly. TODO: figure out appropriate way to have a global xhat, etc.

See issue https://github.com/michaelleerilee/STARE/issues/22 .

Added constructor.

03 Jul 23:02
Compare
Choose a tag to compare
Added constructor. Pre-release
Pre-release

Added a constructor to support Hyrax demo.