Skip to content

Commit a98b64d

Browse files
committed
ovsgnss volgnss 2023-01-16 17:05:42
2 parents 0bf9c71 + 4e05774 commit a98b64d

File tree

222 files changed

+59056
-21290
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

222 files changed

+59056
-21290
lines changed

Diff for: .gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
build/*
2+
dist/*
3+
*pyc

Diff for: README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# GeodeZYX Toolbox
44

5-
**Version 0.4.3.0 / 2021-02-09**, README Revision: 2021-06-02
5+
**Version 0.4.3.1 / 2021-12-09**, README Revision: 2021-06-02
66

77

88
**Authors:** Pierre Sakic (IPGP, Paris, France), Gustavo Mansur, and Kitpracha "Na" Chaiyaporn
@@ -68,6 +68,9 @@ Alternatively, you can also add the ``geodezyx`` folder in your ``PYTHONPATH`` (
6868

6969
## Changelog
7070

71+
### v0.4.3.1, 2022-12-09
72+
* Routine update: multiple new features/functions and bug corrections
73+
7174
### v0.4.3.0, 2022-02-10
7275
* enhanced logger replaces basic prints.
7376
* GeodeZYX is now "virtualenv-ready", i.e. stand-alone based on the ``setup.py`` required modules.

Diff for: docs/.buildinfo

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 1096dd7ec1c305aad951a84171a76340
3+
config: 450dff850d873ddbd91b25b76d4d7c66
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

Diff for: docs/_sources/geodezyx.conv.rst.txt

+8
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,14 @@ geodezyx.conv.conv\_proj\_carto module
4949
:undoc-members:
5050
:show-inheritance:
5151

52+
geodezyx.conv.conv\_rinex module
53+
--------------------------------
54+
55+
.. automodule:: geodezyx.conv.conv_rinex
56+
:members:
57+
:undoc-members:
58+
:show-inheritance:
59+
5260
geodezyx.conv.conv\_rotation\_matrices module
5361
---------------------------------------------
5462

Diff for: docs/_sources/geodezyx.files_rw.rst.txt

+8
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,14 @@ geodezyx.files\_rw.read\_logsheets module
8181
:undoc-members:
8282
:show-inheritance:
8383

84+
geodezyx.files\_rw.read\_rinex module
85+
-------------------------------------
86+
87+
.. automodule:: geodezyx.files_rw.read_rinex
88+
:members:
89+
:undoc-members:
90+
:show-inheritance:
91+
8492
geodezyx.files\_rw.read\_slr module
8593
-----------------------------------
8694

Diff for: docs/_sources/geodezyx.geodyn.rst.txt

+8
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,11 @@ geodezyx.geodyn.velo\_field\_map\_plt module
3232
:members:
3333
:undoc-members:
3434
:show-inheritance:
35+
36+
geodezyx.geodyn.volcano\_mogi module
37+
------------------------------------
38+
39+
.. automodule:: geodezyx.geodyn.volcano_mogi
40+
:members:
41+
:undoc-members:
42+
:show-inheritance:

Diff for: docs/_sources/geodezyx.marine.rst.txt

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
geodezyx.marine package
2+
=======================
3+
4+
.. automodule:: geodezyx.marine
5+
:members:
6+
:undoc-members:
7+
:show-inheritance:
8+
9+
Submodules
10+
----------
11+
12+
geodezyx.marine.marine module
13+
-----------------------------
14+
15+
.. automodule:: geodezyx.marine.marine
16+
:members:
17+
:undoc-members:
18+
:show-inheritance:
19+
20+
geodezyx.marine.oseanpres\_lib module
21+
-------------------------------------
22+
23+
.. automodule:: geodezyx.marine.oseanpres_lib
24+
:members:
25+
:undoc-members:
26+
:show-inheritance:

Diff for: docs/_sources/geodezyx.operational.rst.txt

+46-6
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ geodezyx.operational package
99
Submodules
1010
----------
1111

12+
geodezyx.operational.anubis\_frontend module
13+
--------------------------------------------
14+
15+
.. automodule:: geodezyx.operational.anubis_frontend
16+
:members:
17+
:undoc-members:
18+
:show-inheritance:
19+
1220
geodezyx.operational.cluster\_gfz module
1321
----------------------------------------
1422

@@ -17,18 +25,50 @@ geodezyx.operational.cluster\_gfz module
1725
:undoc-members:
1826
:show-inheritance:
1927

20-
geodezyx.operational.gins\_runner module
21-
----------------------------------------
28+
geodezyx.operational.download\_cddis module
29+
-------------------------------------------
2230

23-
.. automodule:: geodezyx.operational.gins_runner
31+
.. automodule:: geodezyx.operational.download_cddis
2432
:members:
2533
:undoc-members:
2634
:show-inheritance:
2735

28-
geodezyx.operational.gnss\_downloader module
29-
--------------------------------------------
36+
geodezyx.operational.download\_find\_files module
37+
-------------------------------------------------
38+
39+
.. automodule:: geodezyx.operational.download_find_files
40+
:members:
41+
:undoc-members:
42+
:show-inheritance:
3043

31-
.. automodule:: geodezyx.operational.gnss_downloader
44+
geodezyx.operational.download\_prods module
45+
-------------------------------------------
46+
47+
.. automodule:: geodezyx.operational.download_prods
48+
:members:
49+
:undoc-members:
50+
:show-inheritance:
51+
52+
geodezyx.operational.download\_rinex module
53+
-------------------------------------------
54+
55+
.. automodule:: geodezyx.operational.download_rinex
56+
:members:
57+
:undoc-members:
58+
:show-inheritance:
59+
60+
geodezyx.operational.download\_utils module
61+
-------------------------------------------
62+
63+
.. automodule:: geodezyx.operational.download_utils
64+
:members:
65+
:undoc-members:
66+
:show-inheritance:
67+
68+
geodezyx.operational.gins\_runner module
69+
----------------------------------------
70+
71+
.. automodule:: geodezyx.operational.gins_runner
3272
:members:
3373
:undoc-members:
3474
:show-inheritance:

Diff for: docs/_sources/geodezyx.rst.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ Subpackages
1717
geodezyx.externlib
1818
geodezyx.files_rw
1919
geodezyx.geodyn
20+
geodezyx.marine
2021
geodezyx.megalib
2122
geodezyx.operational
2223
geodezyx.reffram
2324
geodezyx.stats
2425
geodezyx.time_series
25-
geodezyx.toolbox_meta
2626
geodezyx.utils

Diff for: docs/_sources/index.rst.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ Useful links
4242
Authors
4343
-------
4444

45-
Pierre Sakic, Gustavo Mansur, and Kitpracha "Na" Chaiyaporn (GFZ, Potsdam, Germany), with contributions from Valérie Ballu (CNRS/La Rochelle University, France)
45+
Pierre Sakic (IPGP, Paris, France) Gustavo Mansur, and Kitpracha "Na" Chaiyaporn (GFZ, Potsdam, Germany), with contributions from Valérie Ballu (CNRS/La Rochelle University, France)
4646

47-
**Contact e-mail:** pierre.sakic@gfz-potsdam.de
47+
**Contact e-mail:** sakic@ipgp.fr
4848

4949
**Citation:** Sakic, Pierre; Mansur, Gustavo; Chaiyaporn, Kitpracha; Ballu, Valérie (2019): `The geodeZYX toolbox: a versatile Python 3 toolbox for geodetic-oriented purposes`. V. 4.0. GFZ Data Services. `<http://doi.org/10.5880/GFZ.1.1.2019.002>`_
5050

Diff for: docs/_static/_sphinx_javascript_frameworks_compat.js

+134
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,134 @@
1+
/*
2+
* _sphinx_javascript_frameworks_compat.js
3+
* ~~~~~~~~~~
4+
*
5+
* Compatability shim for jQuery and underscores.js.
6+
*
7+
* WILL BE REMOVED IN Sphinx 6.0
8+
* xref RemovedInSphinx60Warning
9+
*
10+
*/
11+
12+
/**
13+
* select a different prefix for underscore
14+
*/
15+
$u = _.noConflict();
16+
17+
18+
/**
19+
* small helper function to urldecode strings
20+
*
21+
* See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/decodeURIComponent#Decoding_query_parameters_from_a_URL
22+
*/
23+
jQuery.urldecode = function(x) {
24+
if (!x) {
25+
return x
26+
}
27+
return decodeURIComponent(x.replace(/\+/g, ' '));
28+
};
29+
30+
/**
31+
* small helper function to urlencode strings
32+
*/
33+
jQuery.urlencode = encodeURIComponent;
34+
35+
/**
36+
* This function returns the parsed url parameters of the
37+
* current request. Multiple values per key are supported,
38+
* it will always return arrays of strings for the value parts.
39+
*/
40+
jQuery.getQueryParameters = function(s) {
41+
if (typeof s === 'undefined')
42+
s = document.location.search;
43+
var parts = s.substr(s.indexOf('?') + 1).split('&');
44+
var result = {};
45+
for (var i = 0; i < parts.length; i++) {
46+
var tmp = parts[i].split('=', 2);
47+
var key = jQuery.urldecode(tmp[0]);
48+
var value = jQuery.urldecode(tmp[1]);
49+
if (key in result)
50+
result[key].push(value);
51+
else
52+
result[key] = [value];
53+
}
54+
return result;
55+
};
56+
57+
/**
58+
* highlight a given string on a jquery object by wrapping it in
59+
* span elements with the given class name.
60+
*/
61+
jQuery.fn.highlightText = function(text, className) {
62+
function highlight(node, addItems) {
63+
if (node.nodeType === 3) {
64+
var val = node.nodeValue;
65+
var pos = val.toLowerCase().indexOf(text);
66+
if (pos >= 0 &&
67+
!jQuery(node.parentNode).hasClass(className) &&
68+
!jQuery(node.parentNode).hasClass("nohighlight")) {
69+
var span;
70+
var isInSVG = jQuery(node).closest("body, svg, foreignObject").is("svg");
71+
if (isInSVG) {
72+
span = document.createElementNS("http://www.w3.org/2000/svg", "tspan");
73+
} else {
74+
span = document.createElement("span");
75+
span.className = className;
76+
}
77+
span.appendChild(document.createTextNode(val.substr(pos, text.length)));
78+
node.parentNode.insertBefore(span, node.parentNode.insertBefore(
79+
document.createTextNode(val.substr(pos + text.length)),
80+
node.nextSibling));
81+
node.nodeValue = val.substr(0, pos);
82+
if (isInSVG) {
83+
var rect = document.createElementNS("http://www.w3.org/2000/svg", "rect");
84+
var bbox = node.parentElement.getBBox();
85+
rect.x.baseVal.value = bbox.x;
86+
rect.y.baseVal.value = bbox.y;
87+
rect.width.baseVal.value = bbox.width;
88+
rect.height.baseVal.value = bbox.height;
89+
rect.setAttribute('class', className);
90+
addItems.push({
91+
"parent": node.parentNode,
92+
"target": rect});
93+
}
94+
}
95+
}
96+
else if (!jQuery(node).is("button, select, textarea")) {
97+
jQuery.each(node.childNodes, function() {
98+
highlight(this, addItems);
99+
});
100+
}
101+
}
102+
var addItems = [];
103+
var result = this.each(function() {
104+
highlight(this, addItems);
105+
});
106+
for (var i = 0; i < addItems.length; ++i) {
107+
jQuery(addItems[i].parent).before(addItems[i].target);
108+
}
109+
return result;
110+
};
111+
112+
/*
113+
* backward compatibility for jQuery.browser
114+
* This will be supported until firefox bug is fixed.
115+
*/
116+
if (!jQuery.browser) {
117+
jQuery.uaMatch = function(ua) {
118+
ua = ua.toLowerCase();
119+
120+
var match = /(chrome)[ \/]([\w.]+)/.exec(ua) ||
121+
/(webkit)[ \/]([\w.]+)/.exec(ua) ||
122+
/(opera)(?:.*version|)[ \/]([\w.]+)/.exec(ua) ||
123+
/(msie) ([\w.]+)/.exec(ua) ||
124+
ua.indexOf("compatible") < 0 && /(mozilla)(?:.*? rv:([\w.]+)|)/.exec(ua) ||
125+
[];
126+
127+
return {
128+
browser: match[ 1 ] || "",
129+
version: match[ 2 ] || "0"
130+
};
131+
};
132+
jQuery.browser = {};
133+
jQuery.browser[jQuery.uaMatch(navigator.userAgent).browser] = true;
134+
}

0 commit comments

Comments
 (0)