https://github.com/insarlab/MintPy
Revision c8ae9c791def57adfb59313d4490782612b48362 authored by Zhang Yunjun on 06 June 2022, 23:43:42 UTC, committed by Zhang Yunjun on 17 June 2022, 03:42:28 UTC
+ add mintpy.objects.ionex sub-module to handle all the IONEX file download/reading
   - add ionex.py based on daniestevez notebook, to simplify the IONEX file reading
   - move the following functions from mintpy.simulation.iono, to be more independent:
       - dload_ionex()
       - get_ionex_value()
       - get_ionex_filename()
       - get_ionex_date()
       - get_ionex_height()
       - plot_ionex()
   - simulation.iono.py: remove the obsolete read_ionex_tec()

+ add unit test for objects/ionext.py:
   - add tests/objects/ionex.py
   - add tests/data/jplg3190.15i
   - update .circleci/config.yml

+ update simulation.iono.py and iono_tec.py accordingly

+ update docs:
   - add ionex to docs/api/module_hierarchy.md
   - update .gitignore against the latest github example for python
1 parent d3f6be4
History
Tip revision: c8ae9c791def57adfb59313d4490782612b48362 authored by Zhang Yunjun on 06 June 2022, 23:43:42 UTC
add ionex.py with simplified IONEX file reading
Tip revision: c8ae9c7
File Mode Size
.circleci
.github
docker
docs
mintpy
scripts
tests
.gitignore -rw-r--r-- 1.8 KB
.readthedocs.yaml -rw-r--r-- 677 bytes
LICENSE -rw-r--r-- 35.1 KB
MANIFEST.in -rw-r--r-- 89 bytes
mkdocs.yml -rw-r--r-- 1.5 KB
pyproject.toml -rw-r--r-- 91 bytes
requirements.txt -rw-r--r-- 656 bytes
setup.py -rw-r--r-- 7.6 KB

back to top