Metadata-Version: 1.0
Name: iSpin-data
Version: 0.1.2
Summary: Gets iSpin data for a turbine ID.
Home-page: https://github.com/rodrigo087/ispin_data
Author: Rodrigo Hurtado
Author-email: rel@romowind.com
License: UNKNOWN
Description: ==============
        iSpin Data
        ==============
        
        .. image:: https://travis-ci.org/lead-ratings/gender-guesser.svg?branch=master
            :target: https://github.com/rodrigo087/ispin_data
        
        
        This package provides access to iSpin data for a specified turbine ID.  Its use is pretty straightforward::
        
            >>> import ispin_data.api as ispin
            >>> iSpin = ispin.Data()
            >>> df = iSpin.request_data(34)
            3634
            >>> df = iSpin.request_data(6)
            113
        
        The explanation each columns of the returned DataFrame can be consulted in the XXXXXXXX.txt file
        
        For now, the function will only provide the area of a circle given by the specified turbine ID
        
        
        Licenses
        ========
        
        Nabla Wind Hub.
        
        
        Changelog
        =========
        
        0.1.0 (2021-08-24)
        ******************
        
        * First release of the package
        
        
Platform: UNKNOWN
