Replies: 2 comments 12 replies
-
I have not ever used Gamma (I don't have access to the software). I'll point out that currently
Are you able to call A follow up- What satellite are you trying to process? If it's Sentinel-1, does Gamma organize them separately by bursts? By swath? Are they in radar or geo coordinates? |
Beta Was this translation helpful? Give feedback.
-
You can try this script: https://github.com/scottstanie/dolphin/blob/2ecaf7cdf63254d4bec2da9c4accf522da549fe0/scripts/write-gamma-vrts.py (mapping-312) staniewi:gamma-data$ python ~/repos/dolphin/scripts/write-gamma-vrts.py --par-files rslc_vv/*par
[vrt] rslc_vv/20150110.vv.rslc.vrt -> 20150110.vv.rslc (CInt16, 2000×600)
[vrt] rslc_vv/20150122.vv.rslc.vrt -> 20150122.vv.rslc (CInt16, 2000×600)
...
[vrt] rslc_vv/20160410.vv.rslc.vrt -> 20160410.vv.rslc (CInt16, 2000×600)
(mapping-312) staniewi:gamma-data$ gdalinfo rslc_vv/20150215.vv.rslc.vrt
Driver: VRT/Virtual Raster
Files: rslc_vv/20150215.vv.rslc.vrt
rslc_vv/20150215.vv.rslc
Size is 2000, 600
Corner Coordinates:
Upper Left ( 0.0, 0.0)
Lower Left ( 0.0, 600.0)
Upper Right ( 2000.0, 0.0)
Lower Right ( 2000.0, 600.0)
Center ( 1000.0, 300.0)
Band 1 Block=2000x1 Type=CInt16, ColorInterp=Undefined then config and run like normal:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Checked for duplicates
Yes - I've already checked
Describe the bug
When I did [...] action, I noticed [...]
What did you expect?
How should co-registered binary SLC be organized?
Reproducible steps
1. 2. 3. ... If you have a `dolphin_config.yaml` that you used, you can attach that as well.
Environment
Please paste the output of the following: `python -c "import dolphin; print(dolphin.show_versions())"` ...
Beta Was this translation helpful? Give feedback.
All reactions