dda71427 commited on
Commit
ff8809b
·
verified ·
1 Parent(s): 38a9066

Create dataset_arus_1.json

Browse files
Files changed (1) hide show
  1. dataset_arus_1.json +17 -0
dataset_arus_1.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": [
3
+ {
4
+ "id": 1,
5
+ "timestamp": "2025-12-11T10:00:00Z",
6
+ "arus_value": 15.2,
7
+ "location": "Site A"
8
+ },
9
+ {
10
+ "id": 2,
11
+ "timestamp": "2025-12-11T11:00:00Z",
12
+ "arus_value": 14.8,
13
+ "location": "Site A"
14
+ }
15
+ ],
16
+ "description": "Flow data for Site A collected hourly."
17
+ }