Skip to content

This package provides access to iSpin data for a specified turbine ID

License

Notifications You must be signed in to change notification settings

rodrigo087/ispin_data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iSpin Data

https://travis-ci.org/lead-ratings/gender-guesser.svg?branch=master

This package provides access to iSpin data for a specified turbine ID. Its use is pretty straightforward:

>>> import ispin_data.api as ispin

>>> ispin.username = 'your_username'
>>> ispin.password = 'your_password'

>>> df = ispin.request_overview()
# Returns iSpin installations

>>> df = iSpin.request_data(6)
# Returns data for installation number 6. The start and end date can also be specified

Licenses

Nabla Wind Hub.

Changelog

0.1.0 (2021-08-24)

  • First release

0.2.7 (2021-08-26)

  • Current release

About

This package provides access to iSpin data for a specified turbine ID

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages