Update README.md
Browse files
README.md
CHANGED
@@ -49,23 +49,25 @@ tags:
|
|
49 |
- climate
|
50 |
---
|
51 |
## Overview
|
52 |
-
This dataset contains daily
|
53 |
-
|
54 |
-
|
55 |
-
Since the actual forecasts are published in the multiple times a day, we set up the column `from_hour` which represetnts the time
|
56 |
|
57 |
## Usage
|
58 |
-
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 in studies of behavioral prediction.
|
59 |
|
60 |
-
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). The actual code is hosted on Gist.
|
61 |
|
62 |
## Notes
|
63 |
- All date and time variables are displayed in Japan Standard Time (JST).
|
64 |
-
- To account for potential outliers, all columns are stored as strings.
|
65 |
-
- We do not take responsibility for any missing data or inaccuracies.
|
66 |
- Please adhere to the original source's rules when using this data.
|
|
|
67 |
|
68 |
## Citation
|
|
|
|
|
69 |
```
|
70 |
@misc{jniimi2024weather,
|
71 |
title = "7days Weather Forecast in Japan (Dataset)",
|
|
|
49 |
- climate
|
50 |
---
|
51 |
## Overview
|
52 |
+
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/).
|
53 |
+
We collect, structurize, and accumulate the prediction since the page is overridden whenever the information is updated.
|
54 |
+
|
55 |
+
The data is automatically updated daily using GitHub Actions. Since the actual forecasts are published in the multiple times a day, we set up the column `from_hour` which represetnts the announced time.
|
56 |
|
57 |
## Usage
|
58 |
+
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 in studies of behavioral prediction.
|
59 |
|
60 |
+
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). The actual code is hosted on Gist. Further details are available (Japanese only) at [https://note.com/jniimi/n/n06d3423bbbbf](https://note.com/jniimi/n/n06d3423bbbbf).
|
61 |
|
62 |
## Notes
|
63 |
- All date and time variables are displayed in Japan Standard Time (JST).
|
64 |
+
- To account for potential outliers (like disasters), all columns are stored as strings.
|
|
|
65 |
- Please adhere to the original source's rules when using this data.
|
66 |
+
- We do not take responsibility for any missing data or inaccuracies.
|
67 |
|
68 |
## Citation
|
69 |
+
If you use this dataset for anything, please consider citing the following reference. Don't forget to mention JMA, also.
|
70 |
+
|
71 |
```
|
72 |
@misc{jniimi2024weather,
|
73 |
title = "7days Weather Forecast in Japan (Dataset)",
|