Skip to content

Commit

Permalink
Merge pull request #61 from pr3d4t0r/00060-FlySight2-files-data-lake-…
Browse files Browse the repository at this point in the history
…layout

00060 fly sight2 files data lake layout
  • Loading branch information
pr3d4t0r authored Sep 22, 2024
2 parents 2b61cec + 174fc4b commit e170942
Show file tree
Hide file tree
Showing 20 changed files with 100,894 additions and 1,443 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% ssscoring(3) Version 1.6.0 | Speed Skydiving Scoring API documentation
% ssscoring(3) Version 1.7.0 | Speed Skydiving Scoring API documentation

Name
====
Expand Down
32 changes: 16 additions & 16 deletions debugging-harness.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# *** Used for interactive debugging sessions with pdb
# *** Used for interactive debugging sessions with pdb
# *** or PyCharm's debugger.
#

Expand All @@ -9,21 +9,21 @@
from haversine import haversine
from haversine import Unit

from ssscoring.calc import aggregateResults
from ssscoring.calc import convertFlySight2SSScoring
from ssscoring.calc import dropNonSkydiveDataFrom
from ssscoring.calc import getSpeedSkydiveFrom
from ssscoring.calc import isValidJump
from ssscoring.calc import isValidMinimumAltitude
from ssscoring.calc import jumpAnalysisTable
from ssscoring.calc import processAllJumpFiles
from ssscoring.calc import roundedAggregateResults
from ssscoring.calc import totalResultsFrom
from ssscoring.constants import BREAKOFF_ALTITUDE
from ssscoring.constants import FT_IN_M
from ssscoring.constants import PERFORMANCE_WINDOW_LENGTH
from ssscoring.fs1 import aggregateResults
from ssscoring.fs1 import convertFlySight2SSScoring
from ssscoring.fs1 import dropNonSkydiveDataFrom
from ssscoring.fs1 import getAllSpeedJumpFilesFrom
from ssscoring.fs1 import getSpeedSkydiveFrom
from ssscoring.fs1 import isValidJump
from ssscoring.fs1 import isValidMinimumAltitude
from ssscoring.fs1 import jumpAnalysisTable
from ssscoring.fs1 import processAllJumpFiles
from ssscoring.fs1 import roundedAggregateResults
from ssscoring.fs1 import totalResultsFrom
from ssscoring.fs1 import validFlySightHeaderIn
from ssscoring.flysight import getAllSpeedJumpFilesFrom
from ssscoring.flysight import validFlySightHeaderIn
from ssscoring.notebook import SPEED_COLORS
from ssscoring.notebook import graphAltitude
from ssscoring.notebook import graphAngle
Expand All @@ -42,10 +42,10 @@

DATA_LAKE_ROOT = './data'

dropZoneAltMSL = 23
dropZoneAltMSL = 617
dropZoneAltMSLMeters = dropZoneAltMSL/FT_IN_M
jumpFiles = getAllSpeedJumpFilesFrom(DATA_LAKE_ROOT)
jumpResults = processAllJumpFiles(jumpFiles, altitudeDZMeters = dropZoneAltMSLMeters)
aggregate = aggregateResults(jumpResults)
roundedAggregateResults(aggregate)
# aggregate = aggregateResults(jumpResults)
# roundedAggregateResults(aggregate)

2 changes: 1 addition & 1 deletion docs/search.js

Large diffs are not rendered by default.

9 changes: 5 additions & 4 deletions docs/ssscoring.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@ <h2>Contents</h2>

<h2>Submodules</h2>
<ul>
<li><a href="ssscoring/calc.html">calc</a></li>
<li><a href="ssscoring/constants.html">constants</a></li>
<li><a href="ssscoring/datatypes.html">datatypes</a></li>
<li><a href="ssscoring/errors.html">errors</a></li>
<li><a href="ssscoring/fs1.html">fs1</a></li>
<li><a href="ssscoring/flysight.html">flysight</a></li>
<li><a href="ssscoring/notebook.html">notebook</a></li>
</ul>

Expand Down Expand Up @@ -83,7 +84,7 @@ <h2 id="source-code">Source code</h2>
on GitHub. You will need Python 3.9 or later, pandas, and NumPy as minimum
requirements.</p>

<p>You may the latest stable source files at:</p>
<p>You may study or download the latest stable source files at:</p>

<p><a href='https://github.com/pr3d4t0r/SSScoring/tree/master/ssscoring' target='_new'><a href="https://github.com/pr3d4t0r/SSScoring/tree/master/ssscoring">https://github.com/pr3d4t0r/SSScoring/tree/master/ssscoring</a></a></p>
</div>
Expand Down Expand Up @@ -118,7 +119,7 @@ <h2 id="source-code">Source code</h2>
</span><span id="L-24"><a href="#L-24"><span class="linenos">24</span></a><span class="sd">on GitHub. You will need Python 3.9 or later, pandas, and NumPy as minimum</span>
</span><span id="L-25"><a href="#L-25"><span class="linenos">25</span></a><span class="sd">requirements.</span>
</span><span id="L-26"><a href="#L-26"><span class="linenos">26</span></a>
</span><span id="L-27"><a href="#L-27"><span class="linenos">27</span></a><span class="sd">You may the latest stable source files at:</span>
</span><span id="L-27"><a href="#L-27"><span class="linenos">27</span></a><span class="sd">You may study or download the latest stable source files at:</span>
</span><span id="L-28"><a href="#L-28"><span class="linenos">28</span></a>
</span><span id="L-29"><a href="#L-29"><span class="linenos">29</span></a><span class="sd">&lt;a href=&#39;https://github.com/pr3d4t0r/SSScoring/tree/master/ssscoring&#39; target=&#39;_new&#39;&gt;https://github.com/pr3d4t0r/SSScoring/tree/master/ssscoring&lt;/a&gt;</span>
</span><span id="L-30"><a href="#L-30"><span class="linenos">30</span></a><span class="sd">&quot;&quot;&quot;</span>
Expand All @@ -137,7 +138,7 @@ <h2 id="source-code">Source code</h2>
<section id="__VERSION__">
<div class="attr variable">
<span class="name">__VERSION__</span> =
<span class="default_value">&#39;1.6.0&#39;</span>
<span class="default_value">&#39;1.7.0&#39;</span>


</div>
Expand Down
Loading

0 comments on commit e170942

Please sign in to comment.