Metadata-Version: 1.1
Name: jwis
Version: 0.1.1
Summary: Data downloader from Japan Water System Information
Home-page: https://github.org/i-kiwamu/jwis
Author: Kiwamu Ishikura
Author-email: ishikura.kiwamu@gmail.com
License: UNKNOWN
Description: jwis: Data downloader from Japan Water Information System
        =========================================================
        
        * Author: Kiwamu Ishikura
        * Version: 0.1.0
        * 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 (http://www1.river.go.jp/). You can retrieve data and save as csv.
        
        Requirement
        -----------
        Python (>= 3.3)
        *Beware that Python 2 can NOT work*
        
        Usage
        -----
        Download jwis, and you can type the followings on your console::
        
        ```
        $ python3 jwis.py
        ```
        
        Program will ask you the beginning/final date of data you want, locations, and file name. Please follow the explanations.
        
        If you put jwislib.py in your PYTHONLIB and put jwis.py in your PATH, you can use these program anywhere.
        
Keywords: download,hydrology,japan
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: Japanese
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Utilities
