resebb commited on
Commit
f9d9267
1 Parent(s): 6dfe9c0

Update README

Browse files
Files changed (1) hide show
  1. README.md +17 -22
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: (CreativeC)
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
- Stationsnamn;Stationsnummer;Stationsnät;Mäthöjd (meter över marken)
51
- Stockholm-Observatoriekullen;98210;SMHIs stationsnät;2.0
52
-
53
- Parameternamn;Beskrivning;Enhet
54
- Lufttemperatur;momentanvärde, 1 gång/tim;celsius
55
-
56
- Tidsperiod (fr.o.m);Tidsperiod (t.o.m);Höjd (meter över havet);Latitud (decimalgrader);Longitud (decimalgrader)
57
- 1859-01-01 00:00:00;2024-02-01 07:20:11;43.133;59.3417;18.0549
58
-
59
- Datum;Tid (UTC);Lufttemperatur;Kvalitet;;Tidsutsnitt:
60
- 2023-10-27;06:00:00;2.4;G
61
- 2023-10-27;18:00:00;3.0;G
62
- 2023-10-28;06:00:00;0.6;G
63
- 2023-10-28;18:00:00;1.9;G
64
- 2023-10-29;06:00:00;0.3;G
65
- 2023-10-29;18:00:00;3.2;G
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