forked from datasets/smdg-master-terminal-facilities-list
-
Notifications
You must be signed in to change notification settings - Fork 0
/
datapackage.json
83 lines (83 loc) · 2.18 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
{
"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": "201605.1",
"license": "CC-BY-4.0",
"sources": [{
"name": "SMDG",
"web": "http://smdg.org/"
}],
"resources": [
{
"path": "data/smdg-master-terminal-facilities-list.csv",
"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": "Company Name",
"type": "string"
},
{
"name": "Terminal Facility",
"type": "string"
},
{
"name": "Terminal Code",
"description": "In an UN/EDIFACT message, use in a LOC segment, element C519.3223",
"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 Before",
"description": "Entry is valid till this date",
"type": "date"
},
{
"name": "Date Insert",
"description": "Entry was added on this date",
"type": "date"
},
{
"name": "Applicant Name",
"type": "string"
},
{
"name": "Applicant Email",
"type": "string"
},
{
"name": "Coordinates",
"type": "geopoint"
},
{
"name": "Terminal Contact Or Website",
"type": "string"
}
]
}
}
],
"keywords": [
"container",
"container terminal",
"un-locode"
]
}