GeoscienceAustralia / PyRate

A Python tool for estimating velocity and time-series from Interferometric Synthetic Aperture Radar (InSAR) data.
https://geoscienceaustralia.github.io/PyRate/
Apache License 2.0
201 stars 71 forks source link

Remove Python 2 compatibility #200

Closed sheecegardezi closed 5 years ago

sheecegardezi commented 5 years ago

I removed all future imports. Also compat.py had conditions in import pickle package according to python version. I remove it where it was referenced imported pickle directly.