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/PyAPS
class for both geo- and radar- coordinates, to replace the previousrdrcoord/PyAPS_rdr
andgeocoord/PyAPS_geo
classes. autoget
refactoring:- move CDS key to
model.cfg
file and use the previousmodel.cfg
reading [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
snwe
input 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
pyaps3
toPyAPS/pyaps3
for easy setup.py - add
setup.py
forpip install git+https
contributed by Panji Brotoisworo - add
requirements.txt
- add installation note on README
- add account setup note on README
- add
examples/TestECMWF.ipynb
for 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