Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Picton Harbours maintains three tide stations in the Marlborough Sounds. Each has a pressure sensor and a radar sensor. Measurements are taken every ten minutes and reported by AIS broadcast and via cellular data to Marlborough’s data distribution platform.

Marlborough managed tide stations are located at:

Stations transmit AIS messages 21 and 8 once every six minutes on each channel, offset by three minutes. Message 21 reports the station name and coordinates. Message 8 reports a composite tide height that considers inputs from both pressure and radar sensors.

JSON Messages

More complete data is available via JSON messages, available on request. Message format is:

{
  "sensor_id": "pcn.motuara.tidestation.1",
  "timestamp": "2021-11-30T17:10:00Z",
  "measurement_id": "86989b17-9984-0098-7feb-b20f23e60dfc",
  "tide_height": 1.123, "tide_height_sd": 0.015,
  "measurement_type": "pressure_sensor",
  "pressure_measure": 2.262, "pressure_measure_sd": 0.015,
  "radar_range": null, "radar_level": null,
  "radar_level_sd": null,
  "radar_status": "offline",
  "radar_signal_strength": null,
  "ais_water_level": null,
  "ais_timestamp": null
}

  • No labels