Metadata-Version: 1.1
Name: jwis
Version: 0.3.0
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
        - 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.
        
        .. _`Water Information System`: http://www1.river.go.jp/
        
        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.
        
Keywords: download,hydrology,japan
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
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
