Opened 16 years ago
Closed 16 years ago
#1746 closed enhancement (fixed)
COASP Support
Reported by: | pvachon | Owned by: | pvachon |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | GDAL_Raster | Version: | unspecified |
Severity: | normal | Keywords: | |
Cc: |
Description
The first patch, a driver, adds basic support for the DRDC COASP SAR processor output. This driver does not support GCP extraction directly, yet, however, the support for it does exist in the metadata reading classes.
The second patch adds a CSLPartialFindString() function. This allows searching for a substring within a string list.
Attachments (2)
Change History (6)
by , 16 years ago
Attachment: | partial_string.patch added |
---|
comment:1 by , 16 years ago
Status: | new → assigned |
---|
partial string patch applied. Having trouble with the other patch but will return to it.
by , 16 years ago
Attachment: | coasp.patch added |
---|
updated patch. Use patch -p0 < coasp.patch to apply (in GDAL trunk)
comment:3 by , 16 years ago
Owner: | changed from | to
---|---|
Status: | assigned → new |
Note:
See TracTickets
for help on using tickets.
CSLPartialFindString() function