| 6 | |
| 7 | Relatively common parameters: |
| 8 | 1. '''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. |
| 9 | 1. '''spatial subset''': lat/lon, x/y/t, etc. subsets, especially relevant for insitu |
| 10 | 1. '''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 | |
| 12 | Any others? |