Skip to content

Commit

Permalink
Release v.0.3.0: More functionality in dataset structure
Browse files Browse the repository at this point in the history
  • Loading branch information
annsilje committed Mar 12, 2019
1 parent 7c7aef2 commit adc1d9c
Show file tree
Hide file tree
Showing 54 changed files with 3,046 additions and 3,517 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.0
current_version = 0.3.0
commit = False
tag = False

Expand Down
17 changes: 17 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>midgard</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.python.pydev.PyDevBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.python.pydev.pythonNature</nature>
</natures>
</projectDescription>
8 changes: 8 additions & 0 deletions .pydevproject
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?eclipse-pydev version="1.0"?><pydev_project>
<pydev_pathproperty name="org.python.pydev.PROJECT_SOURCE_PATH">
<path>/${PROJECT_DIR_NAME}</path>
</pydev_pathproperty>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python 3.6</pydev_property>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">Default</pydev_property>
</pydev_project>
4 changes: 2 additions & 2 deletions docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


<link rel="shortcut icon" href="/img/favicon.ico">
<title>Midgard v0.2.0</title>
<title>Midgard v0.3.0</title>
<link href="/css/bootstrap-custom.min.css" rel="stylesheet">
<link href="/css/font-awesome.min.css" rel="stylesheet">
<link href="/css/base.css" rel="stylesheet">
Expand Down Expand Up @@ -39,7 +39,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/.">Midgard v0.2.0</a>
<a class="navbar-brand" href="/.">Midgard v0.3.0</a>
</div>

<!-- Expanded navigation -->
Expand Down
70 changes: 3 additions & 67 deletions docs/api/midgard-collections/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


<link rel="shortcut icon" href="../../img/favicon.ico">
<title>midgard.collections - Midgard v0.2.0</title>
<title>midgard.collections - Midgard v0.3.0</title>
<link href="../../css/bootstrap-custom.min.css" rel="stylesheet">
<link href="../../css/font-awesome.min.css" rel="stylesheet">
<link href="../../css/base.css" rel="stylesheet">
Expand Down Expand Up @@ -39,7 +39,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../..">Midgard v0.2.0</a>
<a class="navbar-brand" href="../..">Midgard v0.3.0</a>
</div>

