Opened 12 years ago
Closed 12 years ago
#4136 closed defect (fixed)
Wrong datatype for ALOS PALSAR Level 1.5 products
Reported by: | antonio | Owned by: | warmerdam |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | default | Version: | unspecified |
Severity: | normal | Keywords: | |
Cc: |
Description
Data type of PALSAR Level 1.5 products should be GDT_UInt16 and not GDT_Int16 as in current implementation of the JAXAPalsar driver.
See also: http://lists.osgeo.org/pipermail/gdal-dev/2011-June/029146.html
Attachments (1)
Change History (2)
by , 12 years ago
Attachment: | fix-palsar-level-1.5-data-type.patch added |
---|
comment:1 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Reference document: http://www.eorc.jaxa.jp/ALOS/en/doc/fdata/PALSAR_x_Format_EL.pdf
Fixed in source:trunk (r22631) and source:branches/1.8 (r22632).