Changes between Initial Version and Version 1 of Ticket #1196
- Timestamp:
- Feb 2, 2016, 12:51:48 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1196 – Description
initial v1 15 15 16 16 This is not possible yet, the parser does not expect a metadata expression in the interval expression, and complains about not finding a COLON indeed. 17 18 A [http://rasdaman.org/ticket/595#comment:7 coverage constructor example]: 19 {{{ 20 for c in (eobstest) 21 return encode( 22 coverage scatterplot 23 over $x x( imageCrsDomain(c[t("1950-01-01T12"), Long(43:44), Lat(24:24.5)], Long)), 24 $y y( imageCrsDomain(c[t("1950-01-01T12"), Long(43:44), Lat(24:24.5)], Lat) ), 25 values ... 26 }}}