-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Expand file tree
/
Copy pathstations-table-data.js
More file actions
49 lines (48 loc) · 1.85 KB
/
stations-table-data.js
File metadata and controls
49 lines (48 loc) · 1.85 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
export const stationsTableData = [
{
capacity: 68.04,
gridConnectionDate: "2021-09-23T08:48:29+07:00",
latitude: "16.209858",
longitude: "103.280011",
plantAddress: "ปั๊มน้ำมัน ปตท.ตักสิลา",
plantCode: "NE=50453264",
plantName: "PTT E5"
},
{
capacity: 651.7,
gridConnectionDate: "2024-02-28T01:00:00+07:00",
latitude: "7.525556",
longitude: "99.512500",
plantAddress: "ประเทศไทยอ.กันตังโคกยาง92110",
plantCode: "NE=51609908",
plantName: "KANTANG 2"
},
{
capacity: 113.85,
gridConnectionDate: "2022-07-12T11:30:04+07:00",
latitude: "13.325294",
longitude: "100.965045",
plantAddress: "39/1 หมู่1 ต.ห้วยกะปิ อ.เมือง จ.ชลบุรี",
plantCode: "NE=50216036",
plantName: "อาคารชลประทีปสินทรัพย์(office CCP)"
},
{
capacity: 623.7,
gridConnectionDate: "2024-05-27T16:33:59+07:00",
latitude: "16.423056",
longitude: "102.834444",
plantAddress: "ประเทศไทยอำเภอเมืองขอนแก่นในเมืองแฟรี่พลาซ่า",
plantCode: "NE=52060133",
plantName: "Fairy Plaza KK"
},
{
capacity: 1596.0,
gridConnectionDate: "2024-02-27T01:00:00+07:00",
latitude: "13.428889",
longitude: "101.020278",
plantAddress: "ประเทศไทยอ.เมืองชลบุรีคลองตำหรุอมตะ ซิตี้ ชลบุรี",
plantCode: "NE=51602716",
plantName: "IJTT-HEAD OFFICE"
},
];
export default stationsTableData;