TURTLE v0.5
This release extends the stepper API. It embeds a simple stepping algorithm based on an optimistic heuristic. The main new features are:
- Stacks can now have an infinite size, by setting the
size
parameter to 0 or less at creation. - A
stack_load
function was added in order to force loading all tiles of a stack. - The stepper object can now perform basic steps based on an optimistic heuristic.
- An ECEF position getter was added to the stepper. It takes geodetic coordinates and height above ground as input. This is to ease the initialization of the stepping.
- The API has been cleaned. In particular the
turtle_initialise
andturtle_finalise
functions have been removed. - Unit testing and CI have been added.
- Some more bugs have been patched ...