Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env python
import numpy as np
import matplotlib.pyplot as plt
from pyhdf.SD import SD, SDC
def extraction(fichier):
datasd = SD(fichier, SDC.READ)
lg = datasd.select('Longitude')[:]
lt = datasd.select('Latitude')[:]
ti = datasd.select('Profile_UTC_Time')[:,:]
@tonycoco
tonycoco / tm2-bundles
Created September 14, 2012 17:01
TextMate 2 Bundles
These are some needed bundles for TM2...
cd ~/Library/Application Support/Avian/Bundles
git clone https://github.com/cucumber/cucumber-tmbundle Cucumber.tmbundle
git clone https://github.com/kuroir/SCSS.tmbundle
git clone https://github.com/mads379/Whitespace.tmbundle
open Cucumber.tmbundle/color_themes/Sunburst.tmTheme