Skip to content

Instantly share code, notes, and snippets.

View pelson's full-sized avatar

Phil Elson pelson

View GitHub Profile
@pelson
pelson / cube_creation.ipynb
Created February 14, 2017 01:32
How to create an Iris cube by hand, save to NetCDF, and manipulate time dimensions
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pelson
pelson / README.md
Last active March 6, 2017 03:43
MPUG Biggus presentation

Presented to the Melbourne Python User Group on March 6th 2017.

@pelson
pelson / README.md
Last active August 13, 2017 16:58
Feature extraction from the XKCD handwriting dataset
@pelson
pelson / README.md
Last active August 13, 2017 16:20
Classification of the segmented XKCD handwriting sample
@pelson
pelson / README.md
Last active August 13, 2017 16:55
Converting the rasters glyphs into SVG, and creating a rudimentary font with them
@pelson
pelson / example.ipynb
Last active February 21, 2024 16:05
Example of authenticating a GitHub app using jwt in Python
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pelson
pelson / demo.py
Last active February 1, 2018 08:40
aiohttp security authorization for StaticResource (or any aiohttp resource)
from aiohttp import web
from functools import wraps
from logging import getLogger
from types import MethodType
_LOGGER = getLogger(__name__)
AUTH_USER = 'authenticated_user'
@pelson
pelson / LFRic_UGRID_containment.ipynb
Last active May 25, 2018 11:30
LFRic's cubesphere UGRID and containment/intersection testing investigation using Shaply and Cartopy
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pelson
pelson / .gitignore
Last active May 27, 2018 08:49
Looking at how much of the South West Coast Path I've walked
.ipynb_checkpoints/
south_west_coast_path.gpx
@pelson
pelson / scalar_pp.ipynb
Created June 13, 2018 03:27
Working around a scalar PP saving issue by adding an extra point to a scalar dimension
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.