Data downloader from Japan Meteorological Agency
Project description
jma: Data downloader from JMA (Japan Meteorological Agency)
===========================================================
* Author: Kiwamu Ishikura
* Version: 2.0.1
* Licence: GPLv3
What's this?
------------
This is the program to get 1-hour meteorological data from JMA web site. You can retrieve data and save as csv.
Requirement
-----------
Python (>= 3.3)
*Beware that Python 2 can NOT work*
Usage
-----
Download jma_stat, you can type the followings on your console::
```
$ python3 jma.py
```
Program will ask you the beginning/final date of data you want, locations, and file name. Please follow the explanations.
If you put jmalib.py in your PYTHONLIB and put jma.py in your PATH, you can use these program anywhere.
===========================================================
* Author: Kiwamu Ishikura
* Version: 2.0.1
* Licence: GPLv3
What's this?
------------
This is the program to get 1-hour meteorological data from JMA web site. You can retrieve data and save as csv.
Requirement
-----------
Python (>= 3.3)
*Beware that Python 2 can NOT work*
Usage
-----
Download jma_stat, you can type the followings on your console::
```
$ python3 jma.py
```
Program will ask you the beginning/final date of data you want, locations, and file name. Please follow the explanations.
If you put jmalib.py in your PYTHONLIB and put jma.py in your PATH, you can use these program anywhere.