<!-- Expanded navigation -->
Expand Down Expand Up @@ -180,40 +180,14 @@ <h3 id="gpsfrequency"><strong>GPSFrequency</strong></h3>
<p>Full name: <code>midgard.collections.enums.GPSFrequency</code></p>
<p>Signature: <code>(value, names=None, *, module=None, qualname=None, type=None, start=1)</code></p>
<p>GPS frequencies</p>
<h4 id="gpsfrequencyl1-gpsfrequency">GPSFrequency.L1 (GPSFrequency)</h4>
<p><code>L1 = &lt;GPSFrequency.L1: 1575420000.0&gt;</code></p>
<h4 id="gpsfrequencyl2-gpsfrequency">GPSFrequency.L2 (GPSFrequency)</h4>
<p><code>L2 = &lt;GPSFrequency.L2: 1227600000.0&gt;</code></p>
<h4 id="gpsfrequencyl5-gpsfrequency">GPSFrequency.L5 (GPSFrequency)</h4>
<p><code>L5 = &lt;GPSFrequency.L5: 1176450000.0&gt;</code></p>
<h3 id="logcolor"><strong>LogColor</strong></h3>
<p>Full name: <code>midgard.collections.enums.LogColor</code></p>
<p>Signature: <code>(value, names=None, *, module=None, qualname=None, type=None, start=1)</code></p>
<p>Colors used when logging</p>
<h4 id="logcolorerror-logcolor">LogColor.error (LogColor)</h4>
<p><code>error = &lt;LogColor.error: '\x1b[31m'&gt;</code></p>
<h4 id="logcolorfatal-logcolor">LogColor.fatal (LogColor)</h4>
<p><code>fatal = &lt;LogColor.fatal: '\x1b[1m\x1b[31m'&gt;</code></p>
<h4 id="logcolorwarn-logcolor">LogColor.warn (LogColor)</h4>
<p><code>warn = &lt;LogColor.warn: '\x1b[33m'&gt;</code></p>
<h3 id="loglevel"><strong>LogLevel</strong></h3>
<p>Full name: <code>midgard.collections.enums.LogLevel</code></p>
<p>Signature: <code>(value, names=None, *, module=None, qualname=None, type=None, start=1)</code></p>
<p>Levels used when deciding how much log output to show</p>
<h4 id="loglevelall-loglevel">LogLevel.all (LogLevel)</h4>
<p><code>all = &lt;LogLevel.all: 1&gt;</code></p>
<h4 id="logleveldebug-loglevel">LogLevel.debug (LogLevel)</h4>
<p><code>debug = &lt;LogLevel.debug: 2&gt;</code></p>
<h4 id="loglevelerror-loglevel">LogLevel.error (LogLevel)</h4>
<p><code>error = &lt;LogLevel.error: 5&gt;</code></p>
<h4 id="loglevelfatal-loglevel">LogLevel.fatal (LogLevel)</h4>
<p><code>fatal = &lt;LogLevel.fatal: 6&gt;</code></p>
<h4 id="loglevelinfo-loglevel">LogLevel.info (LogLevel)</h4>
<p><code>info = &lt;LogLevel.info: 3&gt;</code></p>
<h4 id="loglevelnone-loglevel">LogLevel.none (LogLevel)</h4>
<p><code>none = &lt;LogLevel.none: 7&gt;</code></p>
<h4 id="loglevelwarn-loglevel">LogLevel.warn (LogLevel)</h4>
<p><code>warn = &lt;LogLevel.warn: 4&gt;</code></p>
<h3 id="notgiven"><strong>NotGiven</strong></h3>
<p>Full name: <code>midgard.collections.enums.NotGiven</code></p>
<p>Signature: <code>()</code></p>
Expand All @@ -222,12 +196,6 @@ <h3 id="writelevel"><strong>WriteLevel</strong></h3>
<p>Full name: <code>midgard.collections.enums.WriteLevel</code></p>
<p>Signature: <code>(value, names=None, *, module=None, qualname=None, type=None, start=1)</code></p>
<p>Levels used when deciding which fields of a dataset and other information to write to disk</p>
<h4 id="writelevelanalysis-writelevel">WriteLevel.analysis (WriteLevel)</h4>
<p><code>analysis = &lt;WriteLevel.analysis: 2&gt;</code></p>
<h4 id="writeleveldetail-writelevel">WriteLevel.detail (WriteLevel)</h4>
<p><code>detail = &lt;WriteLevel.detail: 1&gt;</code></p>
<h4 id="writeleveloperational-writelevel">WriteLevel.operational (WriteLevel)</h4>
<p><code>operational = &lt;WriteLevel.operational: 3&gt;</code></p>
<h3 id="enums"><strong>enums</strong>()</h3>
<p>Full name: <code>midgard.collections.enums.enums</code></p>
<p>Signature: <code>() -&gt; List[str]</code></p>
Expand Down Expand Up @@ -263,12 +231,6 @@ <h3 id="gnss_freq_g"><strong>gnss_freq_G</strong></h3>
<p>Full name: <code>midgard.collections.enums.gnss_freq_G</code></p>
<p>Signature: <code>(value, names=None, *, module=None, qualname=None, type=None, start=1)</code></p>
<p>GPS frequencies</p>
<h4 id="gnss_freq_gl1-gpsfrequency">gnss_freq_G.L1 (GPSFrequency)</h4>
<p><code>L1 = &lt;GPSFrequency.L1: 1575420000.0&gt;</code></p>
<h4 id="gnss_freq_gl2-gpsfrequency">gnss_freq_G.L2 (GPSFrequency)</h4>
<p><code>L2 = &lt;GPSFrequency.L2: 1227600000.0&gt;</code></p>
<h4 id="gnss_freq_gl5-gpsfrequency">gnss_freq_G.L5 (GPSFrequency)</h4>
<p><code>L5 = &lt;GPSFrequency.L5: 1176450000.0&gt;</code></p>
<h3 id="has_value"><strong>has_value</strong>()</h3>
<p>Full name: <code>midgard.collections.enums.has_value</code></p>
<p>Signature: <code>(name:str, value:str) -&gt; bool</code></p>
Expand All @@ -284,30 +246,10 @@ <h3 id="log_color"><strong>log_color</strong></h3>
<p>Full name: <code>midgard.collections.enums.log_color</code></p>
<p>Signature: <code>(value, names=None, *, module=None, qualname=None, type=None, start=1)</code></p>
<p>Colors used when logging</p>
<h4 id="log_colorerror-logcolor">log_color.error (LogColor)</h4>
<p><code>error = &lt;LogColor.error: '\x1b[31m'&gt;</code></p>
<h4 id="log_colorfatal-logcolor">log_color.fatal (LogColor)</h4>
<p><code>fatal = &lt;LogColor.fatal: '\x1b[1m\x1b[31m'&gt;</code></p>
<h4 id="log_colorwarn-logcolor">log_color.warn (LogColor)</h4>
<p><code>warn = &lt;LogColor.warn: '\x1b[33m'&gt;</code></p>
<h3 id="log_level"><strong>log_level</strong></h3>
<p>Full name: <code>midgard.collections.enums.log_level</code></p>
<p>Signature: <code>(value, names=None, *, module=None, qualname=None, type=None, start=1)</code></p>
<p>Levels used when deciding how much log output to show</p>
<h4 id="log_levelall-loglevel">log_level.all (LogLevel)</h4>
<p><code>all = &lt;LogLevel.all: 1&gt;</code></p>
<h4 id="log_leveldebug-loglevel">log_level.debug (LogLevel)</h4>
<p><code>debug = &lt;LogLevel.debug: 2&gt;</code></p>
<h4 id="log_levelerror-loglevel">log_level.error (LogLevel)</h4>
<p><code>error = &lt;LogLevel.error: 5&gt;</code></p>
<h4 id="log_levelfatal-loglevel">log_level.fatal (LogLevel)</h4>
<p><code>fatal = &lt;LogLevel.fatal: 6&gt;</code></p>
<h4 id="log_levelinfo-loglevel">log_level.info (LogLevel)</h4>
<p><code>info = &lt;LogLevel.info: 3&gt;</code></p>
<h4 id="log_levelnone-loglevel">log_level.none (LogLevel)</h4>
<p><code>none = &lt;LogLevel.none: 7&gt;</code></p>
<h4 id="log_levelwarn-loglevel">log_level.warn (LogLevel)</h4>
<p><code>warn = &lt;LogLevel.warn: 4&gt;</code></p>
<h3 id="register_enum"><strong>register_enum</strong>()</h3>
<p>Full name: <code>midgard.collections.enums.register_enum</code></p>
<p>Signature: <code>(name:str) -&gt; Callable[[enum.EnumMeta], enum.EnumMeta]</code></p>
Expand All @@ -322,13 +264,7 @@ <h3 id="register_enum"><strong>register_enum</strong>()</h3>
<h3 id="write_level"><strong>write_level</strong></h3>
<p>Full name: <code>midgard.collections.enums.write_level</code></p>
<p>Signature: <code>(value, names=None, *, module=None, qualname=None, type=None, start=1)</code></p>
<p>Levels used when deciding which fields of a dataset and other information to write to disk</p>
<h4 id="write_levelanalysis-writelevel">write_level.analysis (WriteLevel)</h4>
<p><code>analysis = &lt;WriteLevel.analysis: 2&gt;</code></p>
<h4 id="write_leveldetail-writelevel">write_level.detail (WriteLevel)</h4>
<p><code>detail = &lt;WriteLevel.detail: 1&gt;</code></p>
<h4 id="write_leveloperational-writelevel">write_level.operational (WriteLevel)</h4>
<p><code>operational = &lt;WriteLevel.operational: 3&gt;</code></p></div>
<p>Levels used when deciding which fields of a dataset and other information to write to disk</p></div>
</div>

<footer class="col-md-12">
Expand Down

0 comments on commit adc1d9c

Please sign in to comment.