Skip to content

Instantly share code, notes, and snippets.

View jennirinker's full-sized avatar

Jenni Rinker jennirinker

View GitHub Profile

Keybase proof

I hereby claim:

  • I am jennirinker on github.
  • I am jennirinker (https://keybase.io/jennirinker) on keybase.
  • I have a public key whose fingerprint is EAA1 4D2F 7EEB 15FF 5C08 1F7E 1083 6A61 805A 1672

To claim this, I am signing this object:

@jennirinker
jennirinker / update_data_README.md
Last active March 15, 2020 16:03
Download local copy of online mat files

update-data

Routines to update local copies of M4 data from NREL

Summary

Routines to update local version of folder structure and .mat files from online directory at specified URL. Works for both 20-Hz and 10-min M4 data. Repository contains Python module with helper functions (URLDataDownload.py) and script to call from command line to perform update (update_nrel.py).

@jennirinker
jennirinker / rainflow_README.md
Last active April 17, 2024 12:23
Rainflow counting in Python - cycle counts and ranges with/without Goodman correction

Summary

Python code to count rainflow cycles (with or without Goodman correction)

Notes

Repository includes a demo script (demo_rainflow.py) and the module (rainflow.py).

Rainflow function is a version of some commonly used Matlab/C code