GeodePy
GeodePy copied to clipboard
A toolkit for Geodesy and Surveying in Python
Could you guys include a function to convert compressed gz files into rnx format? There is an independent hatakana package available through Pypi that works well. I thought it could...
### Description This feature branch contains the addition of more SINEX related functions to the `gnss.py` module. These are to aid the ability to manipulate SINEX files for general purposes...
Hi, The way GDAL is imported has changed since GDAL 3.2 `import gdal` is now deprecated and has been replaced with `from osgeo import gdal` R