Skip to content

Instantly share code, notes, and snippets.

View adamgreig's full-sized avatar

Adam Greig adamgreig

View GitHub Profile
#!/usr/bin/env python
# Modules from the Python standard library.
import datetime, math, sys, os, logging, calendar, optparse, json, subprocess
# We use Pydap from http://pydap.org/.
import pydap.exceptions, pydap.client, pydap.lib
# Output logger format
log = logging.getLogger('main')