Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Gliding Competition Scoring
The current status of the project is: work in progress
This project contains code and algorithms to score gliding competition flights using the TypeScript programming language. The reason for using TypeScript is being able to compile to JavaScript and run the code in the browser to ultimately allow live scoring using either SkyLines or OGN live tracking data.
The examples
folder contains some basic scripts to demonstrate what the
library is currently capable of. It is recommended to run them using
ts-node. For example:
ts-node examples/calc-ranking.ts fixtures/2017-07-17-lev
To install aeroscore you need to install:
GIT and curl
sudo apt-get install git curl
Node.js
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
Yarn
curl -o- -L https://yarnpkg.com/install.sh | bash
Logout (exit) and back in again
yarn global add ts-node typescript
aeroscore
git clone https://github.com/Turbo87/aeroscore.git
Change into aeroscore directory and install dependencies
cd aeroscore
yarn install
To check if you installation was successfull, run
ts-node examples/live-scoring.ts
You can use aeroscore to perform a live scoring of a running contest task. aeroscore can read a given task (XCSoar tsk format) and filter (Glidertracker.org fromat) to perform live scoring of the task. aeroscore connects to Glidertracker.org via WebSocket connection and continuously receives OGN data from the GliderTracker, which it evaluates into a live scoring.
Live-scoring using local filter and task files can be started like this
ts-node examples/live-scoring.ts fixtures/Luesse/task.tsk fixtures/Luesse/filter.csv
Live-scoring using remote filter and task files directly from GliderTracker.org can be started like this
ts-node examples/live-scoring.ts "http://glidertracker.org/#tsk=https://gist.github.com/hsteinhaus/4369987643f0081d49c4458baa8c1422/raw/task&lst=https://gist.github.com/hsteinhaus/4369987643f0081d49c4458baa8c1422/raw/filter"
aeroscore is licensed under the MIT License.
FAQs
Gliding Competition Scoring
We found that aeroscore demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.