Skip to main content

ssscoring - Speed Skydiving scoring tools

Project description

% ssscoring(3) Version 1.8.2 | Speed Skydiving Scoring API documentation

NAME

SSScoring - Speed Skydiving Scoring high level library in Python

SYNOPSIS

pip install -U ssscoring

Have one or more FlySight speed run track files available (can be v1 or v2), set the source directory to the data lake containing them.

from ssscoring.calc import aggregateResults
from ssscoring.calc import processAllJumpFiles
from ssscoring.calc import roundedAggregateResults
from ssscoring.flysight import getAllSpeedJumpFilesFrom

DATA_LAKE = './resources' # can be anywhere
jumpResults = processAllJumpFiles(getAllSpeedJumpFilesFrom(DATA_LAKE))
print(roundedAggregateResults(aggregateResults(jumpResults)))

Output:

python synopsys.py
                           score  5.0  10.0  15.0  20.0  25.0  finalTime  maxSpeed
01-00-00:v2                  472  181   329   420   472   451       24.7       475
resources test-data-00:v1    443  175   299   374   427   449       25.0       449
resources test-data-01:v1    441  176   305   388   432   442       25.0       442
resources test-data-02:v1    451  164   295   387   441   452       25.0       453

Speed run summary example Speed run summary example: https://raw.githubusercontent.com/pr3d4t0r/SSScoring/refs/heads/master/resources/SSScoring-speed-run-summary.png

SSScoring processes all FlySight files (tagged as v1 or v2, depending on the device) and SkyTrax files. It aggregates and summarizes the results. Full API documentation is available at:

https://pr3d4t0r.github.io/SSScoring/ssscoring.html

INSTALLATION AND REQUIREMENTS

  • Python 3.9.9 or later
  • pandas and NumPy

The requirements.txt file lists all the packages required for running SSScoring or using the API.

QUICKSTART

  • The SSScoring interactive quickstart notebook for Jupyter/Lucyfer is the fastest way to learn how to use the library
  • The ssscoring command line tool implements the same functionality as the interactive quickstart, can be used for scoring speed skydives from the command line with minimum installation - EXPERIMENTAL
  • SSScoring browser tools - EXPERIMENTAL

DESCRIPTION

SSScoring provides analsysis tools for individual or bulk processing of FlySight GPS competition data gathered during speed skydiving training and competition. Scoring methodology adheres to International Skydiving Commission (ISC), International Speed Skydiving Association (ISSA), and United States Parachute Association (USPA) published competition and scoring rules. Though FlySight is the only Speed Measuring Device (SMD) accepted by all these organizations, SSScoring libraries and tools also operate with track data files produced by these devices:

  • FlySight 1
  • FlySight 2
  • SkyTrax GPS and barometric device

SSScoring leverages data manipulation tools in the pandas and NumPy data analysis libraries. All the SSScoring code is written in pure Python, but the implementation leverages libraries that may require native code for GPU and AI chipset support like Nvidia and M-chipsets.

Features

  • Pure Python
  • Supports output from FlySight versions v1 and v2, and SkyTrax devices
  • Automatic file version detection
  • Bulk file processing via data lake scanning
  • Automatic selection of FlySight-like files mixed among files of multiple types and from different applications and operating systems
  • Individual file processing
  • Automatic jump file validation according to competition rules
  • Automatic skydiver exit detection
  • Automatic jump scoring with robust error detection based on exit altitude, break off altitude, scoring window, and validation window
  • Produces time series dataframes for the speed run, summary data in 5-second intervals, scoring window, speed skydiver track angle with respect to the ground, horizontal distance from exit, etc.
  • Reports max speed, exit altitude, scoring window end, distance traveled from exit, and other data relevant to competitors during training
  • Internal data representation includes SI and Imperial units; implementers may choose either one when working with the API

The latest SSScoring API is available on GitHub: https://pr3d4t0r.github.io/SSScoring/ssscoring.html

The SSScoring package can be installed into any Python environment version 3.9 or later. https://pypi.org/project/ssscoring

SSScoring also includes Jupyter notebooks for dataset exploratory analysis and for code troubleshooting. Unit test coverage is greater than 92%, limited only by Jupyter-specific components that can't be tested in a standalone environment.

What is a data lake?

A data lake is a files repository that stores data in its raw, unprocessed form. A speed skydiving data lake often has one or more of these types of files:

  • FlySight versions 1 or 2 files
  • SkyTrax files
  • Video files (MP4 or MOV of whatever)
  • PDFs of meet bulletins and related event information
  • Miscellaneous other junk

SSScoring identifies FlySight and SkyTrax files regardless of what other file types are available in the data lake. SSScoring also identifies speed files from other types of tracks (e.g. wingsuit) based on the performance profile and scoring windows. Tell the SSScoring tools where to get all the track files, even if they are several levels deep in the directory structure, and SSScoring will find, validate, and score only the speed skydiving files regardless of what else is available in the data lake. The only limitation is available memory. SSScoring has been tested with as many as 467 speed files during a single run, representing all the training files for a competitive skydiver over 10 months.

Additional tools

  • nospot shell script for disabling Spotlight scanning of FlySight file file systems
  • umountFlySight Mac app and shell script for safe unmounting of a FlySight device from a Macintosh computer

SEE ALSO

ssscore(1)

LICENSE

The SSScoring package, documentation and examples are licensed under the BSD-3 open source license.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

ssscoring-1.8.2-py3-none-any.whl (21.9 kB view details)

Uploaded Python 3

File details

Details for the file ssscoring-1.8.2-py3-none-any.whl.

File metadata

  • Download URL: ssscoring-1.8.2-py3-none-any.whl
  • Upload date:
  • Size: 21.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.10

File hashes

Hashes for ssscoring-1.8.2-py3-none-any.whl
Algorithm Hash digest
SHA256 4d4c73aba361e4c86000f11b626b6172a5f3e5476cf6e3199b64e2091ef05649
MD5 82905b91a3af47aef95ca52e0dfbe85f
BLAKE2b-256 326cbca17c93b206fe21184ba0cfaf732bc6ce320a9ef9778c46ac890204449d

See more details on using hashes here.

Supported by

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