Commit
·
6323155
1
Parent(s):
bf82815
Update README.md
Browse files
README.md
CHANGED
@@ -2,4 +2,34 @@
|
|
2 |
license: unlicense
|
3 |
size_categories:
|
4 |
- 100K<n<1M
|
5 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: unlicense
|
3 |
size_categories:
|
4 |
- 100K<n<1M
|
5 |
+
---
|
6 |
+
# Weather prediction prototype database.
|
7 |
+
|
8 |
+
This database was made using data provided by KMI.
|
9 |
+
|
10 |
+
This database will only be used to train a prototype.
|
11 |
+
|
12 |
+
## Dataset Details
|
13 |
+
|
14 |
+
### Dataset Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this dataset is. -->
|
17 |
+
|
18 |
+
### Dataset Sources [optional]
|
19 |
+
|
20 |
+
<!-- Provide the basic links for the dataset. -->
|
21 |
+
- **KMI**
|
22 |
+
|
23 |
+
## Dataset Structure
|
24 |
+
|
25 |
+
Normalized columns:
|
26 |
+
- timestamp
|
27 |
+
- air_pressure
|
28 |
+
- relative_humidity
|
29 |
+
- precipitation
|
30 |
+
- wind_speed
|
31 |
+
- wind_direction
|
32 |
+
|
33 |
+
More information about these columns can be found in the `information_10min.txt` file.
|
34 |
+
|
35 |
+
<!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
|