Changes between Initial Version and Version 1 of Ticket #1196


Ignore:
Timestamp:
Feb 2, 2016, 12:51:48 PM (8 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1196 – Description

    initial v1  
    1515
    1616This 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
     18A [http://rasdaman.org/ticket/595#comment:7 coverage constructor example]:
     19{{{
     20for c in (eobstest)
     21return 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}}}