Skip to content

TURTLE v0.5

Compare
Choose a tag to compare
@niess niess released this 09 Oct 14:09
· 44 commits to master since this release

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 and turtle_finalise functions have been removed.
  • Unit testing and CI have been added.
  • Some more bugs have been patched ...