Metadata-Version: 2.1
Name: geodezyx
Version: 4.5.1
Summary: geodezyx (a.k.a. The GeodeZYX toolbox) aims to provide simple but useful functions for Geodesy and Geophysics.
Home-page: https://github.com/IPGP/geodezyx
Author: Pierre Sakic & Gustavo Mansur
Author-email: sakic@ipgp.fr
Keywords: geodesy,geophysics,reference frames,gnss
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.5, <4
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: bs4
Requires-Dist: chardet
Requires-Dist: collection
Requires-Dist: colorlog
Requires-Dist: hatanaka
Requires-Dist: natsort
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pybind11
Requires-Dist: pyorbital
Requires-Dist: pytwobodyorbit
Requires-Dist: pyyaml
Requires-Dist: pathvalidate
Requires-Dist: pandas
Requires-Dist: scipy
Requires-Dist: sympy
Requires-Dist: tabulate
Requires-Dist: tk
Requires-Dist: tqdm
Requires-Dist: vincenty
Requires-Dist: wheel
Requires-Dist: xarray
Provides-Extra: full
Requires-Dist: netCDF4; extra == "full"
Requires-Dist: kepler.py; extra == "full"
Requires-Dist: ncompress; extra == "full"
Requires-Dist: seawater; extra == "full"
Requires-Dist: gsw; extra == "full"

geodezyx (a.k.a. The GeodeZYX toolbox) aims to provide all the functions which
can be useful for Geodesy and Geophysics. 

It includes low level functions, file management functions,
time and space-coordinates conversion functions, 
data (especially GNSS observations and orbits) retrieve functions, 
plots and visual selection functions ...

It is designed for Python 3 on a LINUX Ubuntu-like system.
Also tested with Anaconda

Documentation: https://ipgp.github.io/geodezyx  

GitHub repository: https://github.com/IPGP/geodezyx 

PyPi project: https://pypi.org/project/geodezyx
