Skip to content

Instantly share code, notes, and snippets.

View benbovy's full-sized avatar

Benoit Bovy benbovy

View GitHub Profile
@benbovy
benbovy / examples.ipynb
Created March 18, 2014 14:21
pyHEMCO notebook examples
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@benbovy
benbovy / examples.ipynb
Created March 20, 2014 14:46
pyHEMCO examples
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@benbovy
benbovy / Extract_NCEP_Tropopause.ipynb
Created March 9, 2015 09:44
Extract tropopause levels from NCEP reanalyses
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@benbovy
benbovy / NA_vs_Emcee.ipynb
Created April 3, 2015 12:34
NA vs emcee samplers
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@benbovy
benbovy / iris_read_daily_data.py
Last active October 12, 2016 10:34
Iris: read data from daily data files into a single, merged cube
import datetime
import iris
import cf_units
TIME_UNITS = 'hours since 1970-01-01 00:00:00'
def read_file_as_cube(filename, prefix):
@benbovy
benbovy / Geoviews_example.ipynb
Created October 26, 2016 12:28
interactive_map_example
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@benbovy
benbovy / DatasetNode.ipynb
Created November 13, 2016 02:01
Dataset node
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@benbovy
benbovy / Benchmark_Results.ipynb
Created February 20, 2017 13:25
Fastscape Preliminary Benchmarks
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@benbovy
benbovy / Uniform_Interpolation.ipynb
Last active April 21, 2017 15:31
Uniform Interpolation on a 2-dimensional parametric curve
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@benbovy
benbovy / Final_Project.ipynb
Created May 11, 2017 18:07
SWC Final Project
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.