Data downloader from Japan Water System Information
Project description
Author: Kiwamu Ishikura
Licence: GPLv3
What’s this?
This is a program to get hydrological data from Water Information System provided from Japanese Ministry of Land, Infrastructure, Transport and Tourism. You can retrieve data and, save as csv. Only water level and flow rate data are available, because this program is still in beta version.
Requirements
Python (>= 2.7 or >= 3.3)
pandas (>= 0.18.0)
Installation
If you have pip, you can install by pip as below:
$ pip install jwis
Or, you can install by setup.py:
$ python setup.py install
Usage
Just type as below in your console:
$ jwis
Program will ask you the beginning and final date you want, observatory ID (観測所記号), and file name. Please follow the explanations.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.