Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

For an overview, please see the ODB tutorial here. There is also a shorter tutorial available on this page.


Anchor
columns
columns
number columns( odb )

Returns a list of the names of the columns in the given ODB variable. If there are no columns, then nil is returned.


Anchor
count
count
number count( odb )

Returns the number of rows contained in the ODB.

...

Defines an object to visualise ODB data using various techniques and plot types. Optionally can run a filter on the ODB data for visualisation. This is a Metview icon function, for detailed documentation please see the ODB Visualiser.


Anchor
read
read
odb read( path )

Returns an ODB object representing an ODB file/database specified by its file system path.


Anchor
values
values
vector or list values( odb, string )

...