forked from microsoft/inventory-hub-java-on-azure
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpot-locations.sh
162 lines (132 loc) · 5.56 KB
/
pot-locations.sh
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
# Boston locations
# sell
#* broadst45
export POT_FUNCTION_APP_DESCRIPTION="Coffee Shop 45 Broad St"
export POT_FUNCTION_APP_TYPE="sell"
export POT_FUNCTION_APP_LOCATION_NAME="Boston"
export POT_FUNCTION_APP_LOCATION_LATITUDE="42.358180"
export POT_FUNCTION_APP_LOCATION_LONGITUDE="-71.054380"
#* courtst63
export POT_FUNCTION_APP_DESCRIPTION="Coffee Shop 45 Court St"
export POT_FUNCTION_APP_TYPE="sell"
export POT_FUNCTION_APP_LOCATION_NAME="Boston"
export POT_FUNCTION_APP_LOCATION_LATITUDE="42.359368"
export POT_FUNCTION_APP_LOCATION_LONGITUDE="-71.059191"
#* schoolst27
export POT_FUNCTION_APP_DESCRIPTION="Coffee Shop 27 School St"
export POT_FUNCTION_APP_TYPE="sell"
export POT_FUNCTION_APP_LOCATION_NAME="Boston"
export POT_FUNCTION_APP_LOCATION_LATITUDE="42.357742"
export POT_FUNCTION_APP_LOCATION_LONGITUDE="-71.059052"
#* beaconst65
export POT_FUNCTION_APP_DESCRIPTION="Coffee Shop 65-66 Beacon St"
export POT_FUNCTION_APP_TYPE="sell"
export POT_FUNCTION_APP_LOCATION_NAME="Boston"
export POT_FUNCTION_APP_LOCATION_LATITUDE="42.356350"
export POT_FUNCTION_APP_LOCATION_LONGITUDE="-71.069321"
# Boston locations
# intake
#* thompsonsq1
export POT_FUNCTION_APP_DESCRIPTION="Warehouse 1 Thomson Square"
export POT_FUNCTION_APP_TYPE="intake"
export POT_FUNCTION_APP_LOCATION_NAME="Boston"
export POT_FUNCTION_APP_LOCATION_LATITUDE="42.374572"
export POT_FUNCTION_APP_LOCATION_LONGITUDE="-71.062986"
#* boylstonst62
export POT_FUNCTION_APP_DESCRIPTION="Warehouse 62 Boylston St"
export POT_FUNCTION_APP_TYPE="intake"
export POT_FUNCTION_APP_LOCATION_NAME="Boston"
export POT_FUNCTION_APP_LOCATION_LATITUDE="42.352116"
export POT_FUNCTION_APP_LOCATION_LONGITUDE="-71.064423"
#* statest84
export POT_FUNCTION_APP_DESCRIPTION="Warehouse 84 State Street"
export POT_FUNCTION_APP_TYPE="intake"
export POT_FUNCTION_APP_LOCATION_NAME="Boston"
export POT_FUNCTION_APP_LOCATION_LATITUDE="42.359154"
export POT_FUNCTION_APP_LOCATION_LONGITUDE="-71.055573"
#* cambridgest222
export POT_FUNCTION_APP_DESCRIPTION="Warehouse 222 Cambridge St"
export POT_FUNCTION_APP_TYPE="intake"
export POT_FUNCTION_APP_LOCATION_NAME="Boston"
export POT_FUNCTION_APP_LOCATION_LATITUDE="42.361042"
export POT_FUNCTION_APP_LOCATION_LONGITUDE="-71.066513"
# London locations
# sell
#* goodgest51
export POT_FUNCTION_APP_DESCRIPTION="Coffee Shop 51-53 Goodge St"
export POT_FUNCTION_APP_TYPE="sell"
export POT_FUNCTION_APP_LOCATION_NAME="London"
export POT_FUNCTION_APP_LOCATION_LATITUDE="51.519108"
export POT_FUNCTION_APP_LOCATION_LONGITUDE="-0.136055"
#* kingsway99
export POT_FUNCTION_APP_DESCRIPTION="Coffee Shop 99 Kingsway"
export POT_FUNCTION_APP_TYPE="sell"
export POT_FUNCTION_APP_LOCATION_NAME="London"
export POT_FUNCTION_APP_LOCATION_LATITUDE="51.516396"
export POT_FUNCTION_APP_LOCATION_LONGITUDE="-0.120133"
#* mephamst12
export POT_FUNCTION_APP_DESCRIPTION="Coffee Shop 12 A Mepham Street"
export POT_FUNCTION_APP_TYPE="sell"
export POT_FUNCTION_APP_LOCATION_NAME="London"
export POT_FUNCTION_APP_LOCATION_LATITUDE="51.503155"
export POT_FUNCTION_APP_LOCATION_LONGITUDE="-0.113271"
#* newbridgest30
export POT_FUNCTION_APP_DESCRIPTION="Coffee Shop 30-34A New Bridge Street"
export POT_FUNCTION_APP_TYPE="sell"
export POT_FUNCTION_APP_LOCATION_NAME="London"
export POT_FUNCTION_APP_LOCATION_LATITUDE="51.512573"
export POT_FUNCTION_APP_LOCATION_LONGITUDE="-0.103990"
# London locations
# intake
#* longacre55
export POT_FUNCTION_APP_DESCRIPTION="Warehouse 55-56 Long Acre"
export POT_FUNCTION_APP_TYPE="intake"
export POT_FUNCTION_APP_LOCATION_NAME="London"
export POT_FUNCTION_APP_LOCATION_LATITUDE="51.512405"
export POT_FUNCTION_APP_LOCATION_LONGITUDE="-0.127450"
#* boroughhighst223
export POT_FUNCTION_APP_DESCRIPTION="Warehouse 223-227 Borough High Street"
export POT_FUNCTION_APP_TYPE="intake"
export POT_FUNCTION_APP_LOCATION_NAME="London"
export POT_FUNCTION_APP_LOCATION_LATITUDE="51.501034"
export POT_FUNCTION_APP_LOCATION_LONGITUDE="-0.093202"
#* wandsworthrd62
export POT_FUNCTION_APP_DESCRIPTION="Warehouse 62 Wandsworth Road"
export POT_FUNCTION_APP_TYPE="intake"
export POT_FUNCTION_APP_LOCATION_NAME="London"
export POT_FUNCTION_APP_LOCATION_LATITUDE="51.481529"
export POT_FUNCTION_APP_LOCATION_LONGITUDE="-0.127924"
#* basilst25
export POT_FUNCTION_APP_DESCRIPTION="Warehouse 25 Basil St"
export POT_FUNCTION_APP_TYPE="intake"
export POT_FUNCTION_APP_LOCATION_NAME="London"
export POT_FUNCTION_APP_LOCATION_LATITUDE="51.498737"
export POT_FUNCTION_APP_LOCATION_LONGITUDE="-0.161783"
# Singapore location
# sale
#* maritimesq1
export POT_FUNCTION_APP_DESCRIPTION="Coffee Shop 1 Maritime Square"
export POT_FUNCTION_APP_TYPE="sell"
export POT_FUNCTION_APP_LOCATION_NAME="Singapore"
export POT_FUNCTION_APP_LOCATION_LATITUDE="1.264750"
export POT_FUNCTION_APP_LOCATION_LONGITUDE="103.820160"
#* victoriast230
export POT_FUNCTION_APP_DESCRIPTION="Coffee Shop 230 Victoria Street"
export POT_FUNCTION_APP_TYPE="sell"
export POT_FUNCTION_APP_LOCATION_NAME="Singapore"
export POT_FUNCTION_APP_LOCATION_LATITUDE="1.299920"
export POT_FUNCTION_APP_LOCATION_LONGITUDE="103.856133"
# Singapore location
# intake
#* orchardrd277
export POT_FUNCTION_APP_DESCRIPTION="Warehouse 277 Orchard Rd"
export POT_FUNCTION_APP_TYPE="intake"
export POT_FUNCTION_APP_LOCATION_NAME="Singapore"
export POT_FUNCTION_APP_LOCATION_LATITUDE="1.300890"
export POT_FUNCTION_APP_LOCATION_LONGITUDE="103.838432"
#* jalanjamal3
export POT_FUNCTION_APP_DESCRIPTION="Warehouse 3 Jalan Jamal"
export POT_FUNCTION_APP_TYPE="intake"
export POT_FUNCTION_APP_LOCATION_NAME="Singapore"
export POT_FUNCTION_APP_LOCATION_LATITUDE="1.313060"
export POT_FUNCTION_APP_LOCATION_LONGITUDE="103.925369"