#6630 closed defect (fixed)
[PATCH] Add support for reading georeferencing from ISCE datasets
Reported by: | mazhe | Owned by: | warmerdam |
---|---|---|---|
Priority: | normal | Milestone: | 2.2.0 |
Component: | default | Version: | svn-trunk |
Severity: | normal | Keywords: | driver, isce, georeferencing |
Cc: |
Description
Hi,
I finally managed to allocate time to implement georeferencement information reading in the ISCE dataset driver (the main difficulty was the structure of the xml header file that was a bit hard to parse without a full blown xpath implementation).
Here's the patch, along a patch to the test suite to add some basic testing.
Thanks again for your work!
Attachments (2)
Change History (4)
by , 8 years ago
Attachment: | autotests_georeferencing_read.diff added |
---|
by , 8 years ago
Attachment: | isce_georeferencing_read.diff added |
---|
Add support for reading georeferencement information from isce datasets
comment:2 by , 8 years ago
Milestone: | → 2.2.0 |
---|
Note:
See TracTickets
for help on using tickets.
Patch to the test suite