Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: added SIMBA sea ice raw data

...

https://data.oceannetworks.ca/api/rawdata?method=getByDevice&token=YOUR_TOKEN_HERE&deviceCode=LUFFTWS501-19212161009223&outputFormat=Object&convertHexToDecimal=false&dateFrom=2018-04-01T00:00:00.000Z&rowLimit=100


Sea ice thickness can be obtained with an Ice Mass Balance Buoy (SIMBA).

The following link returns a list of devices with "balance" in the name; the list is the same if "mass" is used instead of "balance". The deviceCode is SRSLSIMBA1516027.

https://data.oceannetworks.ca/api/devices?method=get&token=YOUR_TOKEN_HERE&deviceName=balance

The following link returns raw data (limited to 100 entries) for the SRSLSIMBA1516027 device, beginning at 2018-04-01T00:00:00.000Z.

https://data.oceannetworks.ca/api/rawdata?method=getByDevice&token=YOUR_TOKEN_HERE&deviceCode=SRSLSIMBA1516027&outputFormat=Object&convertHexToDecimal=false&dateFrom=2018-04-01T00:00:00.000Z&rowLimit=100



Additional links for other locations, types of data, or time ranges of data can be similarly constructed programmatically.

...