Version 0.2.0
Cut a release to match with MintPy-1.3.1 and to support the conda-forge recipe (insarlab/MintPy#648).
New Features
- generic
objects/PyAPSclass for both geo- and radar- coordinates, to replace the previousrdrcoord/PyAPS_rdrandgeocoord/PyAPS_geoclasses. autogetrefactoring:- move CDS key to
model.cfgfile and use the previousmodel.cfgreading [might reverse this in the next release so that users do not have to go to the interpreter directory for setup if installed via conda] - support
snweinput to download data in a region instead of the globe. - use longitude in the native [-180, 180] instead of [0, 360] for ERA5
- move CDS key to
- installation improvements:
- change directory structure from
pyaps3toPyAPS/pyaps3for easy setup.py - add
setup.pyforpip install git+httpscontributed by Panji Brotoisworo - add
requirements.txt - add installation note on README
- add account setup note on README
- add
examples/TestECMWF.ipynbfor user testing
- change directory structure from
utils: add utility functions to read ISCE and ROI_PAC geometry files- native python module import syntax for more intuitive error handling
- consistent upper case naming for global atmospheric models
- remove unused big test data and grib files to reduce package size of releases
- various bugs fix
Contributors
- Zhang Yunjun
- Panji Brotoisworo
- Cunren Liang