DAP4: Notes on Constraints

From OPeNDAP Documentation
Revision as of 17:38, 29 April 2012 by DennisHeimbigner (talk | contribs) (Created page with " <-- back to OPULS Development Also, it does lose dimensional information that might be both useful and performance enhancing. For instance...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
⧼opendap2-jumptonavigation⧽
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

<-- back to OPULS Development



Also, it does lose dimensional information that might be both useful and performance enhancing. For instance, it might be useful to be able to say something like

?sal[0:22][0:9][]<3.2

and get something back like this:

<Sequence name="sal">
    <Float64 name="sal">
      <Dimension size="23" />
      <Dimension size="10" />
    </Float64>
    <Float32 name="lat"/>
    <Float32 name="lon"/>
    <Float32 name="depth"/>
</Sequence>