Opened 8 years ago

Closed 8 years ago

#6514 closed defect (fixed)

[PATCH] Fix SAFE Driver for SLC Products

Reported by: drego Owned by: warmerdam
Priority: high Milestone: 2.1.1
Component: default Version: 2.1.0
Severity: major Keywords: SAFE
Cc:

Description

As reported on the Mailing list by Julien:

https://lists.osgeo.org/pipermail/gdal-dev/2016-May/044419.html

For SLC products, the driver was providing all swaths as bands, ignoring the ground footprints are different in each swath.

This patch fixes that, by providing access to measurements as subdatasets.

I've upgraded the severity to major since the driver fails for SLC products.

Attachments (2)

2016-05-15_SAFE_Driver.patch (18.9 KB ) - added by drego 8 years ago.
2016-05-21_SAFE_Driver.patch (19.0 KB ) - added by drego 8 years ago.
Fixes windows pathnames (ignore previous patch)

Download all attachments as: .zip

Change History (5)

by drego, 8 years ago

comment:1 by Even Rouault, 8 years ago

I think the path will not work properly with Windows dataset names like SENTINEL1_DS:C:\S1A_IW_GRDH_1SDV_20150705T064241_20150705T064306_006672_008EA0_24EE.SAFE:IW:VH

by drego, 8 years ago

Fixes windows pathnames (ignore previous patch)

comment:2 by drego, 8 years ago

Use the last patch instead, to work also in windows.

I replaced the last ":" with underscore "_"

SENTINEL1_DS:C:\S1A_IW_GRDH_1SDV_20150705T064241_20150705T064306_006672_008EA0_24EE.SAFE:IW_VH

I haven't actually test on windows, since I do not have a windows machine, but it "should" work.

comment:3 by Even Rouault, 8 years ago

Milestone: 2.1.1
Resolution: fixed
Status: newclosed
Version: unspecified2.1.0

trunk r34269, branches/2.1 r34273 "SAFE: fix handling of SLC Products by providing access to measurements as subdatasets (patch by drego, ref #6514 + tests expanded by myself)"

Note: See TracTickets for help on using tickets.