-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathwarehouses.json
More file actions
100 lines (100 loc) · 2.27 KB
/
Copy pathwarehouses.json
File metadata and controls
100 lines (100 loc) · 2.27 KB
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
{
"warehouses": [
{
"district": "Kathmandu",
"city": "Tahachal",
"type": "central",
"latitude": 27.69926,
"longitude": 85.291089,
"storageCapacity": 10000
},
{
"district": "Kanchanpur",
"city": "Mahendranagar",
"type": "regional",
"latitude": 28.963925,
"longitude": 80.184014,
"storageCapacity": 4000
},
{
"district": "Banke",
"city": "Nepalgunj",
"type": "regional",
"latitude": 28.083648,
"longitude": 81.645543,
"storageCapacity": 4000
},
{
"district": "Parsa",
"city": "Birgunj",
"type": "regional",
"latitude": 27.015072,
"longitude": 84.87882,
"storageCapacity": 4000
},
{
"district": "Morang",
"city": "Biratnagar",
"type": "regional",
"latitude": 26.46431,
"longitude": 87.286626,
"storageCapacity": 4000
},
{
"district": "Panchthar",
"city": "Phidim",
"type": "sub-regional",
"latitude": 27.148422,
"longitude": 87.767417,
"storageCapacity": 1000
},
{
"district": "Udaypur",
"city": "Katari",
"type": "sub-regional",
"latitude": 26.959772,
"longitude": 86.368175,
"storageCapacity": 1000
},
{
"district": "Baitadi",
"city": "Khodpe",
"type": "sub-regional",
"latitude": 29.56056,
"longitude": 80.41667,
"storageCapacity": 1000
},
{
"district": "Doti",
"city": "Silgadhi",
"type": "sub-regional",
"latitude": 29.270635,
"longitude": 80.988201,
"storageCapacity": 1000
},
{
"district": "Lamjung",
"city": "Besisahar",
"type": "sub-regional",
"latitude": 28.23008,
"longitude": 84.380897,
"storageCapacity": 1000
},
{
"district": "Kaski",
"city": "Pokhara",
"type": "zonal",
"latitude": 28.212194,
"longitude": 84.002085,
"storageCapacity": 2500
},
{
"district": "Rupandehi",
"city": "Butwal",
"type": "zonal",
"latitude": 27.708796,
"longitude": 83.466778,
"storageCapacity": 2500
}
]
}