Skip to content

Instantly share code, notes, and snippets.

@vnoel
vnoel / atb_calipso.py
Last active August 29, 2015 14:00 — forked from stageipsl/atb_calipso
#!/usr/bin/env python
import numpy as np
import matplotlib.pyplot as plt
from pyhdf.SD import SD, SDC
altfile = '/users/noel/pycode/staticdata/lidaralt.asc'
def extraction(fichier):
datasd = SD(fichier, SDC.READ)
@vnoel
vnoel / 0_reuse_code.js
Created April 17, 2014 19:18
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console