-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support loading all Swaths for IW mode of Sentinel-1 #21
Comments
Mmh, I need such a data set, have to ask some colleagues. Generally, I'm not happy how gdal handles S-1 data. Correct would be one (or 2) layers containing the entire swath. But gdal doesn't support linking the swaths. |
Signed-off-by: Tisham Dhar <whatnickd@gmail.com>
I have created PR #22 to address this and successfully tested it. The notebook linked in the PR also contains some Australian sample datasets I am analyzing for fire activity. |
Signed-off-by: Tisham Dhar <whatnickd@gmail.com>
This needs to be improved a bit. You don't always have 3 subswaths, and in such a case the module crashes if you select the a wrong swath. Also, the selector in the gui might be misleading, as at that point you don't know yet the number of swaths. I tend to replace this option by a switch "first / all swaths". What do you think? |
Sounds good. I will make necessary changes in the patch and perhaps add a
note in the code with link to all of the Sentinel 1 imaging modes.
Most of the data available to me is IW mode with 3 sub-swaths. Don't have
access to other data unfortunately.
…On Fri, Feb 7, 2020, 20:52 Anderl ***@***.***> wrote:
This needs to be improved a bit. You don't always have 3 subswaths, and in
such a case the module crashes if you select the a wrong swath. Also, the
selector in the gui might be misleading, as at that point you don't know
yet the number of swaths.
I tend to replace this option by a switch "first / all swaths". What do
you think?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#21?email_source=notifications&email_token=AADX7BDFVPVZGLSB7O76ZATRBUVOZA5CNFSM4KL573MKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOELCLDYQ#issuecomment-583315938>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADX7BGDSZMQMHOZUUEHO2TRBUVOZANCNFSM4KL573MA>
.
|
I added a new branch with your changes and some additional fixes I did for dual-pol data. |
Thanks @birgander2 been working on other stuff. Looks good ... suitable for merging to master ? Should I close my PR ? |
Currently PyRAT only loads IW1 ( first swath of interferometric wide-swath mode). Extend this function to load all swaths in this mode into 6 separate layers instead of 2.
The text was updated successfully, but these errors were encountered: