Skip to content

Instantly share code, notes, and snippets.

View larsbuntemeyer's full-sized avatar

Lars Buntemeyer larsbuntemeyer

View GitHub Profile
@larsbuntemeyer
larsbuntemeyer / eas-22.py
Last active November 20, 2023 11:18
EAS-22 pole bug
import cordex as cx
grid = {
'nlon': 396,
'nlat': 251,
'll_lon': -43.23,
'ur_lon': 43.67000000000001,
'll_lat': -22.1,
'ur_lat': 32.9,
'dlon': 0.22,
@larsbuntemeyer
larsbuntemeyer / pyproj-rotated-coord-transform.ipynb
Created August 18, 2022 11:00
using pyproj for rotated coordinate transformations
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
#!/bin/bash
pandoc "$1" \
-f gfm \
-V linkcolor:blue \
-V geometry:a4paper \
-V geometry:margin=2cm \
-V mainfont="Arial" \
-V monofont="Arial" \
--pdf-engine=xelatex \