Update README
Browse files
README.md
CHANGED
@@ -29,7 +29,7 @@ The dataset is meant to facilitate the following modeling pipeline:
|
|
29 |
## License and terms
|
30 |
|
31 |
The terms of usage of the source data and their corresponding licenses:
|
32 |
-
- SMHI weather observation data: (
|
33 |
- [SMHI terms and conditions](https://www.smhi.se/data/oppna-data/information-om-oppna-data/villkor-for-anvandning-1.30622)
|
34 |
- [SMHI: Creative Commons Attribution 4.0](https://www.smhi.se/polopoly_fs/1.93273!/Menu/general/extGroup/attachmentColHold/mainCol1/file/CreativeCommons-Erk%C3%A4nnande-4.0.pdf)
|
35 |
- [SMHI: terms](https://www.smhi.se/polopoly_fs/1.164900!/Villkor%20f%C3%B6r%20konsekvensbaserade%20v%C3%A4dervarningar%20och%20meddelanden%20%28G%C3%A4ller%20fr%C3%A5n%20oktober%202021%29.pdf)
|
@@ -47,27 +47,22 @@ SMHI weather observation data is structured in csv files, separately for each we
|
|
47 |
See the sample below:
|
48 |
|
49 |
```csv
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
2023-10-30;06:00:00;2.4;G
|
67 |
-
2023-10-30;18:00:00;4.3;G
|
68 |
-
2023-10-31;06:00:00;8.5;G
|
69 |
-
2023-10-31;18:00:00;4.6;G
|
70 |
-
2023-11-01;06:00:00;1.9;G
|
71 |
```
|
72 |
|
73 |
### ECMWF historical weather forecasts
|
|
|
29 |
## License and terms
|
30 |
|
31 |
The terms of usage of the source data and their corresponding licenses:
|
32 |
+
- SMHI weather observation data: (Creative Common Attribution 4.0)
|
33 |
- [SMHI terms and conditions](https://www.smhi.se/data/oppna-data/information-om-oppna-data/villkor-for-anvandning-1.30622)
|
34 |
- [SMHI: Creative Commons Attribution 4.0](https://www.smhi.se/polopoly_fs/1.93273!/Menu/general/extGroup/attachmentColHold/mainCol1/file/CreativeCommons-Erk%C3%A4nnande-4.0.pdf)
|
35 |
- [SMHI: terms](https://www.smhi.se/polopoly_fs/1.164900!/Villkor%20f%C3%B6r%20konsekvensbaserade%20v%C3%A4dervarningar%20och%20meddelanden%20%28G%C3%A4ller%20fr%C3%A5n%20oktober%202021%29.pdf)
|
|
|
47 |
See the sample below:
|
48 |
|
49 |
```csv
|
50 |
+
Datum;Tid (UTC);Lufttemperatur;Kvalitet
|
51 |
+
2020-01-01;06:00:00;-2.2;G
|
52 |
+
2020-01-01;12:00:00;-2.7;G
|
53 |
+
2020-01-01;18:00:00;0.2;G
|
54 |
+
2020-01-02;06:00:00;0.3;G
|
55 |
+
2020-01-02;12:00:00;4.3;G
|
56 |
+
2020-01-02;18:00:00;4.9;G
|
57 |
+
2020-01-03;06:00:00;6.0;G
|
58 |
+
2020-01-03;12:00:00;2.7;G
|
59 |
+
2020-01-03;18:00:00;1.7;G
|
60 |
+
2020-01-04;06:00:00;-4.6;G
|
61 |
+
2020-01-04;12:00:00;0.6;G
|
62 |
+
2020-01-04;18:00:00;-5.9;G
|
63 |
+
2020-01-05;06:00:00;-7.9;G
|
64 |
+
2020-01-05;12:00:00;-3.1;G
|
65 |
+
|
|
|
|
|
|
|
|
|
|
|
66 |
```
|
67 |
|
68 |
### ECMWF historical weather forecasts
|