Update README.md
Browse files
README.md
CHANGED
@@ -56,21 +56,24 @@ tags:
|
|
56 |
This dataset contains daily-collected weather forecasts for up to seven days ahead for all the meteorological observatories in Japan, published by the Japan Meteorological Agency (JMA) at [https://www.jma.go.jp/bosai/forecast/](https://www.jma.go.jp/bosai/forecast/).
|
57 |
We collect, structurize, and accumulate the prediction since the page is overridden whenever the information is updated.
|
58 |
|
59 |
-
The data is automatically updated daily using GitHub Actions. Since the actual forecasts are published
|
|
|
|
|
60 |
|
61 |
## Usage
|
62 |
-
This dataset can be utilized across a wide range of research fields. While it is primarily valuable in the natural sciences, it can also be applied to social sciences, such as
|
63 |
|
64 |
-
You can refer the sample usage with following `open in colab` link: [weather_forecast_example.ipynb](https://colab.research.google.com/gist/jniimi/aaf3542f348ae1d2a94df62b7badff50/weather_forecast_example.ipynb)
|
65 |
|
66 |
## Notes
|
67 |
-
-
|
|
|
68 |
- To account for potential outliers (like disasters), all columns are stored as strings.
|
69 |
- Please adhere to the original source's rules when using this data.
|
70 |
- We do not take responsibility for any missing data or inaccuracies.
|
71 |
|
72 |
## Citation
|
73 |
-
If you use this dataset for anything, please consider citing the following reference. Don't forget to mention JMA, also.
|
74 |
|
75 |
```
|
76 |
@misc{jniimi2024weather,
|
|
|
56 |
This dataset contains daily-collected weather forecasts for up to seven days ahead for all the meteorological observatories in Japan, published by the Japan Meteorological Agency (JMA) at [https://www.jma.go.jp/bosai/forecast/](https://www.jma.go.jp/bosai/forecast/).
|
57 |
We collect, structurize, and accumulate the prediction since the page is overridden whenever the information is updated.
|
58 |
|
59 |
+
The data is automatically updated daily using GitHub Actions. Since the actual forecasts are published multiple times a day, we set up the column `from_hour` which represetnts the announced time.
|
60 |
+
|
61 |
+
Further details are also available at [note.com/jniimi/n/n06d3423bbbbf](https://note.com/jniimi/n/n06d3423bbbbf) (Japanese only).
|
62 |
|
63 |
## Usage
|
64 |
+
This dataset can be utilized across a wide range of research fields. While it is primarily valuable in the natural sciences, it can also be applied to social sciences, such as the behavioral modeling and prediction.
|
65 |
|
66 |
+
You can refer the sample usage with following `open in colab` link: [weather_forecast_example.ipynb](https://colab.research.google.com/gist/jniimi/aaf3542f348ae1d2a94df62b7badff50/weather_forecast_example.ipynb), hosted on Gist.
|
67 |
|
68 |
## Notes
|
69 |
+
- No train-test split: All the data is contained in `train` section.
|
70 |
+
- datetime in JST: All date and time variables are displayed in Japan Standard Time (JST: UTC+9).
|
71 |
- To account for potential outliers (like disasters), all columns are stored as strings.
|
72 |
- Please adhere to the original source's rules when using this data.
|
73 |
- We do not take responsibility for any missing data or inaccuracies.
|
74 |
|
75 |
## Citation
|
76 |
+
If you use this dataset for anything, please consider citing (or displaying) the following reference. Don't forget to mention JMA, also.
|
77 |
|
78 |
```
|
79 |
@misc{jniimi2024weather,
|