You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the geocoded data it roughly works (for 3 chunks, the 4th gave an error (for testing I created a directory structure similar to the chunk processing):
I uploaded test data to jetstream (4 chunks, NW stands for NorthWest, etc) to try concatenating an S1_* file in radar coordinates:
They can be displayed using:
For the geocoded data it roughly works (for 3 chunks, the 4th gave an error (for testing I created a directory structure similar to the chunk processing):
(The seams are a result of interpolation and not present in radar geometry).
The equivalent command applied to S1_* files in radar coordinates would be
did not work. But this is also not expected. We just have to concatenate the individual slices from each file to create larger matrices:
And we have to allow for the miaplpy chunk format, which currently is multiple
miaply_*
directories in the project directory:A possible call is:
( I believe it currently has
mintpy
hardwired and the above doe snot work)The text was updated successfully, but these errors were encountered: