Versions Compared

Key

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

...

Extract sensor data as time-series, either as processed scalar data or as raw data directly from the device (documentation).

Method

Description

getDirectScalargetDirectByLocation (filters, allPages)

Obtain scalar data readings for properties readings from a device category in a locationlink
getDirectByDevice (filters, allPages)Obtain scalar data readings from a devicelink

getDirectRawByLocation (filters, allPages)

Obtain raw data readings from a device category in a locationlink

getDirectRawByDevice (filters, allPages)

Obtain raw data readings from a devicelink

...

Method

Description

getListByLocation (filters, allPages)

Get a list of archived files for a device category in a locationlink

getListByDevice (filters, allPages)

Get a list of archived files for a devicelink

getFile (filename, overwrite)

Download a file with the given filenamelink
getDirectFiles (filters, overwrite, allPages)Download a list of archived files that match the filters providedlink

Utility methods

Methods included as convenience shortcuts for end users. (documentation).

MethodDescription

print (dict, filename)

Prints a dictionary in a format easier to readlink

formatUtc (dateString)

Formats the provided date string as ISO8601 UTClink


Info

The latest library version works with the current version of Oceans 2.0 Web API.

New versions are created to resolve known client library issues, add new functionality or handle changes to the underlying Web Services.

Please report all issues with the web services, documentation and client libraries to the Oceans 2.0 Help Centre.

...