Getting started¶
Installation¶
See the README.md
file
Minimal exemple¶
To test if the GeodeZYX Toolbox is well installed, import:
#### Import star style
from geodezyx import * # Import the GeodeZYX modules
from geodezyx.externlib import * # Import the external modules
from geodezyx.megalib.megalib import * # Import the legacy modules names
If the modules are well imported (without errors in the console), fine! you have the GeodeZYX Toolbox! If not, check again the installation README
Nevertheless, star imports are not recomended. It is better to import the modules separatelly, e.g.:
import geodezyx.conv as conv # Import the conversion module
See the description of each module in the following section
Description of the Modules¶
geodezyx.athmo
: functions implementing troposhere/ionosphere modelsgeodezyx.conv
: time and coordinates conversiongeodezyx.files_rw
: read, import & write geodetic filesgeodezyx.geodyn
: Euler pole calculator and plot velocity field mapsgeodezyx.marine
: contains a GEBCO bathymetry extrapolatorgeodezyx.operational
: Download GNSS data/products from various servers / Read and Import sitelogsgeodezyx.reffram
: Reference Frame & high-level coordinates conversiongeodezyx.stats
: Low-level statistics functions & outlier detection functions / Low-level least-square functionsgeodezyx.time_series
: module to handle Geodetic time-seriesgeodezyx.utils
: Shell-like functions (grep, find in folder …) and functions to optimize list management