Skip to content

Releases: Theta-Limited/OpenAthena-Legacy-Python

v0.1.2-pre-alpha

03 May 21:28
Compare
Choose a tag to compare
v0.1.2-pre-alpha Pre-release
Pre-release

Full Changelog: v0.1.1-pre-alpha...v0.1.2-pre-alpha

  • Add output for NATO Military Grid Reference System

  • Add output with Google Maps link for target lat/lon

  • resolveTarget now accepts negative values for azimuth. For negative values, it will add 360 degrees (2pi radians) to use its exact equivalent

  • resolveTarget now accepts negative values for theta. For negative values, it will always convert them to positive (absolute value)

  • Update README.md to document new features

v0.1.1-pre-alpha

03 May 03:42
Compare
Choose a tag to compare
v0.1.1-pre-alpha Pre-release
Pre-release
  • Improve the accuracy of elevation data in the elevationFromLatLon function by using the elevation of the nearest datapoint (previous was the average elevation of 4 nearest)
  • re-write some of playground/getTarget.py, the resolveTarget function now returns values instead of just printing out (will allow for future feature of parsing all needed data directly from Drone image metadata)
  • add *.tif to .gitignore to protect developer and tester's privacy (from accidental geoTiff upload)

needs more testing, initial results promising

v0.1.0-pre-alpha

30 Apr 16:52
Compare
Choose a tag to compare
v0.1.0-pre-alpha Pre-release
Pre-release
README add documentation and usage instr for getTarget.py