Skip to content

v0.15.0

Compare
Choose a tag to compare
@Zach10a Zach10a released this 28 Nov 19:25
· 7 commits to master since this release

This release adds a multitude of features and fixes. It takes SEEDPOD from a purely academic tool and forms a system that can be used in real-life situations.

Features added:

  • The user can now choose start and end coordinates with an improved map or use Postcodes for the start- and end-point
  • Multiple paths with different aircraft can now be created. Only the top risk map will be shown on the map, however, all paths will be shown. This will be extended in future versions to allow for all risk layers and maps to be shown on different windows.
  • Overpass API calls have been improved to cycle through different URL's if one is broken.
  • Continuous Integration via Github Actions has been implemented, speeding up development.
  • Theta * algo can now take a value for risk threshold as defined by the user.

Fixes:

  • A huge bug that meant all graphs utilised initialised values for strike layer maps has been squashed, meaning maps are now able to take aircraft information in from the user.
  • Overpass API calls have been fixed and now work.
  • README.md has been updated