Skip to main content

Changes to the download of fishery activity (2026-04-24)

Andreas Holzner
BarentsWatch forvaltningsteam

The download of fishery activity data will be moved from the Fisheryactivity app to BarentsWatch Data.

  • Several filter options will be added to the new download.
  • The support for the "SHAPE-ZIP" format will be discontinued and will be replaced by GeoJSON (newline delimited).
  • The following columns will be removed from the CSV download
    • Tooltype Name: was equivalent to the "Tooltype Code" column
    • Source: was not used
    • Last changed DateTime: was not well defined, was either "Setup DateTime" or "Removed DateTime"
    • Length: not necessary, calculated directly from the "Geometry" column
    • StartingPoint Lat: not necessary, calculated directly from the "Geometry" column
    • StartingPoint Lon: not necessary, calculated directly from the "Geometry" column

Limit on licereport download (2026-03-24)

Anders Bakkevold
BarentsWatch forvaltningsteam

The endpoint v1/geodata/download/fishhealth have been updated to restrict the time range when downloading all locality data with reporttype 'licereport'. The maximum time range is now 1 year and 1 week. Longer time ranges will result in 400 bad request. When specifying localityno there is no maximum time range.

Removal of obsolete waveforecast endpoints (2026-03-10)

Anders Bakkevold
BarentsWatch forvaltningsteam

Four waveforecast endpoints will be removed after April 12, 2026. These endpoints have been marked as obsolete for an extended period and have replacement endpoints available (v2).

The endpoints that will be removed are:

  • v1/geodata/waveforecast/fairway
  • v1/geodata/waveforecast/
  • v1/geodata/currentwaves-points
  • v1/geodata/currentwaves-point/{name}

Filtering of AIS data (2026-02-02)

Anders Bakkevold
BarentsWatch forvaltningsteam

Satellite positions are now filtered from the track endpoints, if the vessel has a recent position from onshore or offshore receivers. The satellite message has lower position precision, so the position from onshore or offshore recievers is the preferred position.

A filterSatellitePositions query parameter has been added to the /v1/historic/tracks/{mmsi}/{fromDate}/{toDate} endpoint, if you want to disable the filter and get all positions: https://historic.ais.barentswatch.no/index.html

New point forecast endpoints (2026-01-20)

Anders Bakkevold
BarentsWatch forvaltningsteam

Three new endpoints for point forecasts have been added to the Waveforecast API:

  • v1/seacurrent/nearest
  • v1/seacurrent/nearest/all
  • v1/windforecastpoint/nearest/all

They are similary to these existing endpoints:

  • /v1/waveforecastpoint/nearest
  • /v1/waveforecastpoint/nearest/all

See API documentation for details: https://www.barentswatch.no/bwapi/openapi/index.html?urls.primaryName=Waveforecast+API#/ForecastPoint