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

Version 1 Next »

Current Predictions for the Tory Channel are available every ten minutes for the following locations:

  • loc_1 (174.3120, -41.2200)

  • loc_2 (174.3212, -41.2134)

  • loc_3 (174.3185, -41.2116)

  • loc_4 (174.3148, -41.2102)

  • loc_5 (174.3106, -41.2098)

  • loc_6 (174.3065, -41.2103)

  • loc_7 (174.3031, -41.2113)

  • loc_8 (174.2763, -41.2261)

  • loc_9 (174.2552, -41.2397)

  • loc_10 (174.2262, -41.2409)

  • loc_11 (174.2011, -41.2405)

  • loc_12 (174.1796, -41.2456)

  • loc_13 (174.1604, -41.2473)

  • loc_14 (174.1546, -41.2386)

  • loc_15 (174.1526, -41.2300)

A JSON packet is produced once every ten minutes:

  • timestamp is in UTC

  • lat/lon are in WGS84 decimal degree format

  • height is Surface elevation above MSL in meters

  • east_velocity is Eastward surface current velocity in m/s

  • north_velocity is Northward surface current velocity in m/s

  • measurement_id is unique for every ten minute period

JSON format example:

{
  "loc_name": "tory_loc_15",
  "timestamp": "2022-06-21T23:10:00Z",
  "lat": -41.23,
  "lon": 174.1526,
  "height": -0.01920500447783849,
  "east_velocity": 0.012238884344696999,
  "north_velocity": 0.28780537843704224,
  "measurement_id": "b5b629d5f71990b5f278854793128449"
}

  • No labels