Changes between Initial Version and Version 5 of Ticket #1771
- Timestamp:
- Jul 4, 2019, 9:52:35 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1771
- Property Owner set to
- Property Status new → assigned
- Property Milestone 9.7 → 9.8
- Property Summary WCST should recognize GDAL complex types → Petascope should recognize GDAL complex types
-
Ticket #1771 – Description
initial v5 1 Currently in WCST there is no mapping for GDAL types CFloat32 and CFloat64.1 Currently in WCST there is no mapping for GDAL types CFloat32, CFloat64, CInt16 and CInt32. 2 2 3 They should be mapped automatically, probably to complex and complexd respectivelyin rasdaman.3 They should be mapped automatically, to the same [http://doc.rasdaman.org/04_ql-guide.html#table1 base types] in rasdaman. 4 4 5 5 The mapping is maintained here: 6 6 7 7 http://rasdaman.org/browser/applications/petascope/petascope_core/src/main/java/petascope/util/ras/TypeResolverUtil.java#L218 8 9 There's a sample file in #1095, as well as in source:systemtest/testcases_mandatory/test_conversion/testdata (cint16_image.tif etc)