kite
kite copied to clipboard
InSAR unwrapped surface displacement processing for earthquake modelling.
Loading descending data sets from GAMMA input with spool, the easting and northing components get flipped. Looks like the same issue occurs with matlab input. E.g. also in the documentation...
After updating to kite 1.5.2 version, I cannot start spool GUI by loading the prepared npz files. I am getting this error: **File "/Users/govorcin/insar/miniconda3/envs/beat/lib/python3.8/site-packages/kite/spool/base.py", line 274, in transFromFrame self.image.scale(frame.dE, frame.dN)**...
Using the example from docs to download LiCSAR data fails: ``` python3 -m kite.clients http://gws-access.ceda.ac.uk/public/nceo_geohazards/LiCSAR_products/6/006D_05509_131313/products/20171107_20171201/20171107_20171201.geo.unw.tif . spool --load=./20171107_20171201.geo.unw.tif QApplication: invalid style override passed, ignoring it. Traceback (most recent call last):...
Hi, I'm running the following script: ```python (base) ulrich@ulrich-ThinkPad-T490s:~/work/Aqaba/Aqaba_INSar$ cat test.py from kite import Scene import kite print(kite.__version__) # Import Matlab container to kite scene = Scene.load('data/A_T343co') scene.spool() # start...
On python 3.11. ubuntu 20.04: I guess thats again pyqtgraph related? At some point they decided to change all their input float variables to int? ``` INFO:SceneIO/Gamma:Using Lat/Lon reference Traceback...
When I was trying to import .grd file the GMTSAR generated, the error occured. ``` >>> from kite import Scene >>> sc = Scene.import_file('asc.grd') Traceback (most recent call last): File...