-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathdatapackage.json
93 lines (93 loc) · 2.42 KB
/
datapackage.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "smdg-master-terminal-facilities-list",
"title": "SMDG Master Terminal Facilities List",
"description": "Code list for terminal facilities built as an extension to UN/LOCODE",
"homepage": "http://smdg.org/index.php/smdg-code-lists/",
"version": "202501.14",
"licenses": [
{
"name": "ODC-PDDL-1.0",
"path": "http://opendatacommons.org/licenses/pddl/",
"title": "Open Data Commons Public Domain Dedication and License v1.0"
}
],
"sources": [
{
"name": "SMDG",
"path": "http://smdg.org/",
"title": "SMDG"
}
],
"resources": [
{
"path": "data/smdg-master-terminal-facilities-list.csv",
"name": "smdg-master-terminal-facilities-list",
"format": "csv",
"mediatype": "text/csv",
"encoding": "UTF-8",
"schema": {
"fields": [
{
"name": "UNLOCODE",
"description": "Main location UN/LOCODE. In an UN/EDIFACT message, use in a LOC segment, element C517.3225",
"type": "string"
},
{
"name": "Alternative UNLOCODE",
"type": "string"
},
{
"name": "Terminal Code",
"description": "In an UN/EDIFACT message, use in a LOC segment, element C519.3223",
"type": "string"
},
{
"name": "Terminal Facility Name",
"type": "string"
},
{
"name": "Terminal Company Name",
"type": "string"
},
{
"name": "Last Change",
"description": "Last change of this entry",
"type": "date"
},
{
"name": "Valid From",
"description": "Entry is valid from this date",
"type": "date"
},
{
"name": "Valid Until",
"description": "Entry is valid till this date",
"type": "date"
},
{
"name": "Terminal Website",
"type": "string"
},
{
"name": "Terminal Address",
"type": "string"
},
{
"name": "Remarks",
"type": "string"
},
{
"name": "Coordinates",
"type": "string"
}
]
}
}
],
"keywords": [
"container",
"container terminal",
"un-locode"
],
"collection": "reference-data"
}