NAME
Tidalwater - Tidal water information
DESCRIPTION
Water level forecast for a specific harbors in Norway. Weather condition adjustments are generally available for the immediate three days.
Water level have two components: Tidal forces (TIDE) and the influence of weather (SURGE). Tidal forces is the basis for calculating waterlevel. Forecast of weather conditions for the specified harbor is then used to adjust this basis (TOTAL). Waves are not included in the forecast, only long period phenomena.
Values are given as centimeters above mean sea level. See https://kartverket.no/sehavniva/data-pa-se-havniva/viktige-vannstandsniva/ for further information on the reference water level.
Example output (Bergen harbor)
MET - PROGNOSER VANNSTANDSVARSEL --- MET STORMFLO --- ========================================== BERGEN ------------------------------ AAR MND DAG TIM PROG SURGE TIDE TOTAL 2019 4 2 0 0 -0.03 -0.19 -0.22 2019 4 2 1 1 -0.03 -0.35 -0.38 2019 4 2 2 2 -0.02 -0.43 -0.45 2019 4 2 3 3 -0.01 -0.40 -0.41 2019 4 2 4 4 0.00 -0.27 -0.27 2019 4 2 5 5 0.01 -0.10 -0.09 2019 4 2 6 6 0.02 0.08 0.10
Available
Available is implemented at https://aa025kn2jhfvzrxns.api.met.no/weatherapi/tidalwater/1.1/available
which lists all harbors which we have forecasts for.
Parameters
A request must specify the harbour of interest. Datatype and content-type are optional.
harbor (mandatory)
Specify the harbor of interest.
Available harbors:
andenes, bergen, bodø, hammerfest, harstad, heimsjø, helgeroa, honningsvåg, kabelvåg, kristiansund, måløy, narvik, ny-ålesund, oscarsborg, oslo, rørvik, stavanger, tregde, tromsø, trondheim, vardø, viker, ålesund
content_type (optional)
Specify content type for the returned data.
Currently only valid value is text/plain (default)
datatype (optional)
Specify type of data, currently only valid value is weathercorrection (default)
Example requests
https://aa025kn2jhfvzrxns.api.met.no/weatherapi/tidalwater/1.1/?harbor=trondheim&content_type=text/plain&datatype=weathercorrection
https://aa025kn2jhfvzrxns.api.met.no/weatherapi/tidalwater/1.1/?harbor=bergen
Changelog
1.1 2018-07-04
Available implemented, only harbor is now a mandatory parameter