Skip to content

Instantly share code, notes, and snippets.

View pelson's full-sized avatar

Phil Elson pelson

View GitHub Profile
@pelson
pelson / nbagg_backend.ipynb
Last active September 19, 2015 08:00
A discussion on the new nbagg backend in matplotlib v1.4.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pelson
pelson / example.ipynb
Last active November 16, 2015 13:50
Drawing Natural Earth bathymetry
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pelson
pelson / ORCA data.ipynb
Created January 26, 2016 16:58
An example of plotting ORCA 0.25 data with cartopy
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pelson
pelson / Procfile
Last active November 2, 2020 17:23
Example of cartopy source in mapproxy
web: env/bin/mapproxy-util serve-develop mapproxy.yaml --bind 0.0.0.0:${PORT:=8080}
div.olMap {
z-index: 0;
padding: 0 !important;
margin: 0 !important;
cursor: default;
}
div.olMapViewport {
text-align: left;
-ms-touch-action: none;
@pelson
pelson / A_HPXA89ECEM010000_C_ECMF_20160401000000_0h_em_msl_global_0p5deg_grib2.bin
Last active November 27, 2016 21:38
A demonstration of fetching the last 250 days of MSLP data from the ECMWF's public ftp site (complete with retrieved data)
@pelson
pelson / coastlines.png
Last active November 28, 2016 10:24
Visualising the last 250 days of mslp using leaflet
coastlines.png
@pelson
pelson / lazy_MARS_Iris.ipynb
Created January 3, 2017 05:28
A demonstration of making a rich MARS client interface using Iris
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pelson
pelson / example.ipynb
Created January 25, 2017 07:48
Spline interpolation with python-stratify
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.