Skip to content

Instantly share code, notes, and snippets.

View scottgigante's full-sized avatar

Scott Gigante scottgigante

  • Sightline Climate
  • Washington, DC
View GitHub Profile
@scottgigante
scottgigante / plot-temperature-anomaly.py
Last active November 25, 2019 17:39
Plot the global land surface temperature anomaly from Berkeley Earth
#!/usr/bin/env python
# coding: utf-8
import matplotlib.pyplot as plt
import matplotlib as mpl
import pandas as pd
import numpy as np
import cmocean
import os
import scprep