Changes between Initial Version and Version 5 of Ticket #1771


Ignore:
Timestamp:
Jul 4, 2019, 9:52:35 PM (5 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1771

    • Property Owner set to Bang Pham Huu
    • Property Status newassigned
    • Property Milestone 9.79.8
    • Property Summary WCST should recognize GDAL complex typesPetascope should recognize GDAL complex types
  • Ticket #1771 – Description

    initial v5  
    1 Currently in WCST there is no mapping for GDAL types CFloat32 and CFloat64.
     1Currently in WCST there is no mapping for GDAL types CFloat32, CFloat64, CInt16 and CInt32.
    22
    3 They should be mapped automatically, probably to complex and complexd respectively in rasdaman.
     3They should be mapped automatically, to the same [http://doc.rasdaman.org/04_ql-guide.html#table1 base types] in rasdaman.
    44
    55The mapping is maintained here:
    66
    77http://rasdaman.org/browser/applications/petascope/petascope_core/src/main/java/petascope/util/ras/TypeResolverUtil.java#L218
     8
     9There's a sample file in #1095, as well as in source:systemtest/testcases_mandatory/test_conversion/testdata (cint16_image.tif etc)