Hannes Vasyura-Bathke
Hannes Vasyura-Bathke
Added warning for number of pixels that have no look angle info here: https://github.com/pyrocko/kite/commit/f3e68d1d0ff3cd37d8fbbfb746f1ea7fbf271caa Tested that on two different scenes, one has 1236 pixels without that info, the other 0...
Fixed here: https://github.com/pyrocko/kite/pull/61 indexing Bug
Hi @WangJunyi2022! Thank you for your message! The problem is that likely the newer GMTSAR version stores the data in netcdf4 right? Can you please check? If that is the...
InSAR has no version. The problem is that GMTSAR stores the data in netcdf4 format, which is currently not supported by KITE. So either you need to find out if...
Hi! Yes it seems to be a serverside issue. For now, I can just recommend you to try it again later....
Do you have an update on that? Did it work later?
We have been looking into that in more detail. Apparently, it has to do with newer MACs and clang as the default C compiler. We did not succeed getting it...
Same issue here.
works also here ... however: In which pyrocko branch is this supposed to be? I checked master, sparrow7 and dev ``` spool --load=./20171107_20171201.geo.unw.tif Traceback (most recent call last): File "/usr/local/bin/spool",...
How is that possible @hsudha ? Here: there is no dataset.util module in the master: https://github.com/pyrocko/pyrocko/tree/master/src/dataset You have to be on a different branch ... But anyways Marius added it...