jwis

Data downloader from Japan Water System Information


Keywords
download, hydrology, japan
License
Other
Install
pip install jwis==0.3.0

Documentation

jwis: Data downloader from Japan Water Information System

  • Author: Kiwamu Ishikura
  • Licence: GPLv3

PyPI version

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.