Changes between Initial Version and Version 3 of Ticket #1060


Ignore:
Timestamp:
May 24, 2016, 6:33:32 AM (8 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1060

    • Property Cc Vlad Merticariu Peter Baumann added; George Merticariu removed
    • Property Component undecidedconversion
    • Property Milestone9.3
  • Ticket #1060 – Description

    initial v3  
    44select decode(mycol, "NetCDF", "variables=[myVar1, myVar2]") from mycol
    55}}}
     6
     7Relatively common parameters:
     81. '''dataset subset''': variable names, message ids, band ids: can be considered a single category. I'm not sure if GRIB's message ids belongs here actually, as we import them as a dimension rather than bands in rasdaman.
     91. '''spatial subset''': lat/lon, x/y/t, etc. subsets, especially relevant for insitu
     101. '''x/y transpose''': indicate if x/y should be transposed or is it not relevant (comes up in netCDF and GRIB and has a performance penalty at both decode and encode)
     11
     12Any others?