Skip to content

Instantly share code, notes, and snippets.

@jreadey
jreadey / mullite_300K.ipynb
Created February 23, 2018 19:27
h5pyd jupyter notebook for Nexus file
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jreadey
jreadey / cat_sample.py
Created April 23, 2018 22:16
CAT sample
import h5pyd as h5py
# Display content from sample CAT gh5 file
f = h5py.File("hdf5://home/john/CAT/sample.h5")
tv_grp = f["/DYNAMIC DATA/HEX_336X_GPS_messages_T4i_007.0/GPS_message_trig 1/TIME/TIME VECTORS"]
print("tv_grp id: {}".format(tv_grp.id.id))
grnd_speed = tv_grp["GPRMC GroundSpeed/MEASURED"]
print("GroundSpeed/MEASURED shape: {}".format(grnd_speed.shape))
grnd_speed_arr = grnd_speed[:]
global_time = tv_grp["GLOBAL_TIME/MEASURED"]
global_time_arr = global_time[:]
@jreadey
jreadey / wtk_compute_mean.ipynb
Created May 25, 2018 23:26
Estimate to compute mean for NREL wtk dataset
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jreadey
jreadey / ncep3_load.ipynb
Created July 10, 2018 17:03
NCEP3 Loader
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jreadey
jreadey / 4dset_ex.ipynb
Created October 28, 2018 00:25
4dstem notebook
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jreadey
jreadey / fastpca.ipynb
Created November 8, 2018 06:26
FastPCA Example
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jreadey
jreadey / fastpca.ipynb
Created November 8, 2018 06:26
FastPCA Example
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.