dolphin icon indicating copy to clipboard operation
dolphin copied to clipboard

InSAR phase linking library for PS/DS processing

Results 42 dolphin issues
Sort by recently updated
recently updated
newest added

Right now we can specify bounds, as well as the EPSG code of the bounds' coordinate system. But we can't say "reproject all these images into EPSG:XXXX". https://github.com/isce-framework/dolphin/blob/d8fd3c8a04ae72ecdeacceee9a6298231515bba3/src/dolphin/stitching.py#L199-L200 It always...

enhancement
question

We're creating the scratch directory for unwrapping in advance, which leads to it getting preserved. this is useful for debugging, but it leads to many GB of tiles/temp rasters when...

refactor

We should add a `dolphin --show-versions` similar to the `rio --show-versions`. The basic function now, but you need to do: ``` $ python -c 'import dolphin; print(dolphin.show_versions())' dolphin/isce info: dolphin:...

enhancement
good first issue

- tile overlap should be > 0 - tiling should happen when there is a very large interferogram - `n_parallel_tiles` can be > 0

If we had comressed SLC for day `1_3_6` and real slcs `7,8,9`, the outputs of phase linking will be ``` (1, 7) (1, 8) (1, 9) ``` as of now,...

Right now, the unwrapping code setup is scattered due to the slow addition of isce3, then tophu, then snaphu py. - [ ] #215 - [x] We need to cut...

Top level issue tracking the improvements/additions needed to track a full-frame workflow runtime. Current knobs to test are 1. Using CPU vs GPU 2. SLC input stack size 3. Output...

documentation
testing
run time

Opening an issue here for possible ways to visualize case studies where we have 10s of GB of data or more, either locally or in an S3 bucket. We're going...

enhancement
ux
visualization