Skip to main content

Open source python library for glider flight analysis

Project description

OpenSoar

pypi version and link Documentation Status

The OpenSoar python library is meant to provide open source tooling for glider flight analysis. This may vary from thermal detection to competition scoring.

Installation

pip install opensoar

Reading in files with aerofiles

https://raw.githubusercontent.com/Turbo87/aerofiles/master/img/logo.png

OpenSoar only performs analyses after the files have been read in. The aerofiles library provides the functionality to read the files.

Example race task

from aerofiles.igc import Reader
from opensoar.competition.soaringspot import get_info_from_comment_lines
from opensoar.task.trip import Trip

with open('example.igc', 'r') as f:
    parsed_igc_file = Reader().read(f)

# example.igc comes from soaringspot and contains task inforamtion
task, _, _ = get_info_from_comment_lines(parsed_igc_file)
_, trace = parsed_igc_file['fix_records']

trip = Trip(task, trace)
task_distance_covered = sum(trip.distances)

Releasing

  • add version number in changelog

  • change __version__ in opensoar/version.py

  • merge to master

  • push tag, ci publishes to pypi

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

opensoar-1.1.0.tar.gz (33.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

opensoar-1.1.0-py3-none-any.whl (30.0 kB view details)

Uploaded Python 3

File details

Details for the file opensoar-1.1.0.tar.gz.

File metadata

  • Download URL: opensoar-1.1.0.tar.gz
  • Upload date:
  • Size: 33.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.3

File hashes

Hashes for opensoar-1.1.0.tar.gz
Algorithm Hash digest
SHA256 b5f645f645401f580cdb2b87cc3262302ae13ad16635c15ee9453f905ab9c83c
MD5 e38366f41146dd4df0a3534e4624f9e7
BLAKE2b-256 1b4dd1889a19f494adf2c15b517c3e5609ee25b53c6ec2f9451af7082d42a9cb

See more details on using hashes here.

File details

Details for the file opensoar-1.1.0-py3-none-any.whl.

File metadata

  • Download URL: opensoar-1.1.0-py3-none-any.whl
  • Upload date:
  • Size: 30.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.3

File hashes

Hashes for opensoar-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 84fe22bf9c2066573cd70ff669c33d516ba3ed79ff9a4c12f2d467257110656f
MD5 8530a992c6ff28f227fe48377e73f034
BLAKE2b-256 f586d35d66a89a5bdb22703b5673f3de09660bfe5e5185a5c631892fae9537d6

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page