Announcement service for EMSWe Common Location Database (ECLD) changes.
Note: Due to tooling restrictions, Coordinates is only referenced once, in other sections it appears as 'Any'
Accepts the following message:
Unique identifier of the location (concatenation of the 2-character ISO code of a country and a 3-character unique location identifier as defined by UNECE and/ or in SSN. SSN specific locodes in the form [Countrycode_888] (e.g.PT888) are used in the context of CLD to identify an unknown port in a given country
Specifies if the record is deactivated.
Details of the CLD location, null if the record is deactivated.
The details of a CLD location
Date and time of the creation of the location in the database. In milliseconds since the UNIX epoch.
Date and time of the last update of the location in the database. In milliseconds since the UNIX epoch.
Official name of the location with diacritics. Equals to the Name with diacritics provided by UNECE for UNECE locations (e.g. Zákynthos for Locode GRZTH)
Name of the location without diacritics. Equals to the Name without diacritics provided by UNECE for UNECE locations (e.g. Zakynthos for Locode GRZTH).
A code representing the country where the location is situated
An indication whether the location is a United Nations Code for Trade and Transport Locations (UN/LOCODE), or whether the location is specific to SafeSeaNet. Possible values:
0 (SSN)
1 (UNECE)
Location of the port
Latitude in decimal degrees
Longitude in decimal degrees
Additional properties are allowed.
UNECE defined location functions
Function number of the location (classifier code) as defined by UNECE. It is provided for UNECE locations. Possible values:
0
1
2
3
4
5
6
7
8
B
Additional properties are allowed.
A facility in a port
Name of a port, written as the port name is normally written.
Port facility description in GISIS Maritime Security
A code representing the port facility at the referenced port, composed by a locode followed by a port fcaility GISIS code separated by a dash (e.g. NLRTM-0406)
Location of the port facility
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.
{
"loCode": "GRZTH",
"deactivated": false,
"details": {
"createdOn": 1706869855000,
"lastUpdatedOn": 1706869855000,
"locationNameWithDiacritics": "Zákynthos",
"locationNameWithoutDiacritics": "Zakynthos",
"countryCode": "GR",
"type": 1,
"coordinates": {
"latitude": 37.7804,
"longitude": 20.9035
},
"UNECEFunctions": [
{
"function": "3"
}
],
"portFacilities": [
{
"name": "Zakynthos",
"description": "Passenger Port",
"code": "GRZTH-0001",
"coordinates": {}
}
]
}
}
Unique identifier of the location (concatenation of the 2-character ISO code of a country and a 3-character unique location identifier as defined by UNECE and/ or in SSN. SSN specific locodes in the form [Countrycode_888] (e.g.PT888) are used in the context of CLD to identify an unknown port in a given country
Specifies if the record is deactivated.
Details of the CLD location, null if the record is deactivated.
The details of a CLD location
Date and time of the creation of the location in the database. In milliseconds since the UNIX epoch.
Date and time of the last update of the location in the database. In milliseconds since the UNIX epoch.
Official name of the location with diacritics. Equals to the Name with diacritics provided by UNECE for UNECE locations (e.g. Zákynthos for Locode GRZTH)
Name of the location without diacritics. Equals to the Name without diacritics provided by UNECE for UNECE locations (e.g. Zakynthos for Locode GRZTH).
A code representing the country where the location is situated
An indication whether the location is a United Nations Code for Trade and Transport Locations (UN/LOCODE), or whether the location is specific to SafeSeaNet. Possible values:
0 (SSN)
1 (UNECE)
Location of the port
Latitude in decimal degrees
Longitude in decimal degrees
Additional properties are allowed.
UNECE defined location functions
Function number of the location (classifier code) as defined by UNECE. It is provided for UNECE locations. Possible values:
0
1
2
3
4
5
6
7
8
B
Additional properties are allowed.
A facility in a port
Name of a port, written as the port name is normally written.
Port facility description in GISIS Maritime Security
A code representing the port facility at the referenced port, composed by a locode followed by a port fcaility GISIS code separated by a dash (e.g. NLRTM-0406)
Location of the port facility
Additional properties are allowed.
Additional properties are allowed.
Additional properties are allowed.