Skip to content

Commit

Permalink
Merge pull request #196 from PierreS-alpha/master
Browse files Browse the repository at this point in the history
PS > UpSt sp3 col new names
  • Loading branch information
PierreS-alpha authored Nov 24, 2023
2 parents cbde290 + 59d1da1 commit 3c95f9e
Show file tree
Hide file tree
Showing 142 changed files with 767 additions and 728 deletions.
2 changes: 1 addition & 1 deletion docs/_sources/geodezyx.rst.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GeodeZYX's complete reference package
==========================================================
=====================================

.. automodule:: geodezyx
:members:
Expand Down
15 changes: 8 additions & 7 deletions docs/_sources/getting_started.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,33 +16,34 @@ with PyPi and pip
Standard installation (for non-admin users)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

We recommend to use ``pip`` to do a propper installation:
We recommend to use ``pip`` to do a proper installation:
``pip install geodezyx``

To get the latest working version you can install directly the GitHub-hosted version:
To get the latest working version you can install directly the GitHub-hosted version:
``pip install git+https://github.com/GeodeZYX/geodezyx-toolbox``

Full installation (for sudoers/advanced users)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

This version installs facultative external modules, which require system libraries only installable when you have the sudo/admin rights, namely ``netCDF4``, ``kepler.py``, ``ncompress``.

We recommend to use ``pip`` to do a propper installation:
We recommend to use ``pip`` to do a propper installation:
``pip install geodezyx[full]``

To get the latest working version you can install directly the GitHub-hosted version:
To get the latest working version you can install directly the GitHub-hosted version:
``pip install 'git+https://github.com/GeodeZYX/geodezyx-toolbox#egg=geodezyx[full]'``


clone and manually install from GitHub
--------------------------------------

You can manually fork and clone the GitHub repository
You can manually fork and clone the GitHub repository
https://github.com/GeodeZYX/geodezyx-toolbox/

and install the Toolbox you downloaded with ``python setup.py install``
and install the Toolbox you downloaded with:
``python setup.py install``

Alternatively, you can also add the ``geodezyx`` forder in your ``PYTHONPATH`` (for experimented users)
Alternatively, you can also add the ``geodezyx`` folder in your ``PYTHONPATH`` (for experimented users)

---------------
Minimal exemple
Expand Down
2 changes: 2 additions & 0 deletions docs/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -1906,6 +1906,8 @@ <h2 id="M">M</h2>
</ul></li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="geodezyx.geodyn.html#geodezyx.geodyn.volcano_mogi.mogi_frontend">mogi_frontend() (in module geodezyx.geodyn.volcano_mogi)</a>
</li>
<li><a href="geodezyx.operational.html#geodezyx.operational.hector_frontend.momfile_trend_processing">momfile_trend_processing() (in module geodezyx.operational.hector_frontend)</a>
</li>
<li><a href="geodezyx.files_rw.html#geodezyx.files_rw.read_logsheets.mono_logsheet_read">mono_logsheet_read() (in module geodezyx.files_rw.read_logsheets)</a>
Expand Down
48 changes: 24 additions & 24 deletions docs/geodezyx.conv.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,10 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Link to this headi
<p>it can be imported directly with:
from geodezyx import conv</p>
<p>The GeodeZYX Toolbox is a software for simple but useful
functions for Geodesy and Geophysics under the GNU GPL v3 License</p>
<p>Copyright (C) 2019 Pierre Sakic et al. (GFZ, <a class="reference external" href="mailto:pierre&#46;sakic&#37;&#52;&#48;gfz-postdam&#46;de">pierre<span>&#46;</span>sakic<span>&#64;</span>gfz-postdam<span>&#46;</span>de</a>)
functions for Geodesy and Geophysics under the GNU LGPL v3 License</p>
<p>Copyright (C) 2019 Pierre Sakic et al. (IPGP, <a class="reference external" href="mailto:sakic&#37;&#52;&#48;ipgp&#46;fr">sakic<span>&#64;</span>ipgp<span>&#46;</span>fr</a>)
GitHub repository :
<a class="reference external" href="https://github.com/GeodeZYX/GeodeZYX-Toolbox_v4">https://github.com/GeodeZYX/GeodeZYX-Toolbox_v4</a></p>
<a class="reference external" href="https://github.com/GeodeZYX/geodezyx-toolbox">https://github.com/GeodeZYX/geodezyx-toolbox</a></p>
<dl class="py function">
<dt class="sig sig-object py" id="geodezyx.conv.conv_angle.angle2equivalent_earth_parallel">
<span class="sig-prename descclassname"><span class="pre">geodezyx.conv.conv_angle.</span></span><span class="sig-name descname"><span class="pre">angle2equivalent_earth_parallel</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">angle_in</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">latitude_in</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">angtype</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">'deg'</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">earth_radius</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">6371008.8</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#geodezyx.conv.conv_angle.angle2equivalent_earth_parallel" title="Link to this definition"></a></dt>
Expand Down Expand Up @@ -324,10 +324,10 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Link to this headi
<p>it can be imported directly with:
from geodezyx import conv</p>
<p>The GeodeZYX Toolbox is a software for simple but useful
functions for Geodesy and Geophysics under the GNU GPL v3 License</p>
<p>Copyright (C) 2019 Pierre Sakic et al. (GFZ, <a class="reference external" href="mailto:pierre&#46;sakic&#37;&#52;&#48;gfz-postdam&#46;de">pierre<span>&#46;</span>sakic<span>&#64;</span>gfz-postdam<span>&#46;</span>de</a>)
functions for Geodesy and Geophysics under the GNU LGPL v3 License</p>
<p>Copyright (C) 2019 Pierre Sakic et al. (IPGP, <a class="reference external" href="mailto:sakic&#37;&#52;&#48;ipgp&#46;fr">sakic<span>&#64;</span>ipgp<span>&#46;</span>fr</a>)
GitHub repository :
<a class="reference external" href="https://github.com/GeodeZYX/GeodeZYX-Toolbox_v4">https://github.com/GeodeZYX/GeodeZYX-Toolbox_v4</a></p>
<a class="reference external" href="https://github.com/GeodeZYX/geodezyx-toolbox">https://github.com/GeodeZYX/geodezyx-toolbox</a></p>
<dl class="py function">
<dt class="sig sig-object py" id="geodezyx.conv.conv_coords.ECEF2ECI">
<span class="sig-prename descclassname"><span class="pre">geodezyx.conv.conv_coords.</span></span><span class="sig-name descname"><span class="pre">ECEF2ECI</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">xyz</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">utc_times</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#geodezyx.conv.conv_coords.ECEF2ECI" title="Link to this definition"></a></dt>
Expand Down Expand Up @@ -593,7 +593,7 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Link to this headi
<dt class="sig sig-object py" id="geodezyx.conv.conv_coords.XYZ2ENU_around_fix_pos">
<span class="sig-prename descclassname"><span class="pre">geodezyx.conv.conv_coords.</span></span><span class="sig-name descname"><span class="pre">XYZ2ENU_around_fix_pos</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">X</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">Y</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">Z</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#geodezyx.conv.conv_coords.XYZ2ENU_around_fix_pos" title="Link to this definition"></a></dt>
<dd><p>Computes the mean of the X,Y,Z and
return the topocentric ENU position around this mean position</p>
return the topocentric ENU position around its mean position</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
<dd class="field-odd"><ul class="simple">
Expand Down Expand Up @@ -754,10 +754,10 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Link to this headi
<p>it can be imported directly with:
from geodezyx import conv</p>
<p>The GeodeZYX Toolbox is a software for simple but useful
functions for Geodesy and Geophysics under the GNU GPL v3 License</p>
<p>Copyright (C) 2019 Pierre Sakic et al. (GFZ, <a class="reference external" href="mailto:pierre&#46;sakic&#37;&#52;&#48;gfz-postdam&#46;de">pierre<span>&#46;</span>sakic<span>&#64;</span>gfz-postdam<span>&#46;</span>de</a>)
functions for Geodesy and Geophysics under the GNU LGPL v3 License</p>
<p>Copyright (C) 2019 Pierre Sakic et al. (IPGP, <a class="reference external" href="mailto:sakic&#37;&#52;&#48;ipgp&#46;fr">sakic<span>&#64;</span>ipgp<span>&#46;</span>fr</a>)
GitHub repository :
<a class="reference external" href="https://github.com/GeodeZYX/GeodeZYX-Toolbox_v4">https://github.com/GeodeZYX/GeodeZYX-Toolbox_v4</a></p>
<a class="reference external" href="https://github.com/GeodeZYX/geodezyx-toolbox">https://github.com/GeodeZYX/geodezyx-toolbox</a></p>
<dl class="py function">
<dt class="sig sig-object py" id="geodezyx.conv.conv_geometric.barycenter">
<span class="sig-prename descclassname"><span class="pre">geodezyx.conv.conv_geometric.</span></span><span class="sig-name descname"><span class="pre">barycenter</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">points_list_in</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#geodezyx.conv.conv_geometric.barycenter" title="Link to this definition"></a></dt>
Expand Down Expand Up @@ -960,10 +960,10 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Link to this headi
<p>it can be imported directly with:
from geodezyx import conv</p>
<p>The GeodeZYX Toolbox is a software for simple but useful
functions for Geodesy and Geophysics under the GNU GPL v3 License</p>
<p>Copyright (C) 2019 Pierre Sakic et al. (GFZ, <a class="reference external" href="mailto:pierre&#46;sakic&#37;&#52;&#48;gfz-postdam&#46;de">pierre<span>&#46;</span>sakic<span>&#64;</span>gfz-postdam<span>&#46;</span>de</a>)
functions for Geodesy and Geophysics under the GNU LGPL v3 License</p>
<p>Copyright (C) 2019 Pierre Sakic et al. (IPGP, <a class="reference external" href="mailto:sakic&#37;&#52;&#48;ipgp&#46;fr">sakic<span>&#64;</span>ipgp<span>&#46;</span>fr</a>)
GitHub repository :
<a class="reference external" href="https://github.com/GeodeZYX/GeodeZYX-Toolbox_v4">https://github.com/GeodeZYX/GeodeZYX-Toolbox_v4</a></p>
<a class="reference external" href="https://github.com/GeodeZYX/geodezyx-toolbox">https://github.com/GeodeZYX/geodezyx-toolbox</a></p>
<dl class="py function">
<dt class="sig sig-object py" id="geodezyx.conv.conv_proj_lambert.lambert_projection">
<span class="sig-prename descclassname"><span class="pre">geodezyx.conv.conv_proj_lambert.</span></span><span class="sig-name descname"><span class="pre">lambert_projection</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">long</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">lat</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">n</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">c</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">e</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">lc</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">Xs</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">Ys</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#geodezyx.conv.conv_proj_lambert.lambert_projection" title="Link to this definition"></a></dt>
Expand Down Expand Up @@ -1017,10 +1017,10 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Link to this headi
<p>it can be imported directly with:
from geodezyx import conv</p>
<p>The GeodeZYX Toolbox is a software for simple but useful
functions for Geodesy and Geophysics under the GNU GPL v3 License</p>
functions for Geodesy and Geophysics under the GNU LGPL v3 License</p>
<p>Copyright (C) 2019 Pierre Sakic et al. (IPGP, <a class="reference external" href="mailto:sakic&#37;&#52;&#48;ipgp&#46;fr">sakic<span>&#64;</span>ipgp<span>&#46;</span>fr</a>)
GitHub repository :
<a class="reference external" href="https://github.com/GeodeZYX/GeodeZYX-Toolbox_v4">https://github.com/GeodeZYX/GeodeZYX-Toolbox_v4</a></p>
<a class="reference external" href="https://github.com/GeodeZYX/geodezyx-toolbox">https://github.com/GeodeZYX/geodezyx-toolbox</a></p>
<dl class="py function">
<dt class="sig sig-object py" id="geodezyx.conv.conv_proj_utm.utm_coef">
<span class="sig-prename descclassname"><span class="pre">geodezyx.conv.conv_proj_utm.</span></span><span class="sig-name descname"><span class="pre">utm_coef</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">e</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">m</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">0</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#geodezyx.conv.conv_proj_utm.utm_coef" title="Link to this definition"></a></dt>
Expand Down Expand Up @@ -1120,10 +1120,10 @@ <h3>Source<a class="headerlink" href="#source" title="Link to this heading"><
<p>it can be imported directly with:
from geodezyx import conv</p>
<p>The GeodeZYX Toolbox is a software for simple but useful
functions for Geodesy and Geophysics under the GNU GPL v3 License</p>
<p>Copyright (C) 2019 Pierre Sakic et al. (GFZ, <a class="reference external" href="mailto:pierre&#46;sakic&#37;&#52;&#48;gfz-postdam&#46;de">pierre<span>&#46;</span>sakic<span>&#64;</span>gfz-postdam<span>&#46;</span>de</a>)
functions for Geodesy and Geophysics under the GNU LGPL v3 License</p>
<p>Copyright (C) 2019 Pierre Sakic et al. (IPGP, <a class="reference external" href="mailto:sakic&#37;&#52;&#48;ipgp&#46;fr">sakic<span>&#64;</span>ipgp<span>&#46;</span>fr</a>)
GitHub repository :
<a class="reference external" href="https://github.com/GeodeZYX/GeodeZYX-Toolbox_v4">https://github.com/GeodeZYX/GeodeZYX-Toolbox_v4</a></p>
<a class="reference external" href="https://github.com/GeodeZYX/geodezyx-toolbox">https://github.com/GeodeZYX/geodezyx-toolbox</a></p>
<dl class="py function">
<dt class="sig sig-object py" id="geodezyx.conv.conv_rinex.interval_from_rinex_name">
<span class="sig-prename descclassname"><span class="pre">geodezyx.conv.conv_rinex.</span></span><span class="sig-name descname"><span class="pre">interval_from_rinex_name</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">rnx_name_inp</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#geodezyx.conv.conv_rinex.interval_from_rinex_name" title="Link to this definition"></a></dt>
Expand Down Expand Up @@ -1301,10 +1301,10 @@ <h3>Source<a class="headerlink" href="#source" title="Link to this heading"><
<p>it can be imported directly with:
from geodezyx import conv</p>
<p>The GeodeZYX Toolbox is a software for simple but useful
functions for Geodesy and Geophysics under the GNU GPL v3 License</p>
<p>Copyright (C) 2019 Pierre Sakic et al. (GFZ, <a class="reference external" href="mailto:pierre&#46;sakic&#37;&#52;&#48;gfz-postdam&#46;de">pierre<span>&#46;</span>sakic<span>&#64;</span>gfz-postdam<span>&#46;</span>de</a>)
functions for Geodesy and Geophysics under the GNU LGPL v3 License</p>
<p>Copyright (C) 2019 Pierre Sakic et al. (IPGP, <a class="reference external" href="mailto:sakic&#37;&#52;&#48;ipgp&#46;fr">sakic<span>&#64;</span>ipgp<span>&#46;</span>fr</a>)
GitHub repository :
<a class="reference external" href="https://github.com/GeodeZYX/GeodeZYX-Toolbox_v4">https://github.com/GeodeZYX/GeodeZYX-Toolbox_v4</a></p>
<a class="reference external" href="https://github.com/GeodeZYX/geodezyx-toolbox">https://github.com/GeodeZYX/geodezyx-toolbox</a></p>
<dl class="py function">
<dt class="sig sig-object py" id="geodezyx.conv.conv_rotation_matrices.C_2D">
<span class="sig-prename descclassname"><span class="pre">geodezyx.conv.conv_rotation_matrices.</span></span><span class="sig-name descname"><span class="pre">C_2D</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">theta</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">angtype</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">'deg'</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#geodezyx.conv.conv_rotation_matrices.C_2D" title="Link to this definition"></a></dt>
Expand Down Expand Up @@ -1467,10 +1467,10 @@ <h3>Source<a class="headerlink" href="#source" title="Link to this heading"><
<p>it can be imported directly with:
from geodezyx import conv</p>
<p>The GeodeZYX Toolbox is a software for simple but useful
functions for Geodesy and Geophysics under the GNU GPL v3 License</p>
<p>Copyright (C) 2019 Pierre Sakic et al. (GFZ, <a class="reference external" href="mailto:pierre&#46;sakic&#37;&#52;&#48;gfz-postdam&#46;de">pierre<span>&#46;</span>sakic<span>&#64;</span>gfz-postdam<span>&#46;</span>de</a>)
functions for Geodesy and Geophysics under the GNU LGPL v3 License</p>
<p>Copyright (C) 2019 Pierre Sakic et al. (IPGP, <a class="reference external" href="mailto:sakic&#37;&#52;&#48;ipgp&#46;fr">sakic<span>&#64;</span>ipgp<span>&#46;</span>fr</a>)
GitHub repository :
<a class="reference external" href="https://github.com/GeodeZYX/GeodeZYX-Toolbox_v4">https://github.com/GeodeZYX/GeodeZYX-Toolbox_v4</a></p>
<a class="reference external" href="https://github.com/GeodeZYX/geodezyx-toolbox">https://github.com/GeodeZYX/geodezyx-toolbox</a></p>
<dl class="py function">
<dt class="sig sig-object py" id="geodezyx.conv.conv_time.MJD2dt">
<span class="sig-prename descclassname"><span class="pre">geodezyx.conv.conv_time.</span></span><span class="sig-name descname"><span class="pre">MJD2dt</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">mjd_in</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">seconds</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">round_to</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">'1s'</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#geodezyx.conv.conv_time.MJD2dt" title="Link to this definition"></a></dt>
Expand Down
6 changes: 3 additions & 3 deletions docs/geodezyx.externlib.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@
<p>it can be imported directly with:
from geodezyx.externlib import *</p>
<p>The GeodeZYX Toolbox is a software for simple but useful
functions for Geodesy and Geophysics under the GNU GPL v3 License</p>
<p>Copyright (C) 2019 Pierre Sakic et al. (GFZ, <a class="reference external" href="mailto:pierre&#46;sakic&#37;&#52;&#48;gfz-postdam&#46;de">pierre<span>&#46;</span>sakic<span>&#64;</span>gfz-postdam<span>&#46;</span>de</a>)
functions for Geodesy and Geophysics under the GNU LGPL v3 License</p>
<p>Copyright (C) 2019 Pierre Sakic et al. (IPGP, <a class="reference external" href="mailto:sakic&#37;&#52;&#48;ipgp&#46;fr">sakic<span>&#64;</span>ipgp<span>&#46;</span>fr</a>)
GitHub repository :
<a class="reference external" href="https://github.com/GeodeZYX/GeodeZYX-Toolbox_v4">https://github.com/GeodeZYX/GeodeZYX-Toolbox_v4</a></p>
<a class="reference external" href="https://github.com/GeodeZYX/geodezyx-toolbox">https://github.com/GeodeZYX/geodezyx-toolbox</a></p>
<section id="submodules">
<h2>Submodules<a class="headerlink" href="#submodules" title="Link to this heading"></a></h2>
</section>
Expand Down
Loading

0 comments on commit 3c95f9e

Please sign in to comment.