Revision ed5c79497687a230d3d3fc3ee2912a45978858d8 authored by Zhang Yunjun on 08 April 2019, 23:57:34 UTC, committed by GitHub on 08 April 2019, 23:57:34 UTC
+ save_roipac: drop all attributes with key name not all upper case, to better support geodmod

+ utils/readfile: add default value for num_band and band_interleave
1 parent d49789f
Raw File
download.md
### Download PySAR

For Python 3.5+, download the development version (recommend):   

```
git clone https://github.com/insarlab/PySAR.git
```

For Python 2.7, download the python2 branch (maintained for bugs fix only):

```
git clone https://github.com/insarlab/PySAR.git --branch python2 
```
back to top