Difference between revisions of "NEAFC2ICES WS"

From D4Science Wiki
Jump to: navigation, search
(Retrieve vessel data)
(URL example)
Line 41: Line 41:
  
 
#[http://figisapps.fao.org/vrmf/neafc2ices/export/vessels/current http://figisapps.fao.org/vrmf/neafc2ices/export/vessels/current] to retrieve all the available vessel data (using the previous semester as timeframe of reference for UID generation purposes)
 
#[http://figisapps.fao.org/vrmf/neafc2ices/export/vessels/current http://figisapps.fao.org/vrmf/neafc2ices/export/vessels/current] to retrieve all the available vessel data (using the previous semester as timeframe of reference for UID generation purposes)
#[http://figisapps.fao.org/vrmf/neafc2ices/export/vessels?dateFrom=20120101&dateTo=20120630 http://figisapps.fao.org/vrmf/neafc2ices/export/vessels?dateFrom=20120101&dateTo=20120630] to retrieve all the available vessel data (using first semester of 2012 as timeframe of reference for UID generation purposes)
+
#[http://figisapps.fao.org/vrmf/neafc2ices/export/vessels?dateFrom=20120101&dateTo=20120630 http://figisapps.fao.org/vrmf/neafc2ices/export/vessels?dateFrom=20120101&dateTo=20120630] to retrieve all the available vessel data (using the first semester of 2012 as timeframe of reference for UID generation purposes)

Revision as of 15:07, 18 June 2014

Purposes

This wiki page details the API and the expected behavior of the NEAFC 2 ICES data exchange web service. Currently, the WS is hosted by FAO and provides access to a limited set of data (not intended for public use). In the future, this same WS will be made available by NEAFC and additional access constraints will apply.

Background

Please refer to this ticket for background about the purposes and rationale of this WS

Remarks

Unless a specific timeframe is explicitly requested, the extracted data will always reference information belonging to the past semester. This means that in such circumstances:

  • Incoming requests sent from January 1st to June 30th will produce data related to the time period spanning from July 1st to December 31st of the previous year
  • Incoming requests sent from July 1st to December 31st will produce data related to the time period spanning from January 1st to June 30th of the same year

API

Endpoint

The test WS endpoint is currently http://figisapps.fao.org/vrmf/neafc2ices with specific services detailed in the following paragraphs.

The specific data-export services can be invoked with the following URL:

http://figisapps.fao.org/vrmf/neafc2ices/services/exchange/export/{data}(/current%7C?{params})

where {data} is one among:

  • vessels (vessel details, is not related to a given timeframe)
  • authorization (vessel authorization in a given timeframe)
  • positions (vessel positions in a given timeframe)
  • catch (catch data in a given timeframe)
  • all (all of the above, in a given timeframe)

Retrieve vessel data

This service extracts all the vessel data currently available, regardless of the time frame. The produced data are anonymized, in the sense that receiving users will not be able to infer such vessel-specific details as flag, vessel name and vessel radio callsign. Each vessel appearing in this report is assigned a unique identifier which is a non-reversible, deterministic hash of some of the vessel identifiers and the chosen timeframe. This unique identifier remains constant for a given timeframe, and can be used to reference related data exported by means of the other available services (e.g. positions).

The exported data are served as an uncompressed CSV with the following header:

RID,LENGTH_CATEGORY,POWER_CATEGORY,VESSEL_TYPE,FISHING_GEAR

using commas as separator and double quotes as field markers.

This is the only service - among those currently available - that does not depend on a timeframe to produce the result set. As already said, the provided timeframe (if any) will only be used to calculate the unique id (for consistency reasons).

URL example
  1. http://figisapps.fao.org/vrmf/neafc2ices/export/vessels/current to retrieve all the available vessel data (using the previous semester as timeframe of reference for UID generation purposes)
  2. http://figisapps.fao.org/vrmf/neafc2ices/export/vessels?dateFrom=20120101&dateTo=20120630 to retrieve all the available vessel data (using the first semester of 2012 as timeframe of reference for UID generation purposes